Revert "feat: batched MoE expert GEMM — replaces Python for-loop"

This reverts commit 06d7713db6.
This commit is contained in:
claude
2026-08-14 11:47:37 +00:00
parent 06d7713db6
commit 50a249e0a3
3 changed files with 14 additions and 160 deletions

View File

@@ -67,8 +67,5 @@ build_kernel "xllm_cache" \
build_kernel "xllm_moe" \
"${CUDA_DIR}/moe/moe_fused_topk.cu" "${CUDA_DIR}/moe/moe_compute_index.cu" "${CUDA_DIR}/moe/moe_combine.cu" "${BIND_DIR}/xllm_moe_bind.cpp"
build_kernel "xllm_moe_gemm" \
"${CUDA_DIR}/moe_batched_gemm.cu"
echo "=== All kernels built ==="
ls -lh "${PREBUILT_DIR}"/xllm_*.so 2>/dev/null || echo "No .so files found"