Jan Ciesko
Jan Ciesko
- Simplify handling of subviews over dim0, add unit tests, fix issues - Add missing headers - Update run scripts - Fix wrong acquisition of data slice in LocalDeepCopy test...
Fix compilation errors.
Avoid overriding CMAKE_CXX_COMPILER by setting it as the preset path rarely matches installations
- Updates initial implementation - Removes Makefile - Adds more CMake options - Rebases on top of master
Partially addressing https://github.com/kokkos/kokkos/issues/7350. Changes: - `scalar_array_type` -> marked deprecated - `const_scalar_array_type` -> marked deprecated - `non_const_scalar_array_type` -> marked deprecated - `array_type` -> marked deprecated, added `type` instead which seems consistent...
Some of this covered already in #8542 ~This is an attempt to make index and size types consistent.~ - It probably does make sense to provide a default index_type for...
Partially addressing https://github.com/kokkos/kokkos/issues/7350. Changes: - `array_layout` -> deprecated - Adds `layout_type` in `ViewTraits` (This is now consistent with layout types in mdspan) - Unit tests testing for deprecated types ->...
- Adds Test_ViewInit and Test_MDRangePolicy