Skip to content

Commit e5c3cad

Browse files
committed
Remove the basic and universal tests and their dependencies
1 parent f3b0ca1 commit e5c3cad

18 files changed

+0
-1625
lines changed

test/ck_tile/gemm/CMakeLists.txt

Lines changed: 0 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -13,43 +13,6 @@ list(APPEND EXAMPLE_GEMM_COMPILE_COMPUTE_V4_OPTIONS
1313
)
1414
set(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-
5316
if(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)

test/ck_tile/gemm/test_gemm_pipeline_basic_bf16.cpp

Lines changed: 0 additions & 13 deletions
This file was deleted.

test/ck_tile/gemm/test_gemm_pipeline_basic_bf8.cpp

Lines changed: 0 additions & 13 deletions
This file was deleted.

test/ck_tile/gemm/test_gemm_pipeline_basic_cases.hpp

Lines changed: 0 additions & 25 deletions
This file was deleted.

test/ck_tile/gemm/test_gemm_pipeline_basic_fp16.cpp

Lines changed: 0 additions & 13 deletions
This file was deleted.

test/ck_tile/gemm/test_gemm_pipeline_basic_fp8.cpp

Lines changed: 0 additions & 14 deletions
This file was deleted.

test/ck_tile/gemm/test_gemm_pipeline_basic_run_test.inc

Lines changed: 0 additions & 218 deletions
This file was deleted.

0 commit comments

Comments
 (0)