@@ -13,43 +13,6 @@ list(APPEND EXAMPLE_GEMM_COMPILE_COMPUTE_V4_OPTIONS
1313)
1414set (EXAMPLE_GEMM_COMPILE_COMPUTE_ASYNC_OPTIONS ${EXAMPLE_GEMM_COMPILE_COMPUTE_V4_OPTIONS} )
1515
16- if (GPU_TARGETS MATCHES  "gfx94|gfx95|gfx11|gfx12" )
17-     add_gtest_executable(test_ck_tile_gemm_pipeline_universal_int8 test_gemm_pipeline_universal_int8.cpp)
18-     target_compile_options (test_ck_tile_gemm_pipeline_universal_int8 PRIVATE  ${EXAMPLE_GEMM_COMPILE_OPTIONS} )
19-     add_gtest_executable(test_ck_tile_gemm_pipeline_universal_pk_int4 test_gemm_pipeline_universal_pk_int4.cpp)
20-     target_compile_options (test_ck_tile_gemm_pipeline_universal_pk_int4 PRIVATE  ${EXAMPLE_GEMM_COMPILE_OPTIONS} )
21- else ()
22-     message (DEBUG "Skipping ck_tile_gemm tests for current target" )
23- endif ()
24- 
25- if (GPU_TARGETS MATCHES  "gfx94|gfx95|gfx12" )
26-     add_gtest_executable(test_ck_tile_gemm_pipeline_universal_fp8 test_gemm_pipeline_universal_fp8.cpp)
27-     add_gtest_executable(test_ck_tile_gemm_pipeline_universal_bf8 test_gemm_pipeline_universal_bf8.cpp)
28-     add_gtest_executable(test_ck_tile_gemm_pipeline_basic_fp8 test_gemm_pipeline_basic_fp8.cpp)
29-     add_gtest_executable(test_ck_tile_gemm_pipeline_basic_bf8 test_gemm_pipeline_basic_bf8.cpp)
30- 
31-     target_compile_options (test_ck_tile_gemm_pipeline_universal_fp8 PRIVATE  ${EXAMPLE_GEMM_COMPILE_OPTIONS} )
32-     target_compile_options (test_ck_tile_gemm_pipeline_universal_bf8 PRIVATE  ${EXAMPLE_GEMM_COMPILE_OPTIONS} )
33-     target_compile_options (test_ck_tile_gemm_pipeline_basic_fp8 PRIVATE  ${EXAMPLE_GEMM_COMPILE_OPTIONS} )
34-     target_compile_options (test_ck_tile_gemm_pipeline_basic_bf8 PRIVATE  ${EXAMPLE_GEMM_COMPILE_OPTIONS} )
35- else ()
36-     message (DEBUG "Skipping ck_tile_gemm tests for current target" )
37- endif ()
38- 
39- if (GPU_TARGETS MATCHES  "gfx94|gfx95|gfx90a|gfx11|gfx12" )
40-     add_gtest_executable(test_ck_tile_gemm_pipeline_universal_fp16 test_gemm_pipeline_universal_fp16.cpp)
41-     target_compile_options (test_ck_tile_gemm_pipeline_universal_fp16 PRIVATE  ${EXAMPLE_GEMM_COMPILE_OPTIONS} )
42-     target_compile_options (test_ck_tile_gemm_pipeline_universal_fp16 PRIVATE  --save-temps -Wno-gnu-line-marker)
43-     add_gtest_executable(test_ck_tile_gemm_pipeline_universal_bf16 test_gemm_pipeline_universal_bf16.cpp)
44-     target_compile_options (test_ck_tile_gemm_pipeline_universal_bf16 PRIVATE  ${EXAMPLE_GEMM_COMPILE_OPTIONS} )
45-     add_gtest_executable(test_ck_tile_gemm_pipeline_basic_fp16 test_gemm_pipeline_basic_fp16.cpp)
46-     target_compile_options (test_ck_tile_gemm_pipeline_basic_fp16 PRIVATE  ${EXAMPLE_GEMM_COMPILE_OPTIONS} )
47-     add_gtest_executable(test_ck_tile_gemm_pipeline_basic_bf16 test_gemm_pipeline_basic_bf16.cpp)
48-     target_compile_options (test_ck_tile_gemm_pipeline_basic_bf16 PRIVATE  ${EXAMPLE_GEMM_COMPILE_OPTIONS} )
49- else ()
50-     message (DEBUG "Skipping ck_tile_gemm tests for current target " )
51- endif ()
52- 
5316if (GPU_TARGETS MATCHES  "gfx94|gfx95|gfx90a|gfx11|gfx12" )
5417    if (GPU_TARGETS MATCHES  "gfx94|gfx95" )
5518        add_gtest_executable(test_ck_tile_gemm_pipeline_mem test_gemm_pipeline_mem.cpp)
0 commit comments