Skip to content

Commit

Permalink
From RAJA: From RSC: split config files + update toolchain on tioga
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienbernede committed Nov 26, 2024
1 parent abb0779 commit a4881fe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .gitlab/jobs/tioga.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ cce_17_0_1:
SPEC: "~shared +openmp %cce@=17.0.1 ^blt@develop"
extends: .job_on_tioga

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

rocmcc_6_2_0_hip_openmp_mpi:
rocmcc_6_2_4_hip_openmp_mpi:
variables:
SPEC: "~shared +rocm +openmp +mpi amdgpu_target=gfx90a %rocmcc@=6.2.0 ^[email protected].0 ^blt@develop"
SPEC: "~shared +rocm +openmp +mpi amdgpu_target=gfx90a %rocmcc@=6.2.4 ^[email protected].4 ^blt@develop"
extends: .job_on_tioga
2 changes: 1 addition & 1 deletion tpl/RAJA
Submodule RAJA updated 29 files
+2 −6 .gitlab/jobs/lassen.yml
+6 −6 .gitlab/jobs/tioga.yml
+1 −1 cmake/SetupRajaOptions.cmake
+0 −1 scripts/lc-builds/corona_sycl.sh
+1 −1 scripts/radiuss-spack-configs
+1 −1 scripts/uberenv
+9 −0 test/functional/forall/CombiningAdapter/CMakeLists.txt
+2 −37 test/functional/forall/atomic-ref/CMakeLists.txt
+1 −35 test/functional/forall/atomic-view/CMakeLists.txt
+1 −6 test/functional/forall/indexset-view/CMakeLists.txt
+4 −32 test/functional/forall/multi-reduce-basic/CMakeLists.txt
+5 −44 test/functional/forall/reduce-basic/CMakeLists.txt
+4 −3 test/functional/forall/reduce-multiple-indexset/CMakeLists.txt
+5 −3 test/functional/forall/reduce-multiple-segment/CMakeLists.txt
+1 −6 test/functional/forall/resource-indexset/CMakeLists.txt
+9 −0 test/functional/kernel/basic-fission-fusion-loop/CMakeLists.txt
+9 −0 test/functional/kernel/conditional-fission-fusion-loop/CMakeLists.txt
+5 −7 test/functional/kernel/multi-reduce-nested/CMakeLists.txt
+4 −32 test/functional/kernel/nested-loop-reducesum/CMakeLists.txt
+1 −16 test/functional/kernel/nested-loop-segment-types/CMakeLists.txt
+0 −35 test/functional/kernel/nested-loop/CMakeLists.txt
+19 −12 test/functional/kernel/single-loop-tile-icount-tcount/CMakeLists.txt
+9 −6 test/functional/kernel/tile-variants/CMakeLists.txt
+4 −24 test/functional/workgroup/CMakeLists.txt
+3 −1 test/integration/CMakeLists.txt
+3 −0 test/unit/algorithm/CMakeLists.txt
+1 −1 test/unit/indexing/CMakeLists.txt
+1 −1 test/unit/multi_reducer/CMakeLists.txt
+16 −0 test/unit/reducer/test-reducer-constructors-openmp-target.cpp

0 comments on commit a4881fe

Please sign in to comment.