We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f59822e commit b1ca2a1Copy full SHA for b1ca2a1
paddle/fluid/pir/transforms/tensorrt/trt_op_marker_pass.cc
@@ -1219,7 +1219,7 @@ class LogicalCommonOpPattern : public pir::OpRewritePattern<OpType> {
1219
auto x_dtype = pir::GetDataTypeFromValue(x);
1220
auto y_dtype = pir::GetDataTypeFromValue(y);
1221
if (!(x_dtype.isa<pir::BoolType>() && y_dtype.isa<pir::BoolType>())) {
1222
- VLOG(3) << op->name() << "op only supports bool datatype";
+ VLOG(3) << op->name() << " op only supports bool datatype";
1223
return false;
1224
}
1225
op->set_attribute(kCanRunTrtAttr, rewriter.bool_attr(true));
0 commit comments