Skip to content

Commit b1ca2a1

Browse files
committed
test
1 parent f59822e commit b1ca2a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paddle/fluid/pir/transforms/tensorrt/trt_op_marker_pass.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1219,7 +1219,7 @@ class LogicalCommonOpPattern : public pir::OpRewritePattern<OpType> {
12191219
auto x_dtype = pir::GetDataTypeFromValue(x);
12201220
auto y_dtype = pir::GetDataTypeFromValue(y);
12211221
if (!(x_dtype.isa<pir::BoolType>() && y_dtype.isa<pir::BoolType>())) {
1222-
VLOG(3) << op->name() << "op only supports bool datatype";
1222+
VLOG(3) << op->name() << " op only supports bool datatype";
12231223
return false;
12241224
}
12251225
op->set_attribute(kCanRunTrtAttr, rewriter.bool_attr(true));

0 commit comments

Comments
 (0)