Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update RADIUSS packages w.r.t. spack@develop-2024-07-07 #264

Merged
merged 16 commits into from
Jul 16, 2024
Merged
Show file tree
Hide file tree
Changes from 15 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .uberenv_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"package_final_phase" : "initconfig",
"package_source_dir" : "../..",
"spack_url": "https://github.com/spack/spack.git",
"spack_branch": "develop-2024-05-26",
"spack_branch": "develop-2024-07-07",
"spack_activate" : {},
"spack_configs_path": "scripts/radiuss-spack-configs",
"spack_packages_path": "scripts/radiuss-spack-configs/packages",
Expand Down
2 changes: 1 addition & 1 deletion src/tpl/raja
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this change still necessary?

Submodule raja updated 74 files
+2 −4 .gitlab-ci.yml
+8 −8 .gitlab/custom-jobs-and-variables.yml
+1 −1 CMakeLists.txt
+0 −33 RELEASE_NOTES.md
+0 −21 docs/Licenses/rocprim-license.txt
+1 −1 docs/conf.py
+0 −23 docs/sphinx/user_guide/cook_book.rst
+0 −110 docs/sphinx/user_guide/cook_book/reduction.rst
+284 −433 docs/sphinx/user_guide/feature/policies.rst
+0 −4 docs/sphinx/user_guide/feature/reduction.rst
+0 −1 docs/sphinx/user_guide/index.rst
+7 −7 include/RAJA/RAJA.hpp
+2 −6 include/RAJA/pattern/launch/launch_core.hpp
+120 −169 include/RAJA/policy/cuda/MemUtils_CUDA.hpp
+73 −96 include/RAJA/policy/cuda/forall.hpp
+0 −467 include/RAJA/policy/cuda/intrinsics.hpp
+11 −16 include/RAJA/policy/cuda/kernel/CudaKernel.hpp
+5 −5 include/RAJA/policy/cuda/kernel/For.hpp
+7 −7 include/RAJA/policy/cuda/kernel/ForICount.hpp
+5 −5 include/RAJA/policy/cuda/kernel/Tile.hpp
+7 −7 include/RAJA/policy/cuda/kernel/TileTCount.hpp
+9 −9 include/RAJA/policy/cuda/kernel/internal.hpp
+12 −12 include/RAJA/policy/cuda/launch.hpp
+24 −328 include/RAJA/policy/cuda/policy.hpp
+520 −378 include/RAJA/policy/cuda/reduce.hpp
+4 −8 include/RAJA/policy/cuda/scan.hpp
+24 −42 include/RAJA/policy/cuda/sort.hpp
+126 −170 include/RAJA/policy/hip/MemUtils_HIP.hpp
+73 −96 include/RAJA/policy/hip/forall.hpp
+0 −362 include/RAJA/policy/hip/intrinsics.hpp
+1 −1 include/RAJA/policy/hip/kernel.hpp
+5 −5 include/RAJA/policy/hip/kernel/For.hpp
+7 −7 include/RAJA/policy/hip/kernel/ForICount.hpp
+11 −16 include/RAJA/policy/hip/kernel/HipKernel.hpp
+5 −5 include/RAJA/policy/hip/kernel/Tile.hpp
+7 −7 include/RAJA/policy/hip/kernel/TileTCount.hpp
+9 −9 include/RAJA/policy/hip/kernel/internal.hpp
+12 −12 include/RAJA/policy/hip/launch.hpp
+15 −264 include/RAJA/policy/hip/policy.hpp
+385 −365 include/RAJA/policy/hip/reduce.hpp
+4 −8 include/RAJA/policy/hip/scan.hpp
+24 −42 include/RAJA/policy/hip/sort.hpp
+35 −0 include/RAJA/policy/loop.hpp
+87 −0 include/RAJA/policy/loop/policy.hpp
+8 −8 include/RAJA/policy/sycl/launch.hpp
+2 −19 include/RAJA/util/Operators.hpp
+10 −52 include/RAJA/util/SoAPtr.hpp
+0 −1 include/RAJA/util/basic_mempool.hpp
+0 −95 include/RAJA/util/for_each.hpp
+0 −9 include/RAJA/util/macros.hpp
+0 −75 include/RAJA/util/math.hpp
+0 −400 include/RAJA/util/reduce.hpp
+8 −12 include/RAJA/util/resource.hpp
+19 −2 include/RAJA/util/sort.hpp
+3 −138 include/RAJA/util/types.hpp
+1 −1 scripts/radiuss-spack-configs
+1 −1 scripts/uberenv
+2 −10 test/functional/launch/shared_mem/tests/test-launch-DynamicMem.hpp
+2 −6 test/include/RAJA_test-forall-execpol.hpp
+2 −2 test/include/RAJA_test-launch-direct-teams-threads-1D-execpol.hpp
+4 −4 test/include/RAJA_test-launch-direct-teams-threads-3D-execpol.hpp
+1 −1 test/include/RAJA_test-launch-execpol.hpp
+2 −2 test/include/RAJA_test-launch-loop-teams-threads-1D-execpol.hpp
+4 −4 test/include/RAJA_test-launch-loop-teams-threads-3D-execpol.hpp
+4 −4 test/include/RAJA_test-launch-runtime-execpol.hpp
+2 −12 test/include/RAJA_test-reducepol.hpp
+20 −41 test/unit/algorithm/CMakeLists.txt
+0 −150 test/unit/algorithm/test-algorithm-util-for_each.cpp
+0 −36 test/unit/algorithm/test-algorithm-util-reduce.cpp.in
+6 −6 test/unit/algorithm/test-algorithm-util-sort.cpp.in
+0 −350 test/unit/algorithm/tests/test-algorithm-reduce-utils.hpp
+0 −205 test/unit/algorithm/tests/test-algorithm-util-reduce.hpp
+0 −4 test/unit/util/CMakeLists.txt
+0 −64 test/unit/util/test-fraction.cpp