mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-03 05:01:25 +00:00
3 lines
180 B
CMake
3 lines
180 B
CMake
add_executable(client_batchnorm_fwd_instance_id batchnorm_fwd_instance_id.cpp)
|
|
target_link_libraries(client_batchnorm_fwd_instance_id PRIVATE composable_kernel::device_operations)
|