Skip to content

Commit

Permalink
Update GitLab CI content to match Adrien's RAJA PR
Browse files Browse the repository at this point in the history
  • Loading branch information
rhornung67 committed Aug 30, 2024
1 parent 735a81f commit fad8028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tpl/RAJA
Submodule RAJA updated 39 files
+25 −0 .github/ISSUE_TEMPLATE/bug_report.md
+22 −0 .github/ISSUE_TEMPLATE/feature_request.md
+74 −0 .github/workflows/build.yml
+2 −2 .gitlab/jobs/corona.yml
+14 −5 .gitlab/jobs/lassen.yml
+0 −15 .gitlab/jobs/poodle.yml
+0 −13 .gitlab/jobs/ruby.yml
+4 −4 .gitlab/jobs/tioga.yml
+2 −1 CMakeLists.txt
+118 −74 Dockerfile
+14 −26 azure-pipelines.yml
+4 −0 benchmark/CMakeLists.txt
+346 −0 benchmark/benchmark-atomic.cpp
+2 −1 docs/conf.py
+1 −1 docs/sphinx/user_guide/feature/policies.rst
+0 −5 exercises/dot-product.cpp
+1 −6 exercises/dot-product_solution.cpp
+0 −5 exercises/vector-addition.cpp
+1 −6 exercises/vector-addition_solution.cpp
+3 −2 include/RAJA/policy/cuda/launch.hpp
+6 −10 include/RAJA/policy/sycl/MemUtils_SYCL.hpp
+6 −13 include/RAJA/policy/sycl/reduce.hpp
+1 −1 scripts/lc-builds/blueos_clang.sh
+1 −1 scripts/lc-builds/blueos_clang_omptarget.sh
+1 −1 scripts/lc-builds/blueos_clangcuda.sh
+1 −1 scripts/lc-builds/blueos_gcc.sh
+1 −1 scripts/lc-builds/blueos_nvcc_clang.sh
+1 −1 scripts/lc-builds/blueos_nvcc_gcc.sh
+1 −1 scripts/lc-builds/blueos_nvcc_xl.sh
+1 −1 scripts/lc-builds/blueos_pgi.sh
+1 −1 scripts/lc-builds/blueos_xl.sh
+1 −1 scripts/lc-builds/blueos_xl_omptarget.sh
+1 −1 scripts/lc-builds/corona_sycl.sh
+1 −1 scripts/lc-builds/toss4_amdclang.sh
+1 −1 scripts/lc-builds/toss4_amdclang_asan.sh
+1 −1 scripts/radiuss-spack-configs
+0 −14 src/MemUtils_SYCL.cpp
+1 −1 tpl/camp
+1 −1 tpl/desul

0 comments on commit fad8028

Please sign in to comment.