From b4b4432128b08b43c627e1bf26f0029909ee792e Mon Sep 17 00:00:00 2001 From: cclworkaccount Date: Tue, 1 Dec 2020 14:45:47 +0800 Subject: [PATCH] update ge/hybrid/node_executor/hccl/hccl_node_executor.cc. --- ge/hybrid/node_executor/hccl/hccl_node_executor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ge/hybrid/node_executor/hccl/hccl_node_executor.cc b/ge/hybrid/node_executor/hccl/hccl_node_executor.cc index 723cb7bc..9c3acc53 100644 --- a/ge/hybrid/node_executor/hccl/hccl_node_executor.cc +++ b/ge/hybrid/node_executor/hccl/hccl_node_executor.cc @@ -83,7 +83,7 @@ Status HcclNodeTask::ExecuteAsync(TaskContext &context, std::function do op_info.dataType = iter->second; HcclReduceOp op_type = HCCL_REDUCE_SUM; if (op_desc->GetType() == HCOMALLREDUCE || op_desc->GetType() == HCOMREDUCESCATTER || - op_desc->GetType() == HVDCALLBACKALLREDUCE) { + op_desc->GetType() == HVDCALLBACKALLREDUCE || op_desc->GetType() == HCOMREDUCE) { GE_CHK_STATUS_RET(HcomOmeUtil::GetHcclOperationType(op_desc, op_type), "GetHcclOperationType failed"); op_info.opType = op_type; }