mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-17 11:30:02 +00:00
* Update the reduce_blockwise example to support user specified data type and input+reducing dimensions
* Add examples for using reduce_multiblock_atomic_add
* Add more running examples to the default command-line
* Remove un-necessary header including
* Update to the example README.md
[ROCm/composable_kernel commit: 14932e8de3]
4 lines
252 B
CMake
4 lines
252 B
CMake
add_example_executable(example_reduce_blockwise reduce_blockwise.cpp)
|
|
add_example_executable(example_reduce_multiblock_atomic_add reduce_multiblock_atomic_add.cpp)
|
|
add_example_executable(example_reduce_blockwise_two_call reduce_blockwise_two_call.cpp)
|