Skip to content
Failed

Changes

Summary

  1. Add dependabot for GitHub Actions (commit: 5071f2f) (details)
  2. Added static_asserts for out of range tuple_element and get (commit: 2a7ca1a) (details)
  3. Improve Kokkos Graphs (#7039) (commit: 669746e) (details)
  4. Introduce `KOKKOS_DEDUCTION_GUIDE` macro to allow user-defined deduction guide in device code for clang compiler (#6954) (commit: 63a3cef) (details)
  5. Add nightly CI on Frontier (#7048) (commit: 1f60290) (details)
  6. Update scorecard GitHub workflow (commit: 150f900) (details)
Commit 5071f2fd343dd608d57d7cba3de735a7d0fe5f7e by Daniel Arndt
Add dependabot for GitHub Actions
(commit: 5071f2f)
The file was added.github/workflows/dependabot.yml
Commit 2a7ca1a37e6ac85e4b1a4f0df19e4d156df5b68e by nliber
Added static_asserts for out of range tuple_element and get
(to match checks in complex structured bindings)
(commit: 2a7ca1a)
The file was modified core/src/Kokkos_Array.hpp (diff)
Commit 669746ef8278cda59f7ba7d1605946f93d6fe7c4 by noreply
Improve Kokkos Graphs (#7039)

* Cleanup static_asserts

* Fix HIP

* Improve tests

* Improve tests
(commit: 669746e)
The file was modified core/src/impl/Kokkos_Default_Graph_Impl.hpp (diff)
The file was modified core/unit_test/TestGraph.hpp (diff)
The file was modified core/src/Cuda/Kokkos_Cuda_Graph_Impl.hpp (diff)
The file was modified core/src/HIP/Kokkos_HIP_ParallelReduce_Team.hpp (diff)
The file was modified core/src/HIP/Kokkos_HIP_ParallelReduce_MDRange.hpp (diff)
Commit 63a3cef186bb6b1e68007c4fb24f59a86b44fc4c by noreply
Introduce `KOKKOS_DEDUCTION_GUIDE` macro to allow user-defined deduction guide in device code for clang compiler (#6954)

* Add device CTAD tests

* Fix user-defined deduction guide in device code

* Use Kokkos macro

Co-authored-by: Damien L-G <dalg24+github@gmail.com>

* Disable CTAD reducer test for OpenMPTarget

* Revert to_ _clang__ macro

* Remove inner parallel_reduce

* Add deduction guide annotations for nvcc

---------

Co-authored-by: Damien L-G <dalg24+github@gmail.com>
(commit: 63a3cef)
The file was addedcore/unit_test/TestTeamMDRangePolicyCTAD.cpp
The file was modified core/unit_test/CMakeLists.txt (diff)
The file was modified core/src/Kokkos_Parallel_Reduce.hpp (diff)
The file was modified core/src/Kokkos_Macros.hpp (diff)
The file was addedcore/unit_test/TestNestedReducerCTAD.cpp
The file was modified core/src/setup/Kokkos_Setup_HIP.hpp (diff)
The file was modified core/src/setup/Kokkos_Setup_Cuda.hpp (diff)
The file was modified core/src/Kokkos_ExecPolicy.hpp (diff)
Commit 1f602905c41fc2a5eafec6e6daf9398fa6559386 by noreply
Add nightly CI on Frontier (#7048)

* Add CI on Frontier

* Address reviewers' comments
(commit: 1f60290)
The file was added.olcf-gitlab-ci.yml
Commit 150f9009d29b964af30feaae6a42f8470b94de30 by Daniel Arndt
Update scorecard GitHub workflow
(commit: 150f900)
The file was modified .github/workflows/scorecard.yml (diff)