Skip to content

Commit 558deea

Browse files
cthimeta-codesync[bot]
authored andcommitted
Remove legacy kernels (#222)
Summary: Pull Request resolved: #222 As titled. Differential Revision: D96475866
1 parent 27752e7 commit 558deea

File tree

19 files changed

+0
-8945
lines changed

19 files changed

+0
-8945
lines changed

MslkDefault.cmake

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,13 @@
1010

1111
glob_files_nohip(mslk_cpp_source_files_cpu
1212
csrc/attention/cuda/cutlass_blackwell_fmha/blackwell_*.cpp
13-
csrc/attention/cuda/gqa_attn_splitk/*.cpp
1413
csrc/conv/*.cpp
1514
csrc/gemm/*.cpp
16-
csrc/kv_cache/*.cpp
1715
csrc/moe/*.cpp
1816
csrc/quantize/*.cpp
1917
csrc/attention/ck/fmha/*.cpp)
2018

2119
glob_files_nohip(mslk_cpp_source_files_gpu
22-
csrc/attention/cuda/gqa_attn_splitk/*.cu
23-
csrc/kv_cache/*.cu
2420
csrc/moe/*.cu
2521
csrc/quantize/*.cu)
2622

ci/scripts/mslk_build.bash

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,6 @@ __verify_library_symbols () {
595595
if [ "${mslk_build_target}" == "default" ]; then
596596
local lib_symbols_to_check=(
597597
mslk::gemm::f8f8bf16_rowwise
598-
mslk::kv_cache::rope_qkv_decoding
599598
mslk::moe::index_shuffling_torch
600599
mslk::quantize::quantize_fp8_per_row
601600
)

ci/scripts/mslk_install.bash

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ __install_check_subpackages () {
7171
mslk.attention
7272
mslk.conv
7373
mslk.gemm
74-
mslk.kv_cache
7574
mslk.moe
7675
mslk.quantize
7776
mslk.testing
@@ -97,7 +96,6 @@ __install_check_operator_registrations () {
9796

9897
if [ "$installed_mslk_target" == "default" ]; then
9998
test_operators+=(
100-
torch.ops.mslk.rope_qkv_decoding
10199
torch.ops.mslk.f8f8bf16_rowwise
102100
)
103101
fi

csrc/attention/cuda/gqa_attn_splitk/attention_ops.cpp

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

0 commit comments

Comments
 (0)