fix: add cuda_runtime.h to hgemm_bind.cpp for cudaStream_t

This commit is contained in:
Claude
2026-08-14 16:33:29 +00:00
parent 09e5261ba6
commit 3bee73207e

View File

@@ -5,6 +5,7 @@
// moe_expert_gemm(input, weights, expert_counts) → output
#include <torch/extension.h>
#include <cuda_runtime.h>
#include <cuda_fp16.h>
#include <vector>