Skip to content

Commit a48c1f1

Browse files
committed
Fix
1 parent cae678a commit a48c1f1

File tree

1 file changed

+1
-1
lines changed
  • paddle/fluid/pir/dialect/operator/utils

1 file changed

+1
-1
lines changed

paddle/fluid/pir/dialect/operator/utils/utils.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ namespace dialect {
3939
const std::unordered_set<std::string> LegacyOpList = {
4040
DistributedPushSparseOp::name(),
4141
SendV2Op::name(),
42-
PRecv::name(),
42+
PRecvOp::name(),
4343
CAllreduceSumOp::name(),
4444
CAllreduceSum_Op::name(),
4545
};

0 commit comments

Comments
 (0)