Skip to content

Commit

Permalink
style(cpp): clang-format the code
Browse files Browse the repository at this point in the history
  • Loading branch information
lljbash committed Mar 28, 2024
1 parent 4574652 commit 7fcec94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dipu/torch_dipu/csrc_dipu/aten/ops/OpUtils.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ inline std::string dumpArg(const at::Tensor& tensor) {
<< ", storage_data_ptr: " << tensor.storage().data_ptr().get()
<< ", storage_offset: " << tensor.storage_offset();
if (dumpOpArgLevel() > 2) {
stream << '\n' <<toCpuTensorWithoutDiopiCopy(tensor);
stream << '\n' << toCpuTensorWithoutDiopiCopy(tensor);
}
} else {
stream << "undefined";
Expand Down

0 comments on commit 7fcec94

Please sign in to comment.