diff --git a/gnu/packages/rocm.scm b/gnu/packages/rocm.scm index 3cf4b8f26b1..13d6008f4bf 100644 --- a/gnu/packages/rocm.scm +++ b/gnu/packages/rocm.scm @@ -44,7 +44,9 @@ #:use-module (gnu packages perl) #:use-module (gnu packages xdisorg) #:use-module (gnu packages libffi) - #:use-module (ice-9 match)) + #:use-module (ice-9 match) + #:export (%default-amd-gpu-targets + current-amd-gpu-targets)) ;; The components are tightly integrated and can only be upgraded as a unit. If ;; you want to upgrade ROCm, bump this version number and update hashes below.