From 1dba2bbf6136841a54037d2d61f8f0e3277bf82a Mon Sep 17 00:00:00 2001 From: project6-dev Date: Wed, 12 Aug 2026 06:42:54 +0000 Subject: [PATCH] =?UTF-8?q?fix(build):=20remove=20cuda/functional=20includ?= =?UTF-8?q?e=20=E2=80=94=20not=20available=20on=20corex?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- qwen3_6_scripts/moe_topk_sigmoid_kernels.cuh | 1 - qwen3_6_scripts/moe_topk_softmax_kernels.cuh | 1 - 2 files changed, 2 deletions(-) diff --git a/qwen3_6_scripts/moe_topk_sigmoid_kernels.cuh b/qwen3_6_scripts/moe_topk_sigmoid_kernels.cuh index bd9461be..3a8463c3 100644 --- a/qwen3_6_scripts/moe_topk_sigmoid_kernels.cuh +++ b/qwen3_6_scripts/moe_topk_sigmoid_kernels.cuh @@ -22,7 +22,6 @@ limitations under the License. #include #include -#include #include "device_utils.cuh" diff --git a/qwen3_6_scripts/moe_topk_softmax_kernels.cuh b/qwen3_6_scripts/moe_topk_softmax_kernels.cuh index 684a2acd..578800f7 100644 --- a/qwen3_6_scripts/moe_topk_softmax_kernels.cuh +++ b/qwen3_6_scripts/moe_topk_softmax_kernels.cuh @@ -22,7 +22,6 @@ limitations under the License. #include #include -#include #include "device_utils.cuh"