Skip to content

Commit 3a732ec

Browse files
authored
update submodule to latest (#1858)
1 parent 498028a commit 3a732ec

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Paddle

Submodule Paddle updated 322 files

backends/mlu/kernels/data_kernel.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ void PrintKernel(const Context& dev_ctx,
4444
return;
4545
}
4646

47-
paddle::funcs::TensorFormatter formatter;
47+
phi::funcs::TensorFormatter formatter;
4848
const std::string& name = print_tensor_name ? "var" : "";
4949
formatter.SetPrintTensorType(print_tensor_type);
5050
formatter.SetPrintTensorShape(print_tensor_shape);

backends/npu/kernels/elementwise_pow_kernel.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ void ElementwisePowGradKernel(const Context& dev_ctx,
284284
auto dout_dims = dout.dims();
285285
axis = (axis < 0 ? std::abs(x_dims.size() - y_dims.size()) + axis + 1 : axis);
286286
// const phi::DenseTensor& print_tensor = dout;
287-
// paddle::funcs::TensorFormatter formatter;
287+
// phi::funcs::TensorFormatter formatter;
288288
// formatter.Print(print_tensor);
289289
std::vector<int64_t> reduce_axes;
290290
std::vector<int64_t> dst_dims_vec;

0 commit comments

Comments
 (0)