Skip to content
Failed

Changes

Summary

  1. Add missing space (commit: 8fc95f8) (details)
  2. Fix SpaceAwareAccessor based on usage experiment in View (#7088) (commit: 2d77152) (details)
The file was modified core/src/impl/Kokkos_ViewMapping.hpp (diff)
Commit 2d7715239700f50169bc50a96a234b05c28c9a2e by noreply
Fix SpaceAwareAccessor based on usage experiment in View (#7088)

* Fix return type of SpaceAwareAccessor::offset

Improved test to catch the mistake, and added a typedef for nested_accessor

* Make SpaceAwareAccessor more convertible

This is based on findings from trying to use mdspan inside View.

* SpaceAwareAccessor: address review comments
(commit: 2d77152)
The file was modified core/unit_test/TestSpaceAwareAccessor.hpp (diff)
The file was modified core/src/View/MDSpan/Kokkos_MDSpan_Accessor.hpp (diff)
The file was modified core/unit_test/TestSpaceAwareAccessorAccessViolation.hpp (diff)