Added unit tests for CK Tile compute bound gemm pipeline (#1728)

This commit is contained in:
jakpiase
2024-12-17 14:25:22 +01:00
committed by GitHub
parent d46196f291
commit 627a27bda3
5 changed files with 90 additions and 62 deletions

View File

@@ -1,4 +1,4 @@
# Currently ck_tile is only built on gfx9
if(GPU_TARGETS MATCHES "gfx9")
add_gtest_executable(test_ck_tile_gemm_mem_pipeline test_gemm_mem_pipeline.cpp)
add_gtest_executable(test_ck_tile_gemm_pipeline test_gemm_pipeline.cpp)
endif()