Add rocm-version 7.0 to rocprofiler-systems workflows (#1139)
* Adding rocm 7.0 to Ubuntu, Red Hat, and Debian workflows --------- Co-authored-by: David Galiffi <David.Galiffi@amd.com>
This commit is contained in:
committed by
GitHub
orang tua
4870b2b881
melakukan
f0fd2797b6
@@ -48,7 +48,7 @@ jobs:
|
||||
build-type: ['Release']
|
||||
build-dyninst: ['ON']
|
||||
os-release: ['12']
|
||||
rocm-version: ['6.4']
|
||||
rocm-version: ['6.4', '7.0']
|
||||
env:
|
||||
OMPI_ALLOW_RUN_AS_ROOT: 1
|
||||
OMPI_ALLOW_RUN_AS_ROOT_CONFIRM: 1
|
||||
|
||||
@@ -44,8 +44,8 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
compiler: ['g++']
|
||||
os-release: [ '8.10', '9.3', '9.4' ]
|
||||
rocm-version: [ '0.0', '6.3', '6.4' ]
|
||||
os-release: [ '8.10', '9.4' ]
|
||||
rocm-version: [ '0.0', '6.3', '6.4', '7.0' ]
|
||||
build-type: ['Release']
|
||||
|
||||
steps:
|
||||
|
||||
@@ -206,7 +206,7 @@ jobs:
|
||||
build-type: ['Release']
|
||||
mpi-headers: ['OFF']
|
||||
build-dyninst: ['ON']
|
||||
rocm-version: ['6.3', '6.4']
|
||||
rocm-version: ['6.3', '6.4', '7.0']
|
||||
|
||||
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']
|
||||
rocm-version: ['0.0', '6.3', '6.4', '7.0']
|
||||
env:
|
||||
OMPI_ALLOW_RUN_AS_ROOT: 1
|
||||
OMPI_ALLOW_RUN_AS_ROOT_CONFIRM: 1
|
||||
|
||||
Reference in New Issue
Block a user