mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-03 05:01:25 +00:00
* Add layernorm client example * [What] Add default make install dir to gitignore [Why] client example need to make install
3 lines
138 B
CMake
3 lines
138 B
CMake
add_executable(client_layernorm2d layernorm2d.cpp)
|
|
target_link_libraries(client_layernorm2d PRIVATE composable_kernel::device_operations)
|