Skip to content
Success

Changes

Summary

  1. Fix incompatible dynamic_extent definition in Kokkos (commit: a1f1255) (details)
  2. Fix using shared libraries and -fvisibility=hidden (#7065) (commit: 5498582) (details)
  3. OpenACC: Skip exec_space_thread_safety_range_scan (#7022) (commit: 3418084) (details)
Commit a1f1255ac08c4e14035c47cbf40cecd38cff8522 by crtrott
Fix incompatible dynamic_extent definition in Kokkos
(commit: a1f1255)
The file was modified core/unit_test/TestViewSubview.hpp (diff)
The file was modified core/src/Kokkos_Extents.hpp (diff)
The file was modified core/src/impl/Kokkos_ViewMapping.hpp (diff)
Commit 549858227d6d59f4c2f4cbb9e6617fcef1cca42a by noreply
Fix using shared libraries and -fvisibility=hidden (#7065)

* Test with shared libraries and VISIBILITY_INLINES_HIDDEN and CXX_VISIBILITY_PRESET
* Avoid inline static members in CudaInternal and HIP
(commit: 5498582)
The file was modified cmake/kokkos_tribits.cmake (diff)
The file was modified core/src/HIP/Kokkos_HIP_Instance.cpp (diff)
The file was modified core/src/Cuda/Kokkos_Cuda_Instance.hpp (diff)
The file was modified .jenkins (diff)
The file was modified core/src/HIP/Kokkos_HIP_Instance.hpp (diff)
The file was modified core/src/Cuda/Kokkos_Cuda_Instance.cpp (diff)
Commit 3418084eaf01cb417a77da59f2974a6341318ea3 by noreply
OpenACC: Skip exec_space_thread_safety_range_scan (#7022)

* skip exec_space_thread_safety_range_scan
* skip exec_space_thread_safety_range
(commit: 3418084)
The file was modified core/unit_test/TestExecSpaceThreadSafety.hpp (diff)