File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 4444from .trtllm_moe_alltoall import moe_a2a_combine as moe_a2a_combine
4545from .trtllm_moe_alltoall import moe_a2a_dispatch as moe_a2a_dispatch
4646from .trtllm_moe_alltoall import moe_a2a_initialize as moe_a2a_initialize
47+ from .trtllm_moe_alltoall import (
48+ moe_a2a_get_workspace_size_per_rank as moe_a2a_get_workspace_size_per_rank ,
49+ )
4750from .trtllm_moe_alltoall import (
4851 moe_a2a_sanitize_expert_ids as moe_a2a_sanitize_expert_ids ,
4952)
5053from .trtllm_moe_alltoall import (
51- moe_a2a_get_workspace_size_per_rank as moe_a2a_get_workspace_size_per_rank ,
54+ moe_a2a_wrap_payload_tensor_in_workspace as moe_a2a_wrap_payload_tensor_in_workspace ,
5255)
5356
5457# from .mnnvl import MnnvlMemory, MnnvlMoe, MoEAlltoallInfo
Original file line number Diff line number Diff line change @@ -651,4 +651,5 @@ def get_combine_payload_tensor_in_workspace(
651651 "moe_a2a_get_workspace_size_per_rank" ,
652652 "moe_a2a_initialize" ,
653653 "moe_a2a_sanitize_expert_ids" ,
654+ "moe_a2a_wrap_payload_tensor_in_workspace" ,
654655]
You can’t perform that action at this time.
0 commit comments