-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request LLNL#258 from LLNL/main
Main mergeback to develop after v2024.02.1 release
- Loading branch information
Showing
9 changed files
with
13 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule blt
updated
25 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule raja
updated
19 files
+2 −2 | .gitlab-ci.yml | |
+4 −4 | .gitlab/custom-jobs-and-variables.yml | |
+3 −2 | .gitlab/jobs/corona.yml | |
+8 −7 | .gitlab/jobs/lassen.yml | |
+9 −11 | .gitlab/jobs/poodle.yml | |
+9 −11 | .gitlab/jobs/ruby.yml | |
+4 −3 | .gitlab/jobs/tioga.yml | |
+1 −1 | .uberenv_config.json | |
+1 −1 | CMakeLists.txt | |
+1 −2 | Dockerfile | |
+19 −0 | RELEASE_NOTES.md | |
+1 −1 | blt | |
+1 −1 | docs/conf.py | |
+3 −3 | host-configs/lc-builds/toss4/corona_sycl.cmake | |
+4 −6 | include/RAJA/policy/sycl/launch.hpp | |
+11 −11 | include/RAJA/policy/sycl/reduce.hpp | |
+16 −6 | scripts/lc-builds/corona_sycl.sh | |
+1 −1 | scripts/radiuss-spack-configs | |
+1 −1 | tpl/camp |
Submodule umpire
updated
23 files
+2 −2 | .gitlab-ci.yml | |
+1 −1 | .gitlab/jobs/corona.yml | |
+14 −14 | .gitlab/jobs/lassen.yml | |
+6 −6 | .gitlab/jobs/poodle.yml | |
+6 −6 | .gitlab/jobs/ruby.yml | |
+2 −2 | .gitlab/jobs/tioga.yml | |
+1 −1 | .uberenv_config.json | |
+1 −1 | CMakeLists.txt | |
+7 −3 | Dockerfile | |
+1 −1 | README.md | |
+1 −1 | RELEASE | |
+4 −0 | RELEASE_NOTES.md | |
+1 −1 | blt | |
+1 −0 | cmake/SetupUmpireOptions.cmake | |
+1 −1 | docs/sphinx/conf.py.in | |
+1 −1 | scripts/make_release_tarball.sh | |
+1 −1 | scripts/radiuss-spack-configs | |
+3 −3 | src/tpl/CMakeLists.txt | |
+1 −1 | src/tpl/umpire/camp | |
+1 −1 | src/umpire/event/CMakeLists.txt | |
+1 −1 | src/umpire/resource/CMakeLists.txt | |
+1 −1 | src/umpire/util/CMakeLists.txt | |
+1 −1 | umpire-config.cmake.in |