Skip to content

Commit

Permalink
From RSC: Update tioga toolchain: rocm 6.2.4, cray-mpich 8.1.31, cce …
Browse files Browse the repository at this point in the history
…18.0.1
  • Loading branch information
adrienbernede committed Nov 26, 2024
1 parent 79e47ef commit 02c4ab3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .gitlab/jobs/tioga.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@

# Compiler error preventing a test to succeed.
# https://github.com/LLNL/RAJA/pull/1712#issuecomment-2316335119
cce_18_0_0:
cce_18_0_1:
variables:
SPEC: "${PROJECT_TIOGA_VARIANTS} %cce@=18.0.0 ${PROJECT_TIOGA_DEPS}"
SPEC: "${PROJECT_TIOGA_VARIANTS} %cce@=18.0.1 ${PROJECT_TIOGA_DEPS}"
extends: .job_on_tioga
allow_failure: true

Expand All @@ -37,12 +37,12 @@ cce_17_0_1:
SPEC: "${PROJECT_TIOGA_VARIANTS} %cce@=17.0.1 ${PROJECT_TIOGA_DEPS}"
extends: .job_on_tioga

rocmcc_6_2_0_hip_desul_atomics:
rocmcc_6_2_4_hip_desul_atomics:
variables:
SPEC: "~shared +rocm ~openmp +desul +tests amdgpu_target=gfx90a %rocmcc@=6.2.0 ^[email protected].0"
SPEC: "~shared +rocm ~openmp +desul +tests amdgpu_target=gfx90a %rocmcc@=6.2.4 ^[email protected].4"
extends: .job_on_tioga

rocmcc_6_2_0_hip_openmp:
rocmcc_6_2_4_hip_openmp:
variables:
SPEC: "~shared +rocm +openmp +omptask +tests amdgpu_target=gfx90a %rocmcc@=6.2.0 ^[email protected].0"
SPEC: "~shared +rocm +openmp +omptask +tests amdgpu_target=gfx90a %rocmcc@=6.2.4 ^[email protected].4"
extends: .job_on_tioga

0 comments on commit 02c4ab3

Please sign in to comment.