Add ROCm 7.1 to workflows (#2256)

Signed-off-by: David Galiffi <David.Galiffi@amd.com>
This commit is contained in:
David Galiffi
2025-12-10 13:41:22 -05:00
committed by GitHub
orang tua 3895aadba6
melakukan 70562eb854
4 mengubah file dengan 4 tambahan dan 4 penghapusan
@@ -48,7 +48,7 @@ jobs:
build-type: ['Release']
build-dyninst: ['ON']
os-release: ['12']
rocm-version: ['6.4', '7.0']
rocm-version: ['6.4', '7.0', '7.1']
env:
OMPI_ALLOW_RUN_AS_ROOT: 1
OMPI_ALLOW_RUN_AS_ROOT_CONFIRM: 1
@@ -45,7 +45,7 @@ jobs:
matrix:
compiler: ['g++']
os-release: [ '8.10', '9.4' ]
rocm-version: [ '0.0', '6.3', '6.4', '7.0' ]
rocm-version: [ '0.0', '6.3', '6.4', '7.0', '7.1' ]
build-type: ['Release']
steps:
@@ -207,7 +207,7 @@ jobs:
build-type: ['Release']
mpi-headers: ['OFF']
build-dyninst: ['ON']
rocm-version: ['6.3', '6.4', '7.0']
rocm-version: ['6.3', '6.4', '7.0', '7.1']
env:
OMPI_ALLOW_RUN_AS_ROOT: 1
@@ -47,7 +47,7 @@ jobs:
python: ['ON']
build-type: ['Release']
build-dyninst: ['ON']
rocm-version: ['0.0', '6.3', '6.4', '7.0']
rocm-version: ['0.0', '6.3', '6.4', '7.0', '7.1']
env:
OMPI_ALLOW_RUN_AS_ROOT: 1
OMPI_ALLOW_RUN_AS_ROOT_CONFIRM: 1