You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For more details about this graph break, please visit: https://compile-graph-break-site.vercel.app/gb/GB0007""",
463
+
""",
484
464
)
485
465
486
466
@scoped_load_inline
@@ -526,8 +506,7 @@ def f(x):
526
506
Hint: If it is a third-party C/C++ Python extension, please either wrap it into a PyTorch-understood custom operator (see https://pytorch.org/tutorials/advanced/custom_ops_landing_page.html for more details) or, if it is traceable, use `torch.compiler.allow_in_graph`.
For more details about this graph break, please visit: https://compile-graph-break-site.vercel.app/gb/GB0161
660
635
661
636
from user code:
662
637
File "test_error_messages.py", line N, in fn
@@ -686,7 +661,6 @@ def fn():
686
661
687
662
Developer debug context: Active generic context managers: [GenericContextWrappingVariable(GenericCtxMgr), GenericContextWrappingVariable(GenericCtxMgr)]
688
663
689
-
For more details about this graph break, please visit: https://compile-graph-break-site.vercel.app/gb/GB0066
690
664
691
665
from user code:
692
666
File "test_error_messages.py", line N, in fn
@@ -701,8 +675,7 @@ def fn():
701
675
Hint: Remove the `torch._dynamo.graph_break()` call.
702
676
703
677
Developer debug context: Called `torch._dynamo.graph_break()` with args `[]`, kwargs `{}`
704
-
705
-
For more details about this graph break, please visit: https://compile-graph-break-site.vercel.app/gb/GB0025""",
678
+
""",
706
679
)
707
680
708
681
deftest_load_build_class(self):
@@ -723,7 +696,6 @@ class Foo:
723
696
724
697
Developer debug context:
725
698
726
-
For more details about this graph break, please visit: https://compile-graph-break-site.vercel.app/gb/GB0075
727
699
728
700
from user code:
729
701
File "test_error_messages.py", line N, in fn
@@ -756,7 +728,6 @@ def post_munge(s):
756
728
Hint: It may be possible to write Dynamo tracing rules for this code. Please report an issue to PyTorch if you encounter this graph break often and it is causing performance issues.
757
729
758
730
Developer debug context: GET_AITER with args (<torch._dynamo.symbolic_convert.InstructionTranslator object at 0xmem_addr>, Instruction(GET_AITER)
759
-
For more details about this graph break, please visit: https://compile-graph-break-site.vercel.app/gb/GB0082
760
731
761
732
from user code:
762
733
File "test_error_messages.py", line N, in fn
@@ -787,7 +758,6 @@ def post_munge(s):
787
758
788
759
Developer debug context: UserMethodVariable(<function GraphBreakMessagesTest.test_reconstruction_failure.<locals>.Foo.meth at 0xmem_addr>, UserDefinedObjectVariable(Foo))
789
760
790
-
For more details about this graph break, please visit: https://compile-graph-break-site.vercel.app/gb/GB0092
791
761
792
762
from user code:
793
763
File "test_error_messages.py", line N, in fn
@@ -823,7 +793,6 @@ def post_munge(s):
823
793
824
794
Developer debug context: Called `torch._dynamo.graph_break()` with args `[]`, kwargs `{}`
825
795
826
-
For more details about this graph break, please visit: https://compile-graph-break-site.vercel.app/gb/GB0025
827
796
User code traceback:
828
797
File "test_error_messages.py", line N, in test_reconstruction_failure_gb
829
798
torch.compile(fn, backend="eager")()
@@ -843,7 +812,6 @@ def post_munge(s):
843
812
844
813
Developer debug context: UserMethodVariable(<function GraphBreakMessagesTest.test_reconstruction_failure_gb.<locals>.Foo.meth at 0xmem_addr>, UserDefinedObjectVariable(Foo))
845
814
846
-
For more details about this graph break, please visit: https://compile-graph-break-site.vercel.app/gb/GB0092
847
815
848
816
from user code:
849
817
File "test_error_messages.py", line N, in fn
@@ -872,7 +840,6 @@ def fn(x):
872
840
873
841
Developer debug context:
874
842
875
-
For more details about this graph break, please visit: https://compile-graph-break-site.vercel.app/gb/GB0087
876
843
877
844
from user code:
878
845
File "test_error_messages.py", line N, in fn
@@ -896,7 +863,6 @@ def fn(x):
896
863
897
864
Developer debug context: attempted to jump with TensorVariable()
898
865
899
-
For more details about this graph break, please visit: None
Copy file name to clipboardExpand all lines: test/dynamo/test_reorder_logs.py
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -210,8 +210,7 @@ def f(x):
210
210
Hint: Set `torch._dynamo.config.capture_scalar_outputs = True` or `export TORCHDYNAMO_CAPTURE_SCALAR_OUTPUTS=1` to include these operations in the captured graph.
0 commit comments