mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-15 10:37:44 +00:00
3 lines
185 B
CMake
3 lines
185 B
CMake
add_executable(client_softmax4d softmax4d.cpp)
|
|
target_link_libraries(client_softmax4d PRIVATE composable_kernel::device_other_operations composable_kernel::device_reduction_operations)
|