mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-05 22:22:27 +00:00
5 lines
157 B
CMake
5 lines
157 B
CMake
# Currently ck_tile is only built on gfx9
|
|
if(GPU_TARGETS MATCHES "gfx9")
|
|
add_gtest_executable(test_ck_tile_gemm_pipeline test_gemm_pipeline.cpp)
|
|
endif()
|