Skip to content
Failed

Changes

Summary

  1. cmake: fix relative to find kokkos_compiler_launcher (commit: 720490e) (details)
  2. move view allocation related functionality to a new header (#7110) (commit: fc45a03) (details)
  3. SYCL CI: Manually build oneDPL (commit: 1409318) (details)
  4. Add missing concepts include in test (commit: 4a54fb3) (details)
  5. Github CI: Test with C++17, C++20, and C++23 (#7082) (commit: 83f975a) (details)
  6. Update base image for ROCm 5.6 (commit: e396c8f) (details)
  7. Update mdspan to 98a12b01b51b2 (commit: dc17506) (details)
  8. Add AtomicAccessorRelaxed (#7089) (commit: b84125e) (details)
Commit 720490e7c1da53bd8d3b620918a6b3d5a79b93d4 by vicente.bolea
cmake: fix relative to find kokkos_compiler_launcher
(commit: 720490e)
The file was modified cmake/KokkosConfigCommon.cmake.in (diff)
Commit fc45a032c4bd8ef8fb8bca98f6c2b7a1e85c32d0 by noreply
move view allocation related functionality to a new header (#7110)

---------

Co-authored-by: Christian Trott <crtrott@sandia.gov>
(commit: fc45a03)
The file was modified core/src/impl/Kokkos_ViewMapping.hpp (diff)
The file was addedcore/src/View/Kokkos_ViewAlloc.hpp
Commit 14093185a7923fb5782342b673a0825822ca7c37 by Daniel Arndt
SYCL CI: Manually build oneDPL
(commit: 1409318)
The file was modified scripts/docker/Dockerfile.sycl (diff)
The file was modified .jenkins (diff)
Commit 4a54fb34b9607f9cbf336ee89ead6e4306cca6e5 by crtrott
Add missing concepts include in test

Note this was implicitly likely there when mdspan is enabled.
(commit: 4a54fb3)
The file was modified core/unit_test/TestSpaceAwareAccessor.hpp (diff)
Commit 83f975a9486ee9432c560c31a62566bf09752d67 by noreply
Github CI: Test with C++17, C++20, and C++23 (#7082)

(commit: 83f975a)
The file was modified .github/workflows/continuous-integration-workflow.yml (diff)
The file was modified .jenkins (diff)
Commit dc175068b8be22e322d3c58e35f4642de65aef0d by crtrott
Update mdspan to 98a12b01b51b2
(commit: dc17506)
The file was modified tpls/mdspan/include/experimental/__p0009_bits/macros.hpp (diff)
The file was modified tpls/mdspan/include/experimental/__p2630_bits/submdspan_mapping.hpp (diff)
Commit b84125ed6e1694992f2cbdb745f5cd56d6333963 by noreply
Add AtomicAccessorRelaxed (#7089)

* Add atomic accessor

* Add test for AtomicAccessorRelaxed

* Atomic Accessor: address review comments

* AtomicAccessor: remove test if mdspan is disabled

* Fix conversion behavior of atomic accessor

* Rename and move test file

* Remove constexpr from atomicaccessor offset function

* Add missing concepts include to atomic accessor test

* Remove comment
(commit: b84125e)
The file was modified core/src/View/MDSpan/Kokkos_MDSpan_Accessor.hpp (diff)
The file was addedcore/unit_test/TestMDSpanAtomicAccessor.hpp
The file was modified core/unit_test/CMakeLists.txt (diff)