feat: Merge kernels from vLLM and FlashInfer#63
Merged
drunkcoding merged 4 commits intofeature/qwenfrom Feb 16, 2026
Merged
Conversation
drunkcoding
added a commit
that referenced
this pull request
Feb 17, 2026
* add openai api support * add test scripts, update readme, update api * Fix: Undefined Symbol Compilation Error (#37) * reformat code vllm style * add threadsafe queues * fix compilation error --------- Co-authored-by: xly <leyang.xue@ed.ac.uk> * Refactor code for better performance (#38) * reformat code vllm style * add threadsafe queues * fix compilation error * split files and remove queuing * performance improvement * remove error dependency * add try lock return check * fix header dependency * fix hard coded number --------- Co-authored-by: xly <leyang.xue@ed.ac.uk> * CI: add pre commit format ci (#40) * ci: add pre commit format ci * fix: add requirements for linting * fix: format code before merge * fix: update local clang format version * Chore: rename organization name & optimize CI (#41) * reformat code vllm style * add threadsafe queues * fix compilation error * split files and remove queuing * performance improvement * remove error dependency * add try lock return check * fix header dependency * fix hard coded number * update CI using cuda docker image * repo consistency * pr template fix * format doc * delete gpu option, add --no-install-recommends * add cuda matrix and remove cuda full package install * remove publish container * change team name to efficient moe --------- Co-authored-by: xly <leyang.xue@ed.ac.uk> * CI: fix not a git repository in CI (#43) * CI: fix missing sudo in apt install (#44) * CI: fix missing sudo (#45) * CI: revert os matrix in CI (#46) * CI: add missing apt update after installing deb file (#47) * Doc: Update README example to DeepSeek and Suppress Warning (#49) * reformat code vllm style * add threadsafe queues * fix compilation error * split files and remove queuing * performance improvement * remove error dependency * add try lock return check * fix header dependency * fix hard coded number * update CI using cuda docker image * repo consistency * pr template fix * format doc * delete gpu option, add --no-install-recommends * add cuda matrix and remove cuda full package install * remove publish container * change team name to efficient moe * update readme example to deepseek and supress warning * format * revert CI changes to main version --------- Co-authored-by: xly <leyang.xue@ed.ac.uk> * CI: do not build test if document update (#52) * reformat code vllm style * add threadsafe queues * fix compilation error * split files and remove queuing * performance improvement * remove error dependency * add try lock return check * fix header dependency * fix hard coded number * update CI using cuda docker image * repo consistency * pr template fix * format doc * delete gpu option, add --no-install-recommends * add cuda matrix and remove cuda full package install * remove publish container * change team name to efficient moe * update readme example to deepseek and supress warning * format * revert CI changes to main version * update readme conda env and ignore doc update in build and release * fix wildcard --------- Co-authored-by: xly <leyang.xue@ed.ac.uk> * format and change to deepseek in example * fix format * remove unused files * fix api server token id device * feat: Introduce Local Server for OpenAI-Compatible APIs (#4) * update table format * improve table clarity * init code commit * add openai api support * add test scripts, update readme, update api * format and change to deepseek in example * fix format * remove unused files * fix api server token id device --------- Co-authored-by: xly <leyang.xue@ed.ac.uk> Co-authored-by: Yao <fuyao3860@gmail.com> * fix gen broken * update readme links * cancel concurrent job * set dense node to device * sparse node set cpu * remove OS def * use update to date clang-format * fix setuptools version * fix setuptools version for python 3.8 * keep single cuda version in publish * feat: set parameter to device before serving (#56) * update table format * improve table clarity * init code commit * add openai api support * add test scripts, update readme, update api * format and change to deepseek in example * fix format * remove unused files * fix api server token id device * fix gen broken * update readme links * cancel concurrent job * set dense node to device * sparse node set cpu * remove OS def * use update to date clang-format * fix setuptools version * fix setuptools version for python 3.8 * keep single cuda version in publish --------- Co-authored-by: xly <leyang.xue@ed.ac.uk> Co-authored-by: Yao <fuyao3860@gmail.com> * add max length in gen openai * fix cache race condition * all param init at host * add qwen3 * ubuntu lts and build * pre-commit ubuntu version * router weights update overlap * rename deepseek_v2 and reduce torch kernel launch * fix import * fix build and fix bug * fix citation linebreak * fix typo * fix dtype size * remove comments * fix example * pr update init * remove comment and unify deepseek preroute * feat: Merge kernels from vLLM and FlashInfer (#63) * new allocator * add kernel compilation * stable topk --------- Co-authored-by: xly <leyang.xue@ed.ac.uk> --------- Co-authored-by: Yao <fuyao3860@gmail.com> Co-authored-by: xly <leyang.xue@ed.ac.uk> Co-authored-by: Zhan Lu <51200935+lausannel@users.noreply.github.com> Co-authored-by: Yao Fu <yao.fu.aisys@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Fuse MoE layer kernels
Motivation
Kernel launch overhead too large
Type of Change
Checklist