Skip to content
Failed

Changes

Summary

  1. [4.2.01] Fix msvc cuda release (#6660) (details)
Commit 474366af460d79cff4736100d663e2c9a4204fe5 by noreply
[4.2.01] Fix msvc cuda release (#6660)

* Fix builtin_unreachable use for MSVC/CUDA

Also split math functions test differently to avoid need for bigobj

* Fix missing include on msvc/cuda

* Avoid lambdas in constexpr branch for msvc/cuda

* Sidestep lacking CTAD support msvc/cuda

* Fix formatting

* Move header for Damien because he is right
The file was modified algorithms/unit_tests/TestStdAlgorithmsTeamPartitionCopy.cpp (diff)
The file was modified algorithms/unit_tests/TestStdAlgorithmsTeamPartitionPoint.cpp (diff)
The file was modified simd/unit_tests/include/TestSIMD_GeneratorCtors.hpp (diff)
The file was modified algorithms/unit_tests/TestStdAlgorithmsCommon.hpp (diff)
The file was modified core/src/Serial/Kokkos_Serial.hpp (diff)
The file was modified core/unit_test/TestMathematicalFunctions.hpp (diff)
The file was modified algorithms/unit_tests/TestStdAlgorithmsTeamIsPartitioned.cpp (diff)
The file was modified algorithms/unit_tests/TestStdAlgorithmsTeamReplaceCopyIf.cpp (diff)
The file was modified algorithms/unit_tests/TestStdAlgorithmsTeamCopyIf.cpp (diff)
The file was modified algorithms/unit_tests/TestStdAlgorithmsTeamRemoveCopyIf.cpp (diff)
The file was modified algorithms/unit_tests/TestStdAlgorithmsTeamRemoveIf.cpp (diff)
The file was modified algorithms/unit_tests/TestStdAlgorithmsTeamReplaceIf.cpp (diff)