diff --git a/ex_engine/xllm_kernels/cuda/moe/moe_topk_sigmoid_kernels.cuh b/ex_engine/xllm_kernels/cuda/moe/moe_topk_sigmoid_kernels.cuh index 68e22daf..15b4dc90 100644 --- a/ex_engine/xllm_kernels/cuda/moe/moe_topk_sigmoid_kernels.cuh +++ b/ex_engine/xllm_kernels/cuda/moe/moe_topk_sigmoid_kernels.cuh @@ -24,7 +24,6 @@ limitations under the License. #include #if !defined(USE_DCU) && !defined(USE_MACA) -#include #endif #include "kernels/cuda/device_utils.cuh" diff --git a/ex_engine/xllm_kernels/cuda/moe/moe_topk_softmax_kernels.cuh b/ex_engine/xllm_kernels/cuda/moe/moe_topk_softmax_kernels.cuh index 4dea9aba..43119a37 100644 --- a/ex_engine/xllm_kernels/cuda/moe/moe_topk_softmax_kernels.cuh +++ b/ex_engine/xllm_kernels/cuda/moe/moe_topk_softmax_kernels.cuh @@ -24,7 +24,6 @@ limitations under the License. #include #if !defined(USE_DCU) && !defined(USE_MACA) -#include #endif #include "kernels/cuda/device_utils.cuh"