Skip to content
Failed

Changes

Summary

  1. Added width 8 abi for avx2 (commit: e320e00) (details)
  2. Added for AVX512 (commit: aa83357) (details)
  3. Added for width 4 for NEON (commit: e02c6a3) (details)
  4. clang-formatted (commit: 61de582) (details)
  5. Disabling simd unit tests from building for Windows+CUDA build (commit: 1eb1abe) (details)
  6. Workaround for the compilation failure for rocm 5.6-6.0 (commit: 6e167f2) (details)
  7. Added a comment about is_type structs (commit: 4d1278e) (details)
  8. clang formating (commit: b650199) (details)
  9. Clean up KOKKOS_LIB_INCLUDE_DIRECTORIES, append include directories to associated targets in Trilinos builds (#7103) (commit: 9f7a92f) (details)
  10. Workaround to ice with icpc when using -no-ip (#7106) (commit: b5f51b9) (details)
Commit e320e0054415f96f8f8fa66bbba73f67e430ffb7 by donlee
Added width 8 abi for avx2
(commit: e320e00)
The file was modified simd/unit_tests/include/TestSIMD_MaskOps.hpp (diff)
The file was modified simd/unit_tests/include/TestSIMD_Conversions.hpp (diff)
The file was modified simd/unit_tests/include/TestSIMD_GeneratorCtors.hpp (diff)
The file was modified simd/unit_tests/include/TestSIMD_ShiftOps.hpp (diff)
The file was modified simd/src/Kokkos_SIMD_AVX2.hpp (diff)
The file was modified simd/unit_tests/include/TestSIMD_Condition.hpp (diff)
The file was modified simd/unit_tests/include/TestSIMD_WhereExpressions.hpp (diff)
The file was modified simd/unit_tests/include/SIMDTesting_Utilities.hpp (diff)
The file was modified simd/src/Kokkos_SIMD.hpp (diff)
The file was modified simd/unit_tests/include/TestSIMD_MathOps.hpp (diff)
The file was modified simd/unit_tests/include/TestSIMD_Reductions.hpp (diff)
The file was modified simd/unit_tests/include/TestSIMD_ShiftOps.hpp (diff)
The file was modified simd/unit_tests/include/TestSIMD_Reductions.hpp (diff)
The file was modified simd/src/Kokkos_SIMD.hpp (diff)
The file was modified simd/unit_tests/include/TestSIMD_MathOps.hpp (diff)
The file was modified simd/src/Kokkos_SIMD_AVX512.hpp (diff)
The file was modified simd/unit_tests/include/TestSIMD_WhereExpressions.hpp (diff)
Commit e02c6a35107a574c323c48bc230603604231403b by donlee
Added for width 4 for NEON
(commit: e02c6a3)
The file was modified simd/src/Kokkos_SIMD.hpp (diff)
The file was modified simd/src/Kokkos_SIMD_NEON.hpp (diff)
The file was modified simd/src/Kokkos_SIMD_AVX2.hpp (diff)
The file was modified simd/src/Kokkos_SIMD_NEON.hpp (diff)
Commit 1eb1abe5e6a1eec94da7d74b33d125828c4e3bc2 by donlee
Disabling simd unit tests from building for Windows+CUDA build
(commit: 1eb1abe)
The file was modified simd/unit_tests/CMakeLists.txt (diff)
Commit 6e167f26ae1c944255e608c22fc162d627f7ac24 by donlee
Workaround for the compilation failure for rocm 5.6-6.0
(commit: 6e167f2)
The file was modified simd/src/Kokkos_SIMD_AVX2.hpp (diff)
Commit 4d1278ec28816a06fea768f4b56d83f4d29db724 by donlee
Added a comment about is_type structs
(commit: 4d1278e)
The file was modified simd/unit_tests/include/SIMDTesting_Utilities.hpp (diff)
The file was modified simd/src/Kokkos_SIMD_AVX2.hpp (diff)
The file was modified simd/src/Kokkos_SIMD_AVX2.hpp (diff)
Commit 9f7a92f057b820d151d3b0d78243ab029fff9dfe by noreply
Clean up KOKKOS_LIB_INCLUDE_DIRECTORIES, append include directories to associated targets in Trilinos builds (#7103)

* append mdspan include dir to kokkoscore target for trilinos builds

See issue https://github.com/trilinos/Trilinos/issues/12984
Thanks to @maartenarnst for triage within the Trilinos issue

* apply review suggestions

- revert mdspan-only change from core/src/CMakeLists.txt
- remove no longer needed `KOKKOS_HAS_TRILINOS` from
  `KOKKOS_LIB_INCLUDE_DIRECTORIES`
(commit: 9f7a92f)
The file was modified cmake/kokkos_tribits.cmake (diff)
Commit b5f51b9c898e97ee29c3465d451bd74e0bd24dcc by noreply
Workaround to ice with icpc when using -no-ip (#7106)

Remove the ViewCopy_c test when compiling with icpc
See issue: https://github.com/kokkos/kokkos/issues/7084

Co-authored-by: Christian Trott <crtrott@sandia.gov>
(commit: b5f51b9)
The file was modified core/unit_test/CMakeLists.txt (diff)