Skip to content

Commit

Permalink
[Kernel] Expand MoE weight loading + Add Fused Marlin MoE Kernel (vll…
Browse files Browse the repository at this point in the history
…m-project#7527)

Co-authored-by: ElizaWszola <eliza@neuralmagic.com>
  • Loading branch information
dsikka and ElizaWszola authored Aug 21, 2024
1 parent 5844017 commit 8678a69
Show file tree
Hide file tree
Showing 15 changed files with 2,374 additions and 84 deletions.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,8 @@ define_gpu_extension_target(

set(VLLM_MOE_EXT_SRC
"csrc/moe/torch_bindings.cpp"
"csrc/moe/topk_softmax_kernels.cu")
"csrc/moe/topk_softmax_kernels.cu"
"csrc/moe/marlin_moe_ops.cu")

define_gpu_extension_target(
_moe_C
Expand Down
Loading

0 comments on commit 8678a69

Please sign in to comment.