Skip to content

Commit e62c963

Browse files
committed
Add Shared Expert Fusion
Signed-off-by: tjtanaavllm <tunjian.tan@amd.com>
2 parents e306666 + b8bcfca commit e62c963

14 files changed

Lines changed: 663 additions & 58 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -677,6 +677,7 @@ if(VLLM_GPU_LANG STREQUAL "HIP")
677677
# _rocm_C extension
678678
#
679679
set(VLLM_ROCM_EXT_SRC
680+
"csrc/rocm/grouped_topk.cu"
680681
"csrc/rocm/skinny_gemms.cu"
681682
"csrc/rocm/torch_bindings.cpp"
682683
"csrc/rocm/attention.cu")

0 commit comments

Comments
 (0)