mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: rocm-hip-runtime: Propagate runtime dependencies.
* gnu/packages/rocm.scm (rocm-hip-runtime)[propagated-inputs]: New field. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
committed by
Ludovic Courtès
parent
c0c6c2131a
commit
091d8dafa4
@@ -220,14 +220,14 @@ and in-process/in-memory compilation.")
|
||||
numactl
|
||||
perl
|
||||
opencl-headers
|
||||
rocm-comgr
|
||||
rocr-runtime
|
||||
rocm-device-libs
|
||||
rocprofiler-register
|
||||
libffi
|
||||
clang-rocm))
|
||||
(native-inputs
|
||||
(list rocm-hipcc))
|
||||
(native-inputs (list rocm-hipcc))
|
||||
(propagated-inputs
|
||||
(list rocm-comgr rocminfo))
|
||||
(synopsis "ROCm HIP Runtime")
|
||||
(description "HIP language runtime, allowing execution of HIP kernels
|
||||
on AMD harware, with library support for in-process/in-memory
|
||||
|
||||
Reference in New Issue
Block a user