未验证 提交 090a9132 编写于 作者: N niuliling123 提交者: GitHub

delete the log printing in layout autotune (#43677)

删除 layout autotune 中的多余打印
背景 :layout autotune log会导致模型打印信息增多
上级 e1604f9e
......@@ -25,7 +25,6 @@ namespace imperative {
bool LayoutAutoTune::UseLayoutAutoTune() const {
#if defined(PADDLE_WITH_CUDA)
if (!phi::backends::gpu::TensorCoreAvailable()) {
LOG(INFO) << "Layout AutoTuning is not available.";
return false;
} else {
return use_layout_autotune_;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册