mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-15 10:37:44 +00:00
6 lines
226 B
CMake
6 lines
226 B
CMake
if(GPU_TARGETS MATCHES "gfx9")
|
|
add_gtest_executable(test_ck_tile_elementwise_1d test_elementwise_1d.cpp)
|
|
if(result EQUAL 0)
|
|
target_link_libraries(test_ck_tile_elementwise_1d PRIVATE utility)
|
|
endif()
|
|
endif() |