-
Notifications
You must be signed in to change notification settings - Fork 90
Open
Description
When I enable deepep in sglang, error shows
[ERROR][MoeDistributeDispatchV2] Attr commAlg is invalid, current only support fullmesh_v1 and fullmesh_v2, but got commAlg = fullmesh.
[ERROR][MoeDistributeDispatchV2] Get special expert, commAlg attr and set tiling data failed.
[ERROR][MoeDistributeDispatchV2] Get attr and set tiling data failed.
The following code is self-contradictory
sgl-kernel-npu/csrc/deepep/deep_ep.cpp
Lines 796 to 800 in f057d77
| if (soc_version == op::SocVersion::ASCEND910B) { | |
| comm_alg = "fullmesh"; | |
| } else { | |
| comm_alg = "fullmesh_v1"; | |
| } |
sgl-kernel-npu/csrc/deepep/ops/op_host/moe_distribute_dispatch_v2_tiling.cpp
Lines 604 to 610 in f057d77
| OP_TILING_CHECK( | |
| (strlen(commAlgPtr) != 0) && (strcmp(commAlgPtr, "fullmesh_v1") != 0) && | |
| (strcmp(commAlgPtr, "fullmesh_v2") != 0), | |
| OP_LOGE(nodeName, | |
| "Attr commAlg is invalid, current only support fullmesh_v1 and fullmesh_v2, but got commAlg = %s.", | |
| commAlgPtr), | |
| return ge::GRAPH_FAILED); |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels