flashinfer-ai / flashinfer

FlashInfer: Kernel Library for LLM Serving
https://flashinfer.ai
Apache License 2.0
768 stars 64 forks source link

misc: suppress compilation warning of fastdiv #279

Closed yzh119 closed 1 month ago

yzh119 commented 1 month ago

Use explicit unsigned conversion to suppress compilation warnings of fastdiv, followup of #278 .