8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85b418e commit fe08d1fCopy full SHA for fe08d1f
torch/fx/experimental/symbolic_shapes.py
@@ -6974,7 +6974,7 @@ def defer_runtime_assert(
6974
# If you're here because of this assert, read Note [Backwards runtime asserts]
6975
# in torch/_inductor/graph.py
6976
if self.runtime_asserts_frozen:
6977
- log.warning("runtime_asserts_frozen but then got %s", expr)
+ log.debug("runtime_asserts_frozen but then got %s", expr)
6978
self._check_frozen(expr, sympy.true)
6979
# eliminate symbols on equality tests / refine ranges
6980
if isinstance(expr, sympy.Rel):
0 commit comments