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:34 +0100 |
| commit | ee1614f4aebb3a87eadffa11d1642493b597583f (patch) | |
| tree | 07337ec87eb8021dddb2aba6550ee96b76961ee2 /gnu/packages/rocm.scm | |
| parent | fd40faec42732612792a51fcb116feb2bab93b3f (diff) | |
gnu: Add rocrand.
Adapted from the Guix-HPC channel (https://gitlab.inria.fr/guix-hpc/guix-hpc).
* gnu/packages/rocm-libs.scm: New file.
(%rocm-version): New variable.
(%rocm-libraries-url): New variable.
(rocm-libraries-monorepo): New variable.
(rocm-library-source): New procedure.
(rocrand): New variable.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/rocm.scm')
| -rw-r--r-- | gnu/packages/rocm.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/rocm.scm b/gnu/packages/rocm.scm index 8379f796556..73e6396de6b 100644 --- a/gnu/packages/rocm.scm +++ b/gnu/packages/rocm.scm @@ -49,10 +49,12 @@ #:use-module (gnu packages libffi) #:use-module (ice-9 match) #:export (%default-amd-gpu-targets - current-amd-gpu-targets)) + current-amd-gpu-targets + current-amd-gpu-targets-string)) ;; The components are tightly integrated and can only be upgraded as a unit. If ;; you want to upgrade ROCm, bump this version number and the version number in +;; - rocm-libs.scm ;; - rocm-tools.scm ;; - gdb.scm ;; and update the hashes of the affected packages. |
