Skip to content

Commit 23fbb61

Browse files
committed
refactor: removed unused file
[CK] Add command option instance_index and param_mask to run partial ck test (#2889) * [CK] Add command option instance_index and param_mask to run partial ck test Many CK test are instance test. it will loop all instance in the instance library. It causes test often out-of-time if we run test on simulator/emulator. This PR add option instance_index and param_mask to reduce the workload of instance test instance_index: only run test 1 available instance with specified index. param_mask: filter the embedded parameter with specified mask * fix CI error * fix clang format --------- Co-authored-by: illsilin_amdeng <Illia.Silin@amd.com> [CK_TILE]enhance elementwise test (#2683) * enhance elementwise * fix ci issues
1 parent 6adc764 commit 23fbb61

File tree

2 files changed

+0
-565
lines changed

2 files changed

+0
-565
lines changed

include/ck_tile/ops/gemm.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
#include "ck_tile/ops/gemm/kernel/gemm_multi_abd_kernel.hpp"
3535
#include "ck_tile/ops/gemm/kernel/gemm_tile_partitioner.hpp"
3636
#include "ck_tile/ops/gemm/kernel/grouped_gemm_kernel.hpp"
37-
#include "ck_tile/ops/gemm/kernel/grouped_gemm_multi_d.hpp"
3837
#include "ck_tile/ops/gemm/kernel/streamk_gemm_kernel.hpp"
3938
#include "ck_tile/ops/gemm/kernel/universal_gemm_kernel.hpp"
4039
#include "ck_tile/ops/gemm/pipeline/gemm_pipeline_ag_bg_cr_base.hpp"

0 commit comments

Comments
 (0)