flashinfer-ai / flashinfer

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

[BugFix] Fix build error related to dispatch page size #217

Closed esmeetu closed 5 months ago

esmeetu commented 5 months ago

After #183 introduced a new macro: _DISPATCH_CASES_page_size. But it was not defined. This PR fix #195. And i am curious that how did you can work for now. 😥 I can't build successfully without this PR change.

esmeetu commented 5 months ago

@yzh119 Thanks.