diff --git a/csrc/torch_binding.cpp b/csrc/torch_binding.cpp index 375ef59..1291a39 100644 --- a/csrc/torch_binding.cpp +++ b/csrc/torch_binding.cpp @@ -20,7 +20,6 @@ #include #include #include -#include #include "acl/acl.h" #include "ops.h" #include "utils.h" @@ -424,5 +423,3 @@ TORCH_LIBRARY_EXPAND(_C, ops) " int slice_offset, int slice_size) -> Tensor"); ops.impl("sgmv_expand", torch::kPrivateUse1, &vllm_ascend::sgmv_expand); } - -REGISTER_EXTENSION(_C)