mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-16 02:54:21 +00:00
4 lines
115 B
CMake
4 lines
115 B
CMake
if(GPU_TARGETS MATCHES "gfx9|gfx11|gfx12")
|
|
add_gtest_executable(test_ck_tile_pooling test_pooling.cpp)
|
|
endif()
|