mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-21 21:39:15 +00:00
* Add layernorm client example
* [What] Add default make install dir to gitignore
[Why] client example need to make install
[ROCm/composable_kernel commit: e1a3fff675]
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)
|