Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 31 additions & 22 deletions toss_4_x86_64_ib_cray/packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
require:
- spec: ^cray-mpich
when: '^mpi'
- spec: ^cray-mpich%llvm-amdgpu
when: '%llvm-amdgpu ^mpi'
providers:
blas: [netlib-lapack]
lapack: [netlib-lapack]
Expand Down Expand Up @@ -191,59 +193,66 @@
version: [5.7.1, 6.1.2, 6.2.4, 6.3.1, 6.4.3, 7.2.0]
buildable: false
externals:
- spec: hipsparse@5.7.1%llvm-amdgpu@5.7.1
- spec: hipsparse@5.7.1+rocm%llvm-amdgpu@5.7.1
prefix: /opt/rocm-5.7.1
- spec: hipsparse@6.1.2%llvm-amdgpu@6.1.2
- spec: hipsparse@6.1.2+rocm%llvm-amdgpu@6.1.2
prefix: /opt/rocm-6.1.2
- spec: hipsparse@6.2.4%llvm-amdgpu@6.2.4
- spec: hipsparse@6.2.4+rocm%llvm-amdgpu@6.2.4
prefix: /opt/rocm-6.2.4
- spec: hipsparse@6.3.1%llvm-amdgpu@6.3.1
- spec: hipsparse@6.3.1+rocm%llvm-amdgpu@6.3.1
prefix: /opt/rocm-6.3.1
- spec: hipsparse@6.4.3%llvm-amdgpu@6.4.3
- spec: hipsparse@6.4.3+rocm%llvm-amdgpu@6.4.3
prefix: /opt/rocm-6.4.3
- spec: hipsparse@7.2.0%llvm-amdgpu@7.2.0
- spec: hipsparse@7.2.0+rocm%llvm-amdgpu@7.2.0
prefix: /opt/rocm-7.2.0
hipblas:
version: [5.7.1, 6.1.2, 6.2.4, 6.3.1, 6.4.3, 7.2.0]
buildable: false
externals:
- spec: hipblas@5.7.1%llvm-amdgpu@5.7.1
- spec: hipblas@5.7.1+rocm%llvm-amdgpu@5.7.1
prefix: /opt/rocm-5.7.1
- spec: hipblas@6.1.2%llvm-amdgpu@6.1.2
- spec: hipblas@6.1.2+rocm%llvm-amdgpu@6.1.2
prefix: /opt/rocm-6.1.2
- spec: hipblas@6.2.4%llvm-amdgpu@6.2.4
- spec: hipblas@6.2.4+rocm%llvm-amdgpu@6.2.4
prefix: /opt/rocm-6.2.4
- spec: hipblas@6.3.1%llvm-amdgpu@6.3.1
- spec: hipblas@6.3.1+rocm%llvm-amdgpu@6.3.1
prefix: /opt/rocm-6.3.1
- spec: hipblas@6.4.3%llvm-amdgpu@6.4.3
- spec: hipblas@6.4.3+rocm%llvm-amdgpu@6.4.3
prefix: /opt/rocm-6.4.3
- spec: hipblas@7.2.0%llvm-amdgpu@7.2.0
- spec: hipblas@7.2.0+rocm%llvm-amdgpu@7.2.0
prefix: /opt/rocm-7.2.0
hipblas-common:
version: [6.3.1, 6.4.3, 7.2.0]
buildable: false
externals:
- spec: hipblas-common@6.3.1%llvm-amdgpu@6.3.1
require:
- spec: ^hip@6.3.1
when: '@6.3.1'
- spec: ^hip@6.4.3
when: '@6.4.3'
- spec: ^hip@7.2.0
when: '@7.2.0'
externals:
- spec: hipblas-common@6.3.1
prefix: /opt/rocm-6.3.1
- spec: hipblas-common@6.4.3%llvm-amdgpu@6.4.3
- spec: hipblas-common@6.4.3
prefix: /opt/rocm-6.4.3
- spec: hipblas-common@7.2.0%llvm-amdgpu@7.2.0
- spec: hipblas-common@7.2.0
prefix: /opt/rocm-7.2.0
hipsolver:
version: [5.7.1, 6.1.2, 6.2.4, 6.3.1, 6.4.3, 7.2.0]
buildable: false
externals:
- spec: hipsolver@5.7.1%llvm-amdgpu@5.7.1
- spec: hipsolver@5.7.1+rocm%llvm-amdgpu@5.7.1
prefix: /opt/rocm-5.7.1
- spec: hipsolver@6.1.2%llvm-amdgpu@6.1.2
- spec: hipsolver@6.1.2+rocm%llvm-amdgpu@6.1.2
prefix: /opt/rocm-6.1.2
- spec: hipsolver@6.2.4%llvm-amdgpu@6.2.4
- spec: hipsolver@6.2.4+rocm%llvm-amdgpu@6.2.4
prefix: /opt/rocm-6.2.4
- spec: hipsolver@6.3.1%llvm-amdgpu@6.3.1
- spec: hipsolver@6.3.1+rocm%llvm-amdgpu@6.3.1
prefix: /opt/rocm-6.3.1
- spec: hipsolver@6.4.3%llvm-amdgpu@6.4.3
- spec: hipsolver@6.4.3+rocm%llvm-amdgpu@6.4.3
prefix: /opt/rocm-6.4.3
- spec: hipsolver@7.2.0%llvm-amdgpu@7.2.0
- spec: hipsolver@7.2.0+rocm%llvm-amdgpu@7.2.0
prefix: /opt/rocm-7.2.0
hsa-rocr-dev:
version: [5.7.1, 6.1.2, 6.2.4, 6.3.1, 6.4.3, 7.2.0]
Expand Down
53 changes: 31 additions & 22 deletions toss_4_x86_64_ib_cray/tioga/packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
- 'target=zen3'
- spec: ^cray-mpich
when: '^mpi'
- spec: ^cray-mpich%llvm-amdgpu
when: '%llvm-amdgpu ^mpi'
providers:
blas: [netlib-lapack]
lapack: [netlib-lapack]
Expand Down Expand Up @@ -191,59 +193,66 @@
version: [5.7.1, 6.1.2, 6.2.4, 6.3.1, 6.4.3, 7.2.0]
buildable: false
externals:
- spec: hipsparse@5.7.1%llvm-amdgpu@5.7.1
- spec: hipsparse@5.7.1+rocm%llvm-amdgpu@5.7.1
prefix: /opt/rocm-5.7.1
- spec: hipsparse@6.1.2%llvm-amdgpu@6.1.2
- spec: hipsparse@6.1.2+rocm%llvm-amdgpu@6.1.2
prefix: /opt/rocm-6.1.2
- spec: hipsparse@6.2.4%llvm-amdgpu@6.2.4
- spec: hipsparse@6.2.4+rocm%llvm-amdgpu@6.2.4
prefix: /opt/rocm-6.2.4
- spec: hipsparse@6.3.1%llvm-amdgpu@6.3.1
- spec: hipsparse@6.3.1+rocm%llvm-amdgpu@6.3.1
prefix: /opt/rocm-6.3.1
- spec: hipsparse@6.4.3%llvm-amdgpu@6.4.3
- spec: hipsparse@6.4.3+rocm%llvm-amdgpu@6.4.3
prefix: /opt/rocm-6.4.3
- spec: hipsparse@7.2.0%llvm-amdgpu@7.2.0
- spec: hipsparse@7.2.0+rocm%llvm-amdgpu@7.2.0
prefix: /opt/rocm-7.2.0
hipblas:
version: [5.7.1, 6.1.2, 6.2.4, 6.3.1, 6.4.3, 7.2.0]
buildable: false
externals:
- spec: hipblas@5.7.1%llvm-amdgpu@5.7.1
- spec: hipblas@5.7.1+rocm%llvm-amdgpu@5.7.1
prefix: /opt/rocm-5.7.1
- spec: hipblas@6.1.2%llvm-amdgpu@6.1.2
- spec: hipblas@6.1.2+rocm%llvm-amdgpu@6.1.2
prefix: /opt/rocm-6.1.2
- spec: hipblas@6.2.4%llvm-amdgpu@6.2.4
- spec: hipblas@6.2.4+rocm%llvm-amdgpu@6.2.4
prefix: /opt/rocm-6.2.4
- spec: hipblas@6.3.1%llvm-amdgpu@6.3.1
- spec: hipblas@6.3.1+rocm%llvm-amdgpu@6.3.1
prefix: /opt/rocm-6.3.1
- spec: hipblas@6.4.3%llvm-amdgpu@6.4.3
- spec: hipblas@6.4.3+rocm%llvm-amdgpu@6.4.3
prefix: /opt/rocm-6.4.3
- spec: hipblas@7.2.0%llvm-amdgpu@7.2.0
- spec: hipblas@7.2.0+rocm%llvm-amdgpu@7.2.0
prefix: /opt/rocm-7.2.0
hipblas-common:
version: [6.3.1, 6.4.3, 7.2.0]
buildable: false
externals:
- spec: hipblas-common@6.3.1%llvm-amdgpu@6.3.1
require:
- spec: ^hip@6.3.1
when: '@6.3.1'
- spec: ^hip@6.4.3
when: '@6.4.3'
- spec: ^hip@7.2.0
when: '@7.2.0'
externals:
- spec: hipblas-common@6.3.1
prefix: /opt/rocm-6.3.1
- spec: hipblas-common@6.4.3%llvm-amdgpu@6.4.3
- spec: hipblas-common@6.4.3
prefix: /opt/rocm-6.4.3
- spec: hipblas-common@7.2.0%llvm-amdgpu@7.2.0
- spec: hipblas-common@7.2.0
prefix: /opt/rocm-7.2.0
hipsolver:
version: [5.7.1, 6.1.2, 6.2.4, 6.3.1, 6.4.3, 7.2.0]
buildable: false
externals:
- spec: hipsolver@5.7.1%llvm-amdgpu@5.7.1
- spec: hipsolver@5.7.1+rocm%llvm-amdgpu@5.7.1
prefix: /opt/rocm-5.7.1
- spec: hipsolver@6.1.2%llvm-amdgpu@6.1.2
- spec: hipsolver@6.1.2+rocm%llvm-amdgpu@6.1.2
prefix: /opt/rocm-6.1.2
- spec: hipsolver@6.2.4%llvm-amdgpu@6.2.4
- spec: hipsolver@6.2.4+rocm%llvm-amdgpu@6.2.4
prefix: /opt/rocm-6.2.4
- spec: hipsolver@6.3.1%llvm-amdgpu@6.3.1
- spec: hipsolver@6.3.1+rocm%llvm-amdgpu@6.3.1
prefix: /opt/rocm-6.3.1
- spec: hipsolver@6.4.3%llvm-amdgpu@6.4.3
- spec: hipsolver@6.4.3+rocm%llvm-amdgpu@6.4.3
prefix: /opt/rocm-6.4.3
- spec: hipsolver@7.2.0%llvm-amdgpu@7.2.0
- spec: hipsolver@7.2.0+rocm%llvm-amdgpu@7.2.0
prefix: /opt/rocm-7.2.0
hsa-rocr-dev:
version: [5.7.1, 6.1.2, 6.2.4, 6.3.1, 6.4.3, 7.2.0]
Expand Down
53 changes: 31 additions & 22 deletions toss_4_x86_64_ib_cray/tuolumne/packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
- 'target=zen4'
- spec: ^cray-mpich
when: '^mpi'
- spec: ^cray-mpich%llvm-amdgpu
when: '%llvm-amdgpu ^mpi'
providers:
blas: [netlib-lapack]
lapack: [netlib-lapack]
Expand Down Expand Up @@ -191,59 +193,66 @@
version: [5.7.1, 6.1.2, 6.2.4, 6.3.1, 6.4.3, 7.2.0]
buildable: false
externals:
- spec: hipsparse@5.7.1%llvm-amdgpu@5.7.1
- spec: hipsparse@5.7.1+rocm%llvm-amdgpu@5.7.1
prefix: /opt/rocm-5.7.1
- spec: hipsparse@6.1.2%llvm-amdgpu@6.1.2
- spec: hipsparse@6.1.2+rocm%llvm-amdgpu@6.1.2
prefix: /opt/rocm-6.1.2
- spec: hipsparse@6.2.4%llvm-amdgpu@6.2.4
- spec: hipsparse@6.2.4+rocm%llvm-amdgpu@6.2.4
prefix: /opt/rocm-6.2.4
- spec: hipsparse@6.3.1%llvm-amdgpu@6.3.1
- spec: hipsparse@6.3.1+rocm%llvm-amdgpu@6.3.1
prefix: /opt/rocm-6.3.1
- spec: hipsparse@6.4.3%llvm-amdgpu@6.4.3
- spec: hipsparse@6.4.3+rocm%llvm-amdgpu@6.4.3
prefix: /opt/rocm-6.4.3
- spec: hipsparse@7.2.0%llvm-amdgpu@7.2.0
- spec: hipsparse@7.2.0+rocm%llvm-amdgpu@7.2.0
prefix: /opt/rocm-7.2.0
hipblas:
version: [5.7.1, 6.1.2, 6.2.4, 6.3.1, 6.4.3, 7.2.0]
buildable: false
externals:
- spec: hipblas@5.7.1%llvm-amdgpu@5.7.1
- spec: hipblas@5.7.1+rocm%llvm-amdgpu@5.7.1
prefix: /opt/rocm-5.7.1
- spec: hipblas@6.1.2%llvm-amdgpu@6.1.2
- spec: hipblas@6.1.2+rocm%llvm-amdgpu@6.1.2
prefix: /opt/rocm-6.1.2
- spec: hipblas@6.2.4%llvm-amdgpu@6.2.4
- spec: hipblas@6.2.4+rocm%llvm-amdgpu@6.2.4
prefix: /opt/rocm-6.2.4
- spec: hipblas@6.3.1%llvm-amdgpu@6.3.1
- spec: hipblas@6.3.1+rocm%llvm-amdgpu@6.3.1
prefix: /opt/rocm-6.3.1
- spec: hipblas@6.4.3%llvm-amdgpu@6.4.3
- spec: hipblas@6.4.3+rocm%llvm-amdgpu@6.4.3
prefix: /opt/rocm-6.4.3
- spec: hipblas@7.2.0%llvm-amdgpu@7.2.0
- spec: hipblas@7.2.0+rocm%llvm-amdgpu@7.2.0
prefix: /opt/rocm-7.2.0
hipblas-common:
version: [6.3.1, 6.4.3, 7.2.0]
buildable: false
externals:
- spec: hipblas-common@6.3.1%llvm-amdgpu@6.3.1
require:
- spec: ^hip@6.3.1
when: '@6.3.1'
- spec: ^hip@6.4.3
when: '@6.4.3'
- spec: ^hip@7.2.0
when: '@7.2.0'
externals:
- spec: hipblas-common@6.3.1
prefix: /opt/rocm-6.3.1
- spec: hipblas-common@6.4.3%llvm-amdgpu@6.4.3
- spec: hipblas-common@6.4.3
prefix: /opt/rocm-6.4.3
- spec: hipblas-common@7.2.0%llvm-amdgpu@7.2.0
- spec: hipblas-common@7.2.0
prefix: /opt/rocm-7.2.0
hipsolver:
version: [5.7.1, 6.1.2, 6.2.4, 6.3.1, 6.4.3, 7.2.0]
buildable: false
externals:
- spec: hipsolver@5.7.1%llvm-amdgpu@5.7.1
- spec: hipsolver@5.7.1+rocm%llvm-amdgpu@5.7.1
prefix: /opt/rocm-5.7.1
- spec: hipsolver@6.1.2%llvm-amdgpu@6.1.2
- spec: hipsolver@6.1.2+rocm%llvm-amdgpu@6.1.2
prefix: /opt/rocm-6.1.2
- spec: hipsolver@6.2.4%llvm-amdgpu@6.2.4
- spec: hipsolver@6.2.4+rocm%llvm-amdgpu@6.2.4
prefix: /opt/rocm-6.2.4
- spec: hipsolver@6.3.1%llvm-amdgpu@6.3.1
- spec: hipsolver@6.3.1+rocm%llvm-amdgpu@6.3.1
prefix: /opt/rocm-6.3.1
- spec: hipsolver@6.4.3%llvm-amdgpu@6.4.3
- spec: hipsolver@6.4.3+rocm%llvm-amdgpu@6.4.3
prefix: /opt/rocm-6.4.3
- spec: hipsolver@7.2.0%llvm-amdgpu@7.2.0
- spec: hipsolver@7.2.0+rocm%llvm-amdgpu@7.2.0
prefix: /opt/rocm-7.2.0
hsa-rocr-dev:
version: [5.7.1, 6.1.2, 6.2.4, 6.3.1, 6.4.3, 7.2.0]
Expand Down