Skip to content

Commit

Permalink
fix conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
DesmonDay committed Jan 26, 2022
1 parent 6ab1421 commit d3e36c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paddle/pten/core/dense_tensor.cc
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ void DenseTensor::check_memory_size() const {
"Tensor's dimension is out of bound."
"Tensor's dimension must be equal or less than the size of its "
"memory."
"But received Tensor's dimension is %d, memory's size is %d.",
"But received Tensor's dimension is d%, memory's size is %d.",
numel() * SizeOf(dtype()),
memory_size()));
}
Expand Down

1 comment on commit d3e36c8

@paddle-bot-old
Copy link

@paddle-bot-old paddle-bot-old bot commented on d3e36c8 Jan 26, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🕵️ CI failures summary

🔍 PR: #39146 Commit ID: d3e36c8 contains failed CI.

🔹 Failed: PR-CI-APPROVAL

approve_failed
2022-01-26 14:50:35 正在解析主机 sys-p0.bj.bcebos.com... 182.61.200.229, 182.61.200.195, 2409:8c04:1001:1002:0:ff:b001:368a
2022-01-26 14:50:35 正在连接 sys-p0.bj.bcebos.com|182.61.200.229|:443... 已连接。
2022-01-26 14:50:35 警告: 证书通用名 “*.bcebos.com” 与所要求的主机名 “sys-p0.bj.bcebos.com” 不符。
2022-01-26 14:50:35 已发出 HTTP 请求,正在等待回应... 200 OK
2022-01-26 14:50:35 长度:5 [application/octet-stream]
2022-01-26 14:50:35 正在保存至: “bk.txt”
2022-01-26 14:50:35 0K 100% 2.86M=0s
2022-01-26 14:50:35 2022-01-26 14:50:35 (2.86 MB/s) - 已保存 “bk.txt” [5/5])
2022-01-26 14:50:43 ****************
2022-01-26 14:50:44 0. You must have Dianhai or XiaoguangHu01 approval for change 20+ files or add than 1000+ lines of content.
2022-01-26 14:50:44 There are 1 approved errors.
2022-01-26 14:50:44 ****************
2022-01-26 14:50:44 + EXCODE=6
2022-01-26 14:50:44 + echo 'EXCODE: 6'
2022-01-26 14:50:44 EXCODE: 6
2022-01-26 14:50:44 + echo 'ipipe_log_param_EXCODE: 6'
2022-01-26 14:50:44 ipipe_log_param_EXCODE: 6
2022-01-26 14:50:44 + exit 6

Please sign in to comment.