Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 0 additions & 15 deletions csrc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ FILE(GLOB OP_SRCS
${PROJECT_OP_SRC_BASE}/lora/op_host/sgmv_shrink.cpp
${PROJECT_OP_SRC_BASE}/lora/op_host/sgemmv_expand.cpp
${PROJECT_OP_SRC_BASE}/lora/op_host/sgemmv_shrink.cpp
${PROJECT_OP_SRC_BASE}/lora/op_host/sgemmc_expand.cpp
${PROJECT_OP_SRC_BASE}/lora/op_host/sgemmc_shrink.cpp
${PROJECT_OP_SRC_BASE}/lora/op_host/tiling/sgemmc_tiling.cpp
${PROJECT_OP_SRC_BASE}/lightning_indexer/op_host/lightning_indexer.cpp
${PROJECT_OP_SRC_BASE}/lightning_indexer/op_host/tiling/lightning_indexer_tiling.cpp
${PROJECT_OP_SRC_BASE}/tri_inv/op_host/tri_inv.cpp
Expand Down Expand Up @@ -54,10 +51,6 @@ ascendc_library(no_workspace_kernel STATIC
${PROJECT_OP_SRC_BASE}/recurrent_gated_delta_rule/op_kernel/recurrent_gated_delta_rule_kernel.cpp
)

ascendc_include_directories(no_workspace_kernel PRIVATE
${PROJECT_OP_SRC_BASE}/utils/kernel
)

# kernel side files with workspace
set(WORKSPACE_KERNEL_SRCS
${PROJECT_OP_SRC_BASE}/mla_preprocess/op_kernel/mla_preprocess_kernel.cpp
Expand All @@ -66,8 +59,6 @@ set(WORKSPACE_KERNEL_SRCS
${PROJECT_OP_SRC_BASE}/lightning_indexer/op_kernel/lightning_indexer_kernel.cpp
${PROJECT_OP_SRC_BASE}/causal_conv1d_update/op_kernel/causal_conv1d_update.cpp
${PROJECT_OP_SRC_BASE}/causal_conv1d/op_kernel/causal_conv1d.cpp
${PROJECT_OP_SRC_BASE}/lora/op_kernel/sgemmc_expand_kernel.cpp
${PROJECT_OP_SRC_BASE}/lora/op_kernel/sgemmc_shrink_kernel.cpp
)
if(BUILD_CATLASS_MODULE)
list(APPEND WORKSPACE_KERNEL_SRCS
Expand All @@ -85,10 +76,6 @@ if(BUILD_CATLASS_MODULE)
)
endif()

ascendc_include_directories(workspace_kernel PRIVATE
${PROJECT_OP_SRC_BASE}/utils/kernel
)

ascendc_compile_definitions(workspace_kernel PRIVATE
-DHAVE_WORKSPACE
-DHAVE_TILING
Expand All @@ -100,7 +87,6 @@ add_library(${OP_PLUGIN_NAME} SHARED ${OP_SRCS})
target_link_libraries(${OP_PLUGIN_NAME} PRIVATE
workspace_kernel
no_workspace_kernel
host_intf_pub
torch_npu
ascendcl
tiling_api
Expand Down Expand Up @@ -129,7 +115,6 @@ target_include_directories(${OP_PLUGIN_NAME} PRIVATE
${TORCH_DIR}/include
${TORCH_DIR}/include/torch/csrc/api/include
${TORCH_NPU_DIR}/include
${ASCEND_INCLUDE_DIR}
${ASCEND_INCLUDE_DIR}/external
${ASCEND_INCLUDE_DIR}/experiment/platform
${ASCEND_INCLUDE_DIR}/experiment/runtime
Expand Down
73 changes: 0 additions & 73 deletions csrc/lora/op_host/sgemmc_expand.cpp

This file was deleted.

70 changes: 0 additions & 70 deletions csrc/lora/op_host/sgemmc_shrink.cpp

This file was deleted.

80 changes: 0 additions & 80 deletions csrc/lora/op_host/tiling/sgemmc_tiling.cpp

This file was deleted.

37 changes: 0 additions & 37 deletions csrc/lora/op_host/tiling/sgemmc_tiling.h

This file was deleted.

48 changes: 0 additions & 48 deletions csrc/lora/op_host/tiling/sgemmc_tiling_data.h

This file was deleted.

Loading
Loading