Skip to content

feat: Merge kernels from vLLM and FlashInfer#63

Merged
drunkcoding merged 4 commits intofeature/qwenfrom
feature/fastinfer
Feb 16, 2026
Merged

feat: Merge kernels from vLLM and FlashInfer#63
drunkcoding merged 4 commits intofeature/qwenfrom
feature/fastinfer

Conversation

@drunkcoding
Copy link
Contributor

Description

Fuse MoE layer kernels

Motivation

Kernel launch overhead too large

Type of Change

  • Bug fix
  • New feature
  • Breaking change
  • Documentation update

Checklist

  • I have read the CONTRIBUTION guide.
  • I have updated the tests (if applicable).
  • I have updated the documentation (if applicable).

@drunkcoding drunkcoding merged commit d4e80c3 into feature/qwen Feb 16, 2026
1 check passed
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments