guix_mirror_bot pushed a commit to branch master
in repository guix.

commit a5c0ce3fc333a15b4a90174bc8da20bdd6c9fd62
Author: David Elsing <[email protected]>
AuthorDate: Tue Feb 3 21:33:21 2026 +0100

    gnu: rocm-bandwidth-test: Reorganize inputs.
    
    * gnu/packages/rocm.scm (rocm-bandwidth-test): TODO
    
    Signed-off-by: Ludovic Courtès <[email protected]>
---
 gnu/packages/rocm.scm | 17 ++++++-----------
 1 file changed, 6 insertions(+), 11 deletions(-)

diff --git a/gnu/packages/rocm.scm b/gnu/packages/rocm.scm
index e31ecadcfb..d5deb98d01 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

Reply via email to