CMakeLists.txt 340 Bytes
Newer Older
1
add_example_executable(example_reduce_blockwise reduce_blockwise.cpp)
root's avatar
root committed
2
add_example_executable(example_reduce_threadwise_multi_d reduce_threadwise_multi_d.cpp)
3
add_example_executable(example_reduce_multiblock_atomic_add reduce_multiblock_atomic_add.cpp)
4
add_example_executable(example_reduce_blockwise_two_call reduce_blockwise_two_call.cpp)