mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-03 21:21:22 +00:00
* Rename to proper naming * Add example of groupnorm + swish * Extract duplicate code in example * Add groupnorm + swish instances * Ractor instance generation, split into multiple cpp file * Add external api and client example * Refine profiler message * Use ck math version of exp * Refine problem size in example * Add host version of exp
3 lines
150 B
CMake
3 lines
150 B
CMake
add_executable(client_groupnorm_swish groupnorm_swish.cpp)
|
|
target_link_libraries(client_groupnorm_swish PRIVATE composable_kernel::device_operations)
|