mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-04 05:31:24 +00:00
[CK_TILE] Add unit test for fp4 warp gemm (#2817)
This update includes a unit test for warp GEMM
This commit is contained in:
3
test/ck_tile/warp_gemm/CMakeLists.txt
Normal file
3
test/ck_tile/warp_gemm/CMakeLists.txt
Normal 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()
|
||||
Reference in New Issue
Block a user