Skip to content
Failed

Changes

Summary

  1. Fix support for Kokkos::Array of const-qualified element type (details)
  2. Try to fix the CUDA 11.0 build (details)
  3. Revert "Try to fix the CUDA 11.0 build" (details)
  4. Alternate definition of Impl::is_nothrow_swappable_v for NVCC version less than 11.4 (details)
  5. Avoid introducing a 2nd definition of the Impl::swappable trait (details)
  6. Fix enabling OpenMP with HIP and "compile as CMake language" (details)
  7. Fix OpenMP+CUDA when `Kokkos_ENABLE_COMPILE_AS_CMAKE_LANGUAGE` is `ON` (details)
  8. #6805: don't allow arbitrary padding values (details)
Commit fafe861d0683cdde279a44dc8dc10b71d9866c30 by Damien L-G
Fix support for Kokkos::Array of const-qualified element type
The file was modified core/unit_test/TestArray.cpp (diff)
The file was modified core/src/Kokkos_Array.hpp (diff)
Commit 63eef4623a84634f97b2761c354792e5c0613cd9 by Damien L-G
Try to fix the CUDA 11.0 build
The file was modified core/src/Kokkos_Array.hpp (diff)
Commit ebb1cb308a956a4b98f2a5eb26660ed8ca3fe6ad by Damien L-G
Revert "Try to fix the CUDA 11.0 build"

This reverts commit 63eef4623a84634f97b2761c354792e5c0613cd9.
The file was modified core/src/Kokkos_Array.hpp (diff)
Commit 031f6d94a4294c767c4e049f9aa5fadee47c9ef3 by Damien L-G
Alternate definition of Impl::is_nothrow_swappable_v for NVCC version less than 11.4
The file was modified core/src/Kokkos_Swap.hpp (diff)
Commit 2391f1765318725042dcdad6581eca6c03cb5adc by Damien L-G
Avoid introducing a 2nd definition of the Impl::swappable trait

Co-Authored-By: Daniel Arndt <arndtd@ornl.gov>
The file was modified core/src/Kokkos_Swap.hpp (diff)
Commit f699a2c7a2668832e74747ed4816bef683937ba7 by Damien L-G
Fix enabling OpenMP with HIP and "compile as CMake language"
The file was modified cmake/kokkos_tpls.cmake (diff)
Commit 2574b802922d2d13cdd80b2b171ff5f3cd5ef15b by Damien L-G
Fix OpenMP+CUDA when `Kokkos_ENABLE_COMPILE_AS_CMAKE_LANGUAGE` is `ON`

Co-Authored-By: Daniel Arndt <arndtd@ornl.gov>
The file was modified cmake/kokkos_tpls.cmake (diff)
Commit 215f8d909ffd9e29dc033e549d0c50f445c699d3 by nmmoral
#6805: don't allow arbitrary padding values
The file was modified core/src/View/MDSpan/Kokkos_MDSpan_Layout.hpp (diff)
The file was modified core/unit_test/TestMDSpanConversion.hpp (diff)