mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-02 04:31:25 +00:00
* Update Softmax device operation interface. * Update ckProfiler. * Update Softmax UT. * Update example. * Client example. * Clang format Co-authored-by: Adam Osewski <aosewski@amd.com>
3 lines
132 B
CMake
3 lines
132 B
CMake
add_executable(client_softmax4d softmax4d.cpp)
|
|
target_link_libraries(client_softmax4d PRIVATE composable_kernel::device_operations)
|