diff options
| author | David Elsing <david.elsing@posteo.net> | 2026-02-03 21:33:21 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2026-02-10 23:46:33 +0100 |
| commit | a5c0ce3fc333a15b4a90174bc8da20bdd6c9fd62 (patch) | |
| tree | 563e0bd1494e79b3f1e6c121c2f4fd4ea4bfd4da /gnu | |
| parent | 9c4914aaf8963390e495065c4689e3d2ae5e3f05 (diff) | |
gnu: rocm-bandwidth-test: Reorganize inputs.
* gnu/packages/rocm.scm (rocm-bandwidth-test): TODO
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/rocm.scm | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/gnu/packages/rocm.scm b/gnu/packages/rocm.scm index e31ecadcfb7..d5deb98d019 100644 --- a/gnu/packages/rocm.scm +++ b/gnu/packages/rocm.scm @@ -428,24 +428,19 @@ particular CPU vendor or architecture.") (lambda _ (substitute* (find-files "." "CMakeLists\\.txt$|\\.cmake$") ((":\\\\\\$ORIGIN(/\\.\\./lib)?/llvm/lib") ""))))))) - (inputs (list rocr-runtime - rocm-hip-runtime - rocm-cmake - rocm-device-libs - rocm-comgr + (inputs (list rocm-hip-runtime numactl curl fmt-11 - nlohmann-json spdlog-1.15 boost - cli11 catch2-3.8)) + (native-inputs + (list cli11 + nlohmann-json + rocm-cmake + rocm-toolchain)) (properties `((amd-gpu-targets . ,%default-amd-gpu-targets))) - (native-inputs (list - rocm-hipcc - clang-rocm - lld-rocm)) (home-page "https://github.com/ROCm/rocm_bandwidth_test") (synopsis "Bandwidth test for ROCm") (description "RocBandwidthTest is designed to capture the performance |
