Skip to content
Failed

Changes

Summary

  1. Explicity pass template params to ZeroMemset for intel icpc compilers (#6807) (details)
  2. Drop running tests and compiler warnings (details)
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 5b7de5641fa496d12c2d8c225d558c45f5137fcd by Daniel Arndt
Drop running tests and compiler warnings
The file was modified .github/workflows/codeql.yml (diff)