Skip to content
Failed

Changes

Summary

  1. bring back --fmad option to nvcc_wrapper (#6931) (details)
  2. Rename ViewType to OtherViewType in converting constructor for readability (details)
  3. Replace tests with static_assert if they rely on compile time behaviour only (details)
Commit d88e2a5b0e7948c5315a605f5bc1ead00fc39fc6 by noreply
bring back --fmad option to nvcc_wrapper (#6931)

* bring back --fmad option to nvcc_wrapper

* Preserve support for flag with single leading dash

---------

Co-authored-by: Damien L-G <dalg24+github@gmail.com>
The file was modified bin/nvcc_wrapper (diff)
Commit 6daac8d85ef7f97c822e10bc148c8ab078abaaea by yuuichi.asahi
Rename ViewType to OtherViewType in converting constructor for readability
The file was modified algorithms/src/std_algorithms/impl/Kokkos_RandomAccessIterator.hpp (diff)
Commit 4fdb02d6c09ee5c52041d47037d2633398c57711 by yuuichi.asahi
Replace tests with static_assert if they rely on compile time behaviour only
The file was modified algorithms/unit_tests/TestRandomAccessIterator.cpp (diff)