Skip to content
Success

Changes

Summary

  1. Fix thread-safety for the Serial backend (commit: 3309d93) (details)
  2. Improve performance for deleting an instance. (commit: 3de267c) (details)
  3. Don't delete special member functions explicitly (commit: 9ac81a8) (details)
  4. Update internal desul file copies to 60c1115 (commit: ea4b96f) (details)
  5. Update desul version in github workflow (commit: 8501d5a) (details)
  6. Resolve various bogus icpc -Werror (#7079) (commit: 24454fa) (details)
Commit 3309d93326eef9346b292e1331fcd0a3d4855831 by Daniel Arndt
Fix thread-safety for the Serial backend
(commit: 3309d93)
The file was modified core/src/Serial/Kokkos_Serial_Parallel_Team.hpp (diff)
The file was modified core/src/Serial/Kokkos_Serial.hpp (diff)
The file was modified core/src/Kokkos_HostSpace.hpp (diff)
The file was modified core/src/impl/Kokkos_HostSpace.cpp (diff)
The file was modified core/src/Serial/Kokkos_Serial_Parallel_MDRange.hpp (diff)
The file was modified core/src/Serial/Kokkos_Serial_Parallel_Range.hpp (diff)
The file was modified core/src/Serial/Kokkos_Serial.cpp (diff)
The file was modified core/unit_test/CMakeLists.txt (diff)
Commit 3de267cb808f0c643eea7cfcfb25cd56138136bf by noreply
Improve performance for deleting an instance.

Co-authored-by: Nevin ":-)" Liber <nliber+github@gmail.com>
(commit: 3de267c)
The file was modified core/src/Serial/Kokkos_Serial.cpp (diff)
Commit 9ac81a88d8f88838e81540ef80c2f1bfb4fe657e by Daniel Arndt
Don't delete special member functions explicitly
(commit: 9ac81a8)
The file was modified core/src/Serial/Kokkos_Serial.hpp (diff)
Commit ea4b96f8f26a7e533222bc09c85c6cbe3f45ca74 by crtrott
Update internal desul file copies to 60c1115
(commit: ea4b96f)
The file was modified tpls/desul/include/desul/atomics/Atomic_Ref.hpp (diff)
The file was modified tpls/desul/include/desul/atomics/Fetch_Op_HIP.hpp (diff)
Commit 8501d5a90f4439284da6cee2b1fb667bf38ca945 by crtrott
Update desul version in github workflow
(commit: 8501d5a)
The file was modified .github/workflows/continuous-integration-workflow.yml (diff)
Commit 24454fa826e4ccf7bd92aac035a2a71c8be59677 by noreply
Resolve various bogus icpc -Werror (#7079)

* Resolve various bogus icpc -Werror

Workaround some -Werror with icpc (intel classic compiler):
error #1011: missing return statement at end of non-void function

---------

Co-authored-by: Daniel Arndt <arndtd@ornl.gov>
(commit: 24454fa)
The file was modified tpls/mdspan/include/experimental/__p2642_bits/layout_padded.hpp (diff)
The file was modified core/src/View/MDSpan/Kokkos_MDSpan_Layout.hpp (diff)