mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-17 11:30:02 +00:00
3 lines
132 B
CMake
3 lines
132 B
CMake
add_gtest_executable(test_reference_conv_fwd reference_conv_fwd.cpp)
|
|
target_link_libraries(test_reference_conv_fwd PRIVATE utility)
|