Skip to content
Failed

Changes

Summary

  1. Kokkos_gups: default to int64_t for indices (details)
  2. add nvcc args (--ftz etc.) in nvcc_wrapper (#7930) (details)
  3. Specify unsigned template argument to resolve HIP failure with ROCm 5.7 (details)
Commit 9f15757dad5ace20846ae5b0d959ab9f7036f2e9 by cwpears
Kokkos_gups: default to int64_t for indices

Signed-off-by: Carl Pearson <cwpears@sandia.gov>
The file was modifiedbenchmarks/gups/gups.cpp (diff)
Commit dd45530f91790d87073c4fa764e413812f9c611e by noreply
add nvcc args (--ftz etc.) in nvcc_wrapper (#7930)

* add nvcc args (--rtz etc.) in nvcc_wrapper

* add nvcc args (--ftz etc.) in nvcc_wrapper

* Drop --extra-device-vectorization boolean option since it does not take arguments

---------

Co-authored-by: Damien L-G <dalg24+github@gmail.com>
The file was modifiedbin/nvcc_wrapper (diff)
Commit b0869a72ac71ca118fb907254c4c41b4df0e6ee1 by Damien L-G
Specify unsigned template argument to resolve HIP failure with ROCm 5.7

Signed-off-by: Damien L-G <dalg24@gmail.com>
The file was modifiedcore/src/HIP/Kokkos_HIP_ReduceScan.hpp (diff)