Skip to content

Commit 7e9c4ef

Browse files
committed
fix style code
1 parent ff622d8 commit 7e9c4ef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

paddle/fluid/operators/mul_op_npu.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ class MulNPUKernel : public framework::OpKernel<T> {
5959
{{"transpose_x1", false}, {"transpose_x2", false}});
6060
runner.Run(stream);
6161
} else {
62-
PADDLE_THROW(platform::errors::InvalidArgument("not suppert dims"));
62+
PADDLE_THROW(
63+
platform::errors::InvalidArgument("npu error: not suppert dims"));
6364
}
6465
// to do other
6566
} else if (x->dims().size() == 3 && y->dims().size() == 2) {

0 commit comments

Comments
 (0)