diff --git a/src/relax/analysis/layout_transformation.cc b/src/relax/analysis/layout_transformation.cc index 8348365761fa..8f4b91ef55f9 100644 --- a/src/relax/analysis/layout_transformation.cc +++ b/src/relax/analysis/layout_transformation.cc @@ -440,8 +440,8 @@ class BlockAnalyzer : public StmtExprVisitor { /*indices=*/indices, /*input_iters*/ spatial_dom_, /*predicate*/ 1, /*check_level*/ arith::IterMapLevel::NoCheck, &arith_analyzer_); if (result->indices.empty()) { - LOG(WARNING) << "[LayoutInference] Failed to analyze indices " << indices - << ", error: " << result->errors; + DLOG(INFO) << "[LayoutInference] Failed to analyze indices " << indices + << ", error: " << result->errors; return {}; } return GetSpatialLayout(result);