flashinfer-ai / flashinfer

FlashInfer: Kernel Library for LLM Serving
https://flashinfer.ai
Apache License 2.0
1.46k stars 143 forks source link

bugfix: gemm_sm90 compilation error #589

Closed abcdabcd987 closed 2 weeks ago

abcdabcd987 commented 2 weeks ago

The pre-commit hook (#584) re-ordered the headers. It causes group_gemm_sm90.cuh not able to compile. This PR add a clang-format section to preserve the include order.

Related: https://github.com/NVIDIA/cutlass/issues/1827