fix: remove cuda/functional from MoE topk kernels (not available on corex)

This commit is contained in:
claude
2026-08-14 11:29:19 +00:00
parent a50adefdfc
commit df6a0f5d47
2 changed files with 0 additions and 2 deletions

View File

@@ -24,7 +24,6 @@ limitations under the License.
#include <cub/util_type.cuh>
#if !defined(USE_DCU) && !defined(USE_MACA)
#include <cuda/functional>
#endif
#include "kernels/cuda/device_utils.cuh"

View File

@@ -24,7 +24,6 @@ limitations under the License.
#include <cub/util_type.cuh>
#if !defined(USE_DCU) && !defined(USE_MACA)
#include <cuda/functional>
#endif
#include "kernels/cuda/device_utils.cuh"