flashinfer-ai / flashinfer

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

Move -Wno-switch-bool argument to cxx from nvcc #244

Closed mgerstgrasser closed 4 months ago

mgerstgrasser commented 4 months ago

This fixes a compilation error caused by a -Wno-switch-bool flagged being passed to nvcc instead of gcc. Fixes #243.