[CK_TILE] Add unit test for fp4 warp gemm (#2817)

This update includes a unit test for warp GEMM
This commit is contained in:
Gino Lu
2025-12-01 13:56:48 +08:00
committed by GitHub
parent 004784ef98
commit ba6af9fe7c
5 changed files with 197 additions and 2 deletions

View File

@@ -0,0 +1,3 @@
if(GPU_TARGETS MATCHES "gfx95")
add_gtest_executable(test_ck_tile_wg_16x16x128_fp4 test_f32_16x16x128_fp4.cpp)
endif()