thrust / testing /async_reduce.cmake
camenduru's picture
thanks to nvidia ❤
8ae5fc5
# Disable unreachable code warnings.
# This test unconditionally throws in some places, the compiler will detect that
# control flow will never reach some instructions. This is intentional.
target_link_libraries(${test_target} PRIVATE thrust.silence_unreachable_code_warnings)