Skip to content

Commit 67e9012

Browse files
authored
compute_propagate_scales_onednn_pass_tester modify use_mkldnn [fluid_ops] (#74636)
1 parent 798a0a3 commit 67e9012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paddle/fluid/ir_adaptor/translator/op_translator.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ inline std::string GetPrefix(pir::IrContext* ctx, const OpDesc& op_desc) {
266266
paddle::dialect::IsOneDNNOnlyOp(op_desc.Type())) {
267267
if (!HasOpInfo(ctx, op_desc, kOneDNNTargetDialectPrefix)) {
268268
VLOG(3) << op_desc.Type()
269-
<< "'s use_mkldnn == True, but PIR not support OneDNN for this "
269+
<< "'s use_onednn == True, but PIR not support OneDNN for this "
270270
"op right now.";
271271
return kTargetDialectPrefix;
272272
} else {

0 commit comments

Comments
 (0)