mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-16 10:59:55 +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>
[ROCm/composable_kernel commit: 3da5c19e62]
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)
|