CMakeLists.txt 350 Bytes
Newer Older
1
add_example_executable(example_reduce_blockwise reduce_blockwise.cpp)
2
add_example_executable(example_reduce_multiblock_atomic_add reduce_multiblock_atomic_add.cpp)
3
add_example_executable(example_reduce_blockwise_two_call reduce_blockwise_two_call.cpp)
4
add_example_executable(example_reduce_blockwise_two_call_amax reduce_blockwise_two_call_amax.cpp)