未验证 提交 bbc6dd94 编写于 作者: Y Yuanle Liu 提交者: GitHub

update vlog output (#49541)

上级 f17b2de8
......@@ -802,8 +802,9 @@ class TRTEngineManager {
}
void updateContextMemorySize(size_t mem_size, PredictorID predictor_id) {
VLOG(3) << "TensorRT engine context memory size is " << mem_size
<< " in predictor id " << predictor_id;
VLOG(3) << "TensorRT engine context memory size is "
<< mem_size / 1024.0 / 1024.0 << "MiB in predictor id "
<< predictor_id;
bool size_updated{false};
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册