Skip to content
Failed

Changes

Summary

  1. Fix using CUDAToolkit for CMake 3.28.4 and higher (commit: 40cf84f) (details)
  2. Move check CMake 3.20.1 with nvhpc (commit: 8229477) (details)
  3. Fix closing brackets (commit: 6440606) (details)
  4. KOKKOS_CUDA_ERROR->DEFAULT_MSG (commit: a3e2b84) (details)
  5. Workaround icpc "missing return statement at end of non-void function" (commit: 63d8093) (details)
Commit 40cf84f910a8aeac6b7fe138e4f40eb1bdbf0e88 by Daniel Arndt
Fix using CUDAToolkit for CMake 3.28.4 and higher
(commit: 40cf84f)
The file was modified cmake/Modules/FindTPLCUDA.cmake (diff)
Commit 8229477b44c4b0012714d3487828f3c1f1561354 by Daniel Arndt
Move check CMake 3.20.1 with nvhpc
(commit: 8229477)
The file was modified cmake/Modules/FindTPLCUDA.cmake (diff)
Commit 64406064d2868ca90ee2944f29da5062b674a432 by noreply
Fix closing brackets

Co-authored-by: Andrey Prokopenko <andrey.prok@gmail.com>
(commit: 6440606)
The file was modified cmake/Modules/FindTPLCUDA.cmake (diff)
Commit a3e2b84a794f2f8cf366269b6b4ce2c7808be524 by Daniel Arndt
KOKKOS_CUDA_ERROR->DEFAULT_MSG
(commit: a3e2b84)
The file was modified cmake/Modules/FindTPLCUDA.cmake (diff)
Commit 63d8093c1fe1573fcc8bdf80c9aaae2d76f0ed6f by ndellin
Workaround icpc "missing return statement at end of non-void function"

Workaround "missing return statement at end of non-void function" warnings triggering -Werror with intel classic compilers
Address issue #7071
(commit: 63d8093)
The file was modified containers/src/Kokkos_OffsetView.hpp (diff)
The file was modified core/src/Kokkos_View.hpp (diff)