Skip to content
Failed

Changes

Summary

  1. Drop IBM Blue Gene/Q and POWER7 architectures (details)
  2. Drop Intel Westmere and SSE4.2 extension (details)
  3. fix constness for views (details)
  4. Fix fence in Kokkos::sort when using std::sort (details)
  5. Explicity pass template params to ZeroMemset for intel icpc compilers (#6807) (details)
  6. Add CodeQL GitHub Action (#6818) (details)
  7. SYCL CI: Avoid setvars.sh (details)
  8. Update GitHub actions ot use Node 20 (details)
Commit 5b86415d682b159d6ea3ca3558f37803e82c5e48 by Damien L-G
Drop IBM Blue Gene/Q and POWER7 architectures
The file was modified core/unit_test/configuration/test-code/test_config_arch_list.bash (diff)
The file was modified cmake/kokkos_arch.cmake (diff)
The file was modified generate_makefile.bash (diff)
The file was modified gnu_generate_makefile.bash (diff)
The file was modified Makefile.kokkos (diff)
The file was modified core/src/impl/Kokkos_Core.cpp (diff)
The file was modified scripts/testing_scripts/generate_makefile.bash (diff)
Commit 17d07425941c08fe84c0e197d68110620a2c65fa by Damien L-G
Drop Intel Westmere and SSE4.2 extension
The file was modified Makefile.kokkos (diff)
The file was modified gnu_generate_makefile.bash (diff)
The file was modified cmake/kokkos_arch.cmake (diff)
The file was modified scripts/testing_scripts/generate_makefile.bash (diff)
The file was modified cmake/KokkosCore_config.h.in (diff)
The file was modified core/unit_test/configuration/test-code/test_config_arch_list.bash (diff)
The file was modified core/src/impl/Kokkos_Core.cpp (diff)
The file was modified generate_makefile.bash (diff)
Commit 513d8db0593dfebcdbc06bc8a388ebb840fe61e1 by fnrizzi
fix constness for views
The file was modified algorithms/src/std_algorithms/Kokkos_CopyIf.hpp (diff)
The file was modified algorithms/src/std_algorithms/Kokkos_CopyBackward.hpp (diff)
The file was modified algorithms/src/std_algorithms/Kokkos_Move.hpp (diff)
The file was modified algorithms/src/std_algorithms/Kokkos_Transform.hpp (diff)
The file was modified algorithms/src/std_algorithms/Kokkos_SwapRanges.hpp (diff)
The file was modified algorithms/src/std_algorithms/Kokkos_MoveBackward.hpp (diff)
The file was modified algorithms/src/std_algorithms/Kokkos_CopyN.hpp (diff)
The file was modified algorithms/src/std_algorithms/Kokkos_Equal.hpp (diff)
The file was modified algorithms/src/std_algorithms/Kokkos_ReverseCopy.hpp (diff)
The file was modified algorithms/src/std_algorithms/Kokkos_Copy.hpp (diff)
The file was modified algorithms/src/std_algorithms/Kokkos_LexicographicalCompare.hpp (diff)
Commit c95f9542f8d117a3462f60c1200ed8de75a930e9 by Daniel Arndt
Fix fence in Kokkos::sort when using std::sort
The file was modified algorithms/src/sorting/Kokkos_SortPublicAPI.hpp (diff)
Commit a1199b3df109f34021ca26bfda78e2b0cda4aa4f by noreply
Explicity pass template params to ZeroMemset for intel icpc compilers (#6807)

* Explicity pass template params to ZeroMemset for intel icpc compilers

Avoid apparent CTAD issue with older icpc intel compilers
Resolves issue #6775

* Apply clang-format

* Fix typo

* Apply ZeroMemset changes consistently to other header

* Apply clang-format

* Address PR review comments

* Make compiler happy

* Apply clang-format
The file was modified core/src/Kokkos_CopyViews.hpp (diff)
Commit 48588d08b3f69d4aad63e1bc8ec6b334d0faf059 by noreply
Add CodeQL GitHub Action (#6818)

* Add CodeQL GitHub Action

* Only run on push

* Also build examples and benchmarks

* Also run on this pull request

* User permissions: read-all

* Drop running tests and compiler warnings
The file was added.github/workflows/codeql.yml
Commit df68761f97725144a6ad612c8b44186685e55cf2 by Daniel Arndt
SYCL CI: Avoid setvars.sh
The file was modified .jenkins (diff)
The file was modified scripts/docker/Dockerfile.sycl (diff)
Commit 1112e07ebc3194355a7ae9766a91f54d2759f059 by Daniel Arndt
Update GitHub actions ot use Node 20
The file was modified .github/workflows/continuous-integration-workflow.yml (diff)
The file was modified .github/workflows/continuous-integration-workflow-hpx.yml (diff)
The file was modified .github/workflows/performance-benchmark.yml (diff)
The file was modified .github/workflows/windows.yml (diff)
The file was modified .github/workflows/osx.yml (diff)
The file was modified .github/workflows/clang-format-check.yml (diff)
The file was modified .github/workflows/continuous-integration-workflow-32bit.yml (diff)