Add a bunch of hip/rocm stuff as external packages
This commit is contained in:
parent
77f443bd2d
commit
919467282d
1 changed files with 116 additions and 0 deletions
|
@ -143,6 +143,122 @@ packages:
|
||||||
modules:
|
modules:
|
||||||
- cray-parallel-netcdf/1.12.3.13
|
- cray-parallel-netcdf/1.12.3.13
|
||||||
buildable: false
|
buildable: false
|
||||||
|
# Rocm/hip packages
|
||||||
|
# `module load rocm` defaults to v5.5.1 in CPE 24.03
|
||||||
|
rocsparse:
|
||||||
|
externals:
|
||||||
|
- spec: rocsparse@5.5.1
|
||||||
|
modules:
|
||||||
|
- rocm/5.5.1
|
||||||
|
buildable: false
|
||||||
|
hipsparse:
|
||||||
|
externals:
|
||||||
|
- spec: hipsparse@5.5.1
|
||||||
|
modules:
|
||||||
|
- rocm/5.5.1
|
||||||
|
buildable: false
|
||||||
|
hipsolver:
|
||||||
|
externals:
|
||||||
|
- spec: hipsolver@5.5.1
|
||||||
|
modules:
|
||||||
|
- rocm/5.5.1
|
||||||
|
buildable: false
|
||||||
|
hip:
|
||||||
|
externals:
|
||||||
|
- spec: hip@5.5.1
|
||||||
|
modules:
|
||||||
|
- rocm/5.5.1
|
||||||
|
buildable: false
|
||||||
|
hipblas:
|
||||||
|
externals:
|
||||||
|
- spec: hipblas@5.5.1
|
||||||
|
modules:
|
||||||
|
- rocm/5.5.1
|
||||||
|
buildable: false
|
||||||
|
rocprofiler-dev:
|
||||||
|
externals:
|
||||||
|
- spec: rocprofiler-dev@5.5.1
|
||||||
|
modules:
|
||||||
|
- rocm/5.5.1
|
||||||
|
buildable: false
|
||||||
|
hiprand:
|
||||||
|
externals:
|
||||||
|
- spec: hiprand@5.5.1
|
||||||
|
modules:
|
||||||
|
- rocm/5.5.1
|
||||||
|
buildable: false
|
||||||
|
rocblas:
|
||||||
|
externals:
|
||||||
|
- spec: rocblas@5.5.1
|
||||||
|
modules:
|
||||||
|
- rocm/5.5.1
|
||||||
|
buildable: false
|
||||||
|
hsa-rocr-dev:
|
||||||
|
externals:
|
||||||
|
- spec: hsa-rocr@5.5.1
|
||||||
|
modules:
|
||||||
|
- rocm/5.5.1
|
||||||
|
buildable: false
|
||||||
|
rccl:
|
||||||
|
externals:
|
||||||
|
- spec: rccl@5.5.1
|
||||||
|
modules:
|
||||||
|
- rocm/5.5.1
|
||||||
|
buildable: false
|
||||||
|
rocfft:
|
||||||
|
externals:
|
||||||
|
- spec: rocfft@5.5.1
|
||||||
|
modules:
|
||||||
|
- rocm/5.5.1
|
||||||
|
buildable: false
|
||||||
|
comgr:
|
||||||
|
externals:
|
||||||
|
- spec: comgr@5.5.1
|
||||||
|
modules:
|
||||||
|
- rocm/5.5.1
|
||||||
|
buildable: false
|
||||||
|
miopen-hip:
|
||||||
|
externals:
|
||||||
|
- spec: miopen-hip@5.5.1
|
||||||
|
modules:
|
||||||
|
- rocm/5.5.1
|
||||||
|
buildable: false
|
||||||
|
migraphx:
|
||||||
|
externals:
|
||||||
|
- spec: migraphx@5.5.1
|
||||||
|
modules:
|
||||||
|
- rocm/5.5.1
|
||||||
|
buildable: false
|
||||||
|
rocsolver:
|
||||||
|
externals:
|
||||||
|
- spec: rocsolver@5.5.1
|
||||||
|
modules:
|
||||||
|
- rocm/5.5.1
|
||||||
|
buildable: false
|
||||||
|
rocrand:
|
||||||
|
externals:
|
||||||
|
- spec: rocrand@5.5.1
|
||||||
|
modules:
|
||||||
|
- rocm/5.5.1
|
||||||
|
buildable: false
|
||||||
|
roctracer-dev:
|
||||||
|
externals:
|
||||||
|
- spec: roctracer-dev@5.5.1
|
||||||
|
modules:
|
||||||
|
- rocm/5.5.1
|
||||||
|
buildable: false
|
||||||
|
rocm-smi-lib:
|
||||||
|
externals:
|
||||||
|
- spec: rocm-smi-lib@5.5.1
|
||||||
|
modules:
|
||||||
|
- rocm/5.5.1
|
||||||
|
buildable: false
|
||||||
|
miopen-opencl:
|
||||||
|
externals:
|
||||||
|
- spec: miopen-opencl@5.5.1
|
||||||
|
modules:
|
||||||
|
- rocm/5.5.1
|
||||||
|
buildable: false
|
||||||
# Packages which have not been discovered by spack external find
|
# Packages which have not been discovered by spack external find
|
||||||
# and packages which are not in the OS image but low-level.
|
# and packages which are not in the OS image but low-level.
|
||||||
# Declare libs as externals only if a -devel OS package is installed
|
# Declare libs as externals only if a -devel OS package is installed
|
||||||
|
|
Loading…
Reference in a new issue