From d01fb1a9e0800ef6cb1fd82684edfb926a7b7c62 Mon Sep 17 00:00:00 2001 From: cclworkaccount Date: Tue, 1 Dec 2020 19:04:39 +0800 Subject: [PATCH] update ge/graph/manager/util/hcom_util.cc. --- ge/graph/manager/util/hcom_util.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ge/graph/manager/util/hcom_util.cc b/ge/graph/manager/util/hcom_util.cc index 76427635..487b24af 100644 --- a/ge/graph/manager/util/hcom_util.cc +++ b/ge/graph/manager/util/hcom_util.cc @@ -281,7 +281,7 @@ Status HcomOmeUtil::GetAllRootId(const ge::ConstOpDescPtr &op_desc, bool HcomOmeUtil::IsHCOMOp(const string &op_type) { return (op_type == HCOMALLREDUCE) || (op_type == HCOMALLGATHER) || (op_type == HCOMBROADCAST) || - (op_type == HCOMSEND) || (op_type == HCOMRECEIVE) || (op_type == HCOMREDUCESCATTER) || (op_type == HCOMREDUCESCATTER); + (op_type == HCOMSEND) || (op_type == HCOMRECEIVE) || (op_type == HCOMREDUCESCATTER) || (op_type == HCOMREDUCE); } bool HcomOmeUtil::IsHorovodOp(const string &op_type) {