未验证 提交 195bb3ed 编写于 作者: N niuliling123 提交者: GitHub

delete the log printing in layout autotune (#43676)

上级 347e4b2e
......@@ -26,7 +26,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.
先完成此消息的编辑!
想要评论请 注册