|
|
|
@ -62,7 +62,7 @@ Dynamic shape operator
|
|
|
|
|
|
|
|
|
|
Developer debug context: aten.nonzero.default
|
|
|
|
|
|
|
|
|
|
For more details about this graph break, please visit: https://pytorch-labs.github.io/compile-graph-break-site/gb/gb0036.html
|
|
|
|
|
For more details about this graph break, please visit: https://meta-pytorch.github.io/compile-graph-break-site/gb/gb0036.html
|
|
|
|
|
|
|
|
|
|
from user code:
|
|
|
|
|
File "test_error_messages.py", line N, in fn
|
|
|
|
@ -84,7 +84,7 @@ Dynamic shape operator (no meta kernel)
|
|
|
|
|
|
|
|
|
|
Developer debug context: aten.linalg_lstsq.default
|
|
|
|
|
|
|
|
|
|
For more details about this graph break, please visit: https://pytorch-labs.github.io/compile-graph-break-site/gb/gb0037.html
|
|
|
|
|
For more details about this graph break, please visit: https://meta-pytorch.github.io/compile-graph-break-site/gb/gb0037.html
|
|
|
|
|
|
|
|
|
|
from user code:
|
|
|
|
|
File "test_error_messages.py", line N, in fn
|
|
|
|
@ -107,7 +107,7 @@ Unsupported Tensor.item() call with capture_scalar_outputs=False
|
|
|
|
|
|
|
|
|
|
Developer debug context: call_method TensorVariable() item () {}
|
|
|
|
|
|
|
|
|
|
For more details about this graph break, please visit: https://pytorch-labs.github.io/compile-graph-break-site/gb/gb0124.html
|
|
|
|
|
For more details about this graph break, please visit: https://meta-pytorch.github.io/compile-graph-break-site/gb/gb0124.html
|
|
|
|
|
|
|
|
|
|
from user code:
|
|
|
|
|
File "test_error_messages.py", line N, in fn
|
|
|
|
@ -131,7 +131,7 @@ Data dependent operator
|
|
|
|
|
|
|
|
|
|
Developer debug context: aten.equal.default
|
|
|
|
|
|
|
|
|
|
For more details about this graph break, please visit: https://pytorch-labs.github.io/compile-graph-break-site/gb/gb0033.html
|
|
|
|
|
For more details about this graph break, please visit: https://meta-pytorch.github.io/compile-graph-break-site/gb/gb0033.html
|
|
|
|
|
|
|
|
|
|
from user code:
|
|
|
|
|
File "test_error_messages.py", line N, in fn
|
|
|
|
@ -159,7 +159,7 @@ sort with non-constant keys
|
|
|
|
|
|
|
|
|
|
Developer debug context: TensorVariable()
|
|
|
|
|
|
|
|
|
|
For more details about this graph break, please visit: https://pytorch-labs.github.io/compile-graph-break-site/gb/gb0207.html
|
|
|
|
|
For more details about this graph break, please visit: https://meta-pytorch.github.io/compile-graph-break-site/gb/gb0207.html
|
|
|
|
|
|
|
|
|
|
from user code:
|
|
|
|
|
File "test_error_messages.py", line N, in fn
|
|
|
|
@ -185,7 +185,7 @@ Unsupported method call
|
|
|
|
|
|
|
|
|
|
Developer debug context: call_method UserDefinedObjectVariable(zip) __iter__ [] {}
|
|
|
|
|
|
|
|
|
|
For more details about this graph break, please visit: https://pytorch-labs.github.io/compile-graph-break-site/gb/gb0156.html
|
|
|
|
|
For more details about this graph break, please visit: https://meta-pytorch.github.io/compile-graph-break-site/gb/gb0156.html
|
|
|
|
|
|
|
|
|
|
from user code:
|
|
|
|
|
File "test_error_messages.py", line N, in fn
|
|
|
|
@ -214,7 +214,7 @@ Unsupported method call
|
|
|
|
|
|
|
|
|
|
Developer debug context: call_method UserDefinedObjectVariable(dict_items) __iter__ [] {}
|
|
|
|
|
|
|
|
|
|
For more details about this graph break, please visit: https://pytorch-labs.github.io/compile-graph-break-site/gb/gb0156.html
|
|
|
|
|
For more details about this graph break, please visit: https://meta-pytorch.github.io/compile-graph-break-site/gb/gb0156.html
|
|
|
|
|
|
|
|
|
|
from user code:
|
|
|
|
|
File "test_error_messages.py", line N, in fn
|
|
|
|
@ -238,7 +238,7 @@ Unsupported function call
|
|
|
|
|
|
|
|
|
|
Developer debug context: call_function UserDefinedObjectVariable(zip) [] {}
|
|
|
|
|
|
|
|
|
|
For more details about this graph break, please visit: https://pytorch-labs.github.io/compile-graph-break-site/gb/gb0147.html
|
|
|
|
|
For more details about this graph break, please visit: https://meta-pytorch.github.io/compile-graph-break-site/gb/gb0147.html
|
|
|
|
|
|
|
|
|
|
from user code:
|
|
|
|
|
File "test_error_messages.py", line N, in fn
|
|
|
|
@ -262,7 +262,7 @@ Unsupported context manager
|
|
|
|
|
|
|
|
|
|
Developer debug context: Attempted SETUP_WITH/BEFORE_WITH on ConstantVariable(int: 3)
|
|
|
|
|
|
|
|
|
|
For more details about this graph break, please visit: https://pytorch-labs.github.io/compile-graph-break-site/gb/gb0142.html
|
|
|
|
|
For more details about this graph break, please visit: https://meta-pytorch.github.io/compile-graph-break-site/gb/gb0142.html
|
|
|
|
|
|
|
|
|
|
from user code:
|
|
|
|
|
File "test_error_messages.py", line N, in fn
|
|
|
|
@ -293,7 +293,7 @@ Backend compiler exception
|
|
|
|
|
return x + 1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
For more details about this graph break, please visit: https://pytorch-labs.github.io/compile-graph-break-site/gb/gb0219.html""",
|
|
|
|
|
For more details about this graph break, please visit: https://meta-pytorch.github.io/compile-graph-break-site/gb/gb0219.html""",
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
def test_unsupported_builtin(self):
|
|
|
|
@ -312,7 +312,7 @@ Failed to trace builtin operator
|
|
|
|
|
|
|
|
|
|
Developer debug context: builtin print [<class 'torch._dynamo.variables.constant.ConstantVariable'>] False
|
|
|
|
|
|
|
|
|
|
For more details about this graph break, please visit: https://pytorch-labs.github.io/compile-graph-break-site/gb/gb0059.html
|
|
|
|
|
For more details about this graph break, please visit: https://meta-pytorch.github.io/compile-graph-break-site/gb/gb0059.html
|
|
|
|
|
|
|
|
|
|
from user code:
|
|
|
|
|
File "test_error_messages.py", line N, in fn
|
|
|
|
@ -338,7 +338,7 @@ Attempted to call function marked as skipped
|
|
|
|
|
|
|
|
|
|
Developer debug context: module: unittest.case, qualname: skip, skip reason: <missing reason>
|
|
|
|
|
|
|
|
|
|
For more details about this graph break, please visit: https://pytorch-labs.github.io/compile-graph-break-site/gb/gb0007.html
|
|
|
|
|
For more details about this graph break, please visit: https://meta-pytorch.github.io/compile-graph-break-site/gb/gb0007.html
|
|
|
|
|
|
|
|
|
|
from user code:
|
|
|
|
|
File "test_error_messages.py", line N, in fn
|
|
|
|
@ -360,7 +360,7 @@ Attempted to call function marked as skipped
|
|
|
|
|
|
|
|
|
|
Developer debug context: module: torch._dynamo.decorators, qualname: disable, skip reason: <missing reason>
|
|
|
|
|
|
|
|
|
|
For more details about this graph break, please visit: https://pytorch-labs.github.io/compile-graph-break-site/gb/gb0007.html
|
|
|
|
|
For more details about this graph break, please visit: https://meta-pytorch.github.io/compile-graph-break-site/gb/gb0007.html
|
|
|
|
|
|
|
|
|
|
from user code:
|
|
|
|
|
File "test_error_messages.py", line N, in fn
|
|
|
|
@ -389,7 +389,7 @@ Attempted to inline function marked as skipped
|
|
|
|
|
|
|
|
|
|
Developer debug context: qualname: skip, name: skip, filename: `case.py`, skip reason: skipped according trace_rules.lookup unittest
|
|
|
|
|
|
|
|
|
|
For more details about this graph break, please visit: https://pytorch-labs.github.io/compile-graph-break-site/gb/gb0008.html
|
|
|
|
|
For more details about this graph break, please visit: https://meta-pytorch.github.io/compile-graph-break-site/gb/gb0008.html
|
|
|
|
|
|
|
|
|
|
from user code:
|
|
|
|
|
File "test_error_messages.py", line N, in fn
|
|
|
|
@ -411,7 +411,7 @@ Call to `torch._dynamo.graph_break()`
|
|
|
|
|
|
|
|
|
|
Developer debug context: Called `torch._dynamo.graph_break()` with args `[]`, kwargs `{}`
|
|
|
|
|
|
|
|
|
|
For more details about this graph break, please visit: https://pytorch-labs.github.io/compile-graph-break-site/gb/gb0025.html
|
|
|
|
|
For more details about this graph break, please visit: https://meta-pytorch.github.io/compile-graph-break-site/gb/gb0025.html
|
|
|
|
|
|
|
|
|
|
from user code:
|
|
|
|
|
File "test_error_messages.py", line N, in fn
|
|
|
|
@ -432,7 +432,7 @@ Call to `torch._dynamo.graph_break()`
|
|
|
|
|
|
|
|
|
|
Developer debug context: Called `torch._dynamo.graph_break()` with args `[]`, kwargs `{'msg': ConstantVariable(str: 'test graph break')}`
|
|
|
|
|
|
|
|
|
|
For more details about this graph break, please visit: https://pytorch-labs.github.io/compile-graph-break-site/gb/gb0025.html
|
|
|
|
|
For more details about this graph break, please visit: https://meta-pytorch.github.io/compile-graph-break-site/gb/gb0025.html
|
|
|
|
|
|
|
|
|
|
from user code:
|
|
|
|
|
File "test_error_messages.py", line N, in fn
|
|
|
|
@ -454,7 +454,7 @@ Attempted to call function marked as skipped
|
|
|
|
|
|
|
|
|
|
Developer debug context: module: _warnings, qualname: warn, skip reason: <missing reason>
|
|
|
|
|
|
|
|
|
|
For more details about this graph break, please visit: https://pytorch-labs.github.io/compile-graph-break-site/gb/gb0007.html
|
|
|
|
|
For more details about this graph break, please visit: https://meta-pytorch.github.io/compile-graph-break-site/gb/gb0007.html
|
|
|
|
|
|
|
|
|
|
from user code:
|
|
|
|
|
File "test_error_messages.py", line N, in fn
|
|
|
|
@ -483,7 +483,7 @@ Attempted to call function marked as skipped
|
|
|
|
|
|
|
|
|
|
Developer debug context: module: optree._C, qualname: PyCapsule.flatten, skip reason: <missing reason>
|
|
|
|
|
|
|
|
|
|
For more details about this graph break, please visit: https://pytorch-labs.github.io/compile-graph-break-site/gb/gb0007.html""",
|
|
|
|
|
For more details about this graph break, please visit: https://meta-pytorch.github.io/compile-graph-break-site/gb/gb0007.html""",
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
@scoped_load_inline
|
|
|
|
@ -530,7 +530,7 @@ Attempted to call function marked as skipped
|
|
|
|
|
|
|
|
|
|
Developer debug context: module: mylib, qualname: PyCapsule.foobar, skip reason: <missing reason>
|
|
|
|
|
|
|
|
|
|
For more details about this graph break, please visit: https://pytorch-labs.github.io/compile-graph-break-site/gb/gb0007.html""",
|
|
|
|
|
For more details about this graph break, please visit: https://meta-pytorch.github.io/compile-graph-break-site/gb/gb0007.html""",
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
cpp_source = """
|
|
|
|
@ -582,7 +582,7 @@ Dynamic slicing with Tensor arguments
|
|
|
|
|
|
|
|
|
|
Developer debug context: SliceVariable start: ConstantVariable(NoneType: None), stop: TensorVariable(), step: ConstantVariable(NoneType: None)
|
|
|
|
|
|
|
|
|
|
For more details about this graph break, please visit: https://pytorch-labs.github.io/compile-graph-break-site/gb/gb0038.html
|
|
|
|
|
For more details about this graph break, please visit: https://meta-pytorch.github.io/compile-graph-break-site/gb/gb0038.html
|
|
|
|
|
|
|
|
|
|
from user code:
|
|
|
|
|
File "test_error_messages.py", line N, in fn
|
|
|
|
@ -604,7 +604,7 @@ Observed exception
|
|
|
|
|
|
|
|
|
|
Developer debug context: raised exception RuntimeError([ConstantVariable(str: 'test')])
|
|
|
|
|
|
|
|
|
|
For more details about this graph break, please visit: https://pytorch-labs.github.io/compile-graph-break-site/gb/gb0088.html
|
|
|
|
|
For more details about this graph break, please visit: https://meta-pytorch.github.io/compile-graph-break-site/gb/gb0088.html
|
|
|
|
|
|
|
|
|
|
from user code:
|
|
|
|
|
File "test_error_messages.py", line N, in fn
|
|
|
|
@ -630,7 +630,7 @@ Uninitialized nn.Module
|
|
|
|
|
|
|
|
|
|
Developer debug context: Foo
|
|
|
|
|
|
|
|
|
|
For more details about this graph break, please visit: https://pytorch-labs.github.io/compile-graph-break-site/gb/gb0119.html
|
|
|
|
|
For more details about this graph break, please visit: https://meta-pytorch.github.io/compile-graph-break-site/gb/gb0119.html
|
|
|
|
|
|
|
|
|
|
from user code:
|
|
|
|
|
File "test_error_messages.py", line N, in fn
|
|
|
|
@ -659,7 +659,7 @@ Unsupported nn.Module attribute type
|
|
|
|
|
|
|
|
|
|
Developer debug context: nn.Module subclass: Foo, name: attr, attribute type: module
|
|
|
|
|
|
|
|
|
|
For more details about this graph break, please visit: https://pytorch-labs.github.io/compile-graph-break-site/gb/gb0161.html
|
|
|
|
|
For more details about this graph break, please visit: https://meta-pytorch.github.io/compile-graph-break-site/gb/gb0161.html
|
|
|
|
|
|
|
|
|
|
from user code:
|
|
|
|
|
File "test_error_messages.py", line N, in fn
|
|
|
|
@ -689,7 +689,7 @@ Graph break under GenericContextWrappingVariable
|
|
|
|
|
|
|
|
|
|
Developer debug context: Active generic context managers: [GenericContextWrappingVariable(GenericCtxMgr), GenericContextWrappingVariable(GenericCtxMgr)]
|
|
|
|
|
|
|
|
|
|
For more details about this graph break, please visit: https://pytorch-labs.github.io/compile-graph-break-site/gb/gb0066.html
|
|
|
|
|
For more details about this graph break, please visit: https://meta-pytorch.github.io/compile-graph-break-site/gb/gb0066.html
|
|
|
|
|
|
|
|
|
|
from user code:
|
|
|
|
|
File "test_error_messages.py", line N, in fn
|
|
|
|
@ -705,7 +705,7 @@ Call to `torch._dynamo.graph_break()`
|
|
|
|
|
|
|
|
|
|
Developer debug context: Called `torch._dynamo.graph_break()` with args `[]`, kwargs `{}`
|
|
|
|
|
|
|
|
|
|
For more details about this graph break, please visit: https://pytorch-labs.github.io/compile-graph-break-site/gb/gb0025.html""",
|
|
|
|
|
For more details about this graph break, please visit: https://meta-pytorch.github.io/compile-graph-break-site/gb/gb0025.html""",
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
def test_load_build_class(self):
|
|
|
|
@ -726,7 +726,7 @@ LOAD_BUILD_CLASS bytecode not supported
|
|
|
|
|
|
|
|
|
|
Developer debug context:
|
|
|
|
|
|
|
|
|
|
For more details about this graph break, please visit: https://pytorch-labs.github.io/compile-graph-break-site/gb/gb0075.html
|
|
|
|
|
For more details about this graph break, please visit: https://meta-pytorch.github.io/compile-graph-break-site/gb/gb0075.html
|
|
|
|
|
|
|
|
|
|
from user code:
|
|
|
|
|
File "test_error_messages.py", line N, in fn
|
|
|
|
@ -759,7 +759,7 @@ Missing bytecode handler
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
Developer debug context: GET_AITER with args (<torch._dynamo.symbolic_convert.InstructionTranslator object at 0xmem_addr>, Instruction(GET_AITER)
|
|
|
|
|
For more details about this graph break, please visit: https://pytorch-labs.github.io/compile-graph-break-site/gb/gb0082.html
|
|
|
|
|
For more details about this graph break, please visit: https://meta-pytorch.github.io/compile-graph-break-site/gb/gb0082.html
|
|
|
|
|
|
|
|
|
|
from user code:
|
|
|
|
|
File "test_error_messages.py", line N, in fn
|
|
|
|
@ -790,7 +790,7 @@ Reconstruction failure
|
|
|
|
|
|
|
|
|
|
Developer debug context: UserMethodVariable(<function GraphBreakMessagesTest.test_reconstruction_failure.<locals>.Foo.meth at 0xmem_addr>, UserDefinedObjectVariable(Foo))
|
|
|
|
|
|
|
|
|
|
For more details about this graph break, please visit: https://pytorch-labs.github.io/compile-graph-break-site/gb/gb0092.html
|
|
|
|
|
For more details about this graph break, please visit: https://meta-pytorch.github.io/compile-graph-break-site/gb/gb0092.html
|
|
|
|
|
|
|
|
|
|
from user code:
|
|
|
|
|
File "test_error_messages.py", line N, in fn
|
|
|
|
@ -826,7 +826,7 @@ Graph Break Reason: Call to `torch._dynamo.graph_break()`
|
|
|
|
|
|
|
|
|
|
Developer debug context: Called `torch._dynamo.graph_break()` with args `[]`, kwargs `{}`
|
|
|
|
|
|
|
|
|
|
For more details about this graph break, please visit: https://pytorch-labs.github.io/compile-graph-break-site/gb/gb0025.html
|
|
|
|
|
For more details about this graph break, please visit: https://meta-pytorch.github.io/compile-graph-break-site/gb/gb0025.html
|
|
|
|
|
User code traceback:
|
|
|
|
|
File "test_error_messages.py", line N, in test_reconstruction_failure_gb
|
|
|
|
|
torch.compile(fn, backend="eager")()
|
|
|
|
@ -846,7 +846,7 @@ Reconstruction failure
|
|
|
|
|
|
|
|
|
|
Developer debug context: UserMethodVariable(<function GraphBreakMessagesTest.test_reconstruction_failure_gb.<locals>.Foo.meth at 0xmem_addr>, UserDefinedObjectVariable(Foo))
|
|
|
|
|
|
|
|
|
|
For more details about this graph break, please visit: https://pytorch-labs.github.io/compile-graph-break-site/gb/gb0092.html
|
|
|
|
|
For more details about this graph break, please visit: https://meta-pytorch.github.io/compile-graph-break-site/gb/gb0092.html
|
|
|
|
|
|
|
|
|
|
from user code:
|
|
|
|
|
File "test_error_messages.py", line N, in fn
|
|
|
|
@ -875,7 +875,7 @@ NotImplementedError/UnsupportedFakeTensorException when running FX node
|
|
|
|
|
|
|
|
|
|
Developer debug context:
|
|
|
|
|
|
|
|
|
|
For more details about this graph break, please visit: https://pytorch-labs.github.io/compile-graph-break-site/gb/gb0087.html
|
|
|
|
|
For more details about this graph break, please visit: https://meta-pytorch.github.io/compile-graph-break-site/gb/gb0087.html
|
|
|
|
|
|
|
|
|
|
from user code:
|
|
|
|
|
File "test_error_messages.py", line N, in fn
|
|
|
|
@ -899,7 +899,7 @@ Data-dependent branching
|
|
|
|
|
|
|
|
|
|
Developer debug context: attempted to jump with TensorVariable()
|
|
|
|
|
|
|
|
|
|
For more details about this graph break, please visit: https://pytorch-labs.github.io/compile-graph-break-site/gb/gb0170.html
|
|
|
|
|
For more details about this graph break, please visit: https://meta-pytorch.github.io/compile-graph-break-site/gb/gb0170.html
|
|
|
|
|
|
|
|
|
|
from user code:
|
|
|
|
|
File "test_error_messages.py", line N, in fn
|
|
|
|
@ -966,7 +966,7 @@ Data-dependent assertion failed (cannot compile partial graph)
|
|
|
|
|
|
|
|
|
|
Developer debug context: value: ConstantVariable(bool: False)
|
|
|
|
|
|
|
|
|
|
For more details about this graph break, please visit: https://pytorch-labs.github.io/compile-graph-break-site/gb/gb0034.html
|
|
|
|
|
For more details about this graph break, please visit: https://meta-pytorch.github.io/compile-graph-break-site/gb/gb0034.html
|
|
|
|
|
|
|
|
|
|
from user code:
|
|
|
|
|
File "test_error_messages.py", line N, in fn
|
|
|
|
@ -1010,7 +1010,7 @@ torch._dynamo.exc.Unsupported: Call to `torch._dynamo.graph_break()`
|
|
|
|
|
|
|
|
|
|
Developer debug context: Called `torch._dynamo.graph_break()` with args `[]`, kwargs `{}`
|
|
|
|
|
|
|
|
|
|
For more details about this graph break, please visit: https://pytorch-labs.github.io/compile-graph-break-site/gb/gb0025.html
|
|
|
|
|
For more details about this graph break, please visit: https://meta-pytorch.github.io/compile-graph-break-site/gb/gb0025.html
|
|
|
|
|
|
|
|
|
|
from user code:
|
|
|
|
|
File "test_error_messages.py", line N, in fn
|
|
|
|
@ -1063,7 +1063,7 @@ torch._dynamo.exc.Unsupported: Call to `torch._dynamo.graph_break()`
|
|
|
|
|
|
|
|
|
|
Developer debug context: Called `torch._dynamo.graph_break()` with args `[]`, kwargs `{}`
|
|
|
|
|
|
|
|
|
|
For more details about this graph break, please visit: https://pytorch-labs.github.io/compile-graph-break-site/gb/gb0025.html
|
|
|
|
|
For more details about this graph break, please visit: https://meta-pytorch.github.io/compile-graph-break-site/gb/gb0025.html
|
|
|
|
|
|
|
|
|
|
from user code:
|
|
|
|
|
File "test_error_messages.py", line N, in fn
|
|
|
|
@ -1099,7 +1099,7 @@ Graph Break Reason: Call to `torch._dynamo.graph_break()`
|
|
|
|
|
|
|
|
|
|
Developer debug context: Called `torch._dynamo.graph_break()` with args `[]`, kwargs `{}`
|
|
|
|
|
|
|
|
|
|
For more details about this graph break, please visit: https://pytorch-labs.github.io/compile-graph-break-site/gb/gb0025.html
|
|
|
|
|
For more details about this graph break, please visit: https://meta-pytorch.github.io/compile-graph-break-site/gb/gb0025.html
|
|
|
|
|
User code traceback:
|
|
|
|
|
File "test_error_messages.py", line N, in test_nested_compile_user_frames
|
|
|
|
|
torch.compile(fn, backend="eager")(torch.randn(3))
|
|
|
|
@ -1213,7 +1213,7 @@ Graph Break Reason: Call to `torch._dynamo.graph_break()`
|
|
|
|
|
|
|
|
|
|
Developer debug context: Called `torch._dynamo.graph_break()` with args `[]`, kwargs `{}`
|
|
|
|
|
|
|
|
|
|
For more details about this graph break, please visit: https://pytorch-labs.github.io/compile-graph-break-site/gb/gb0025.html
|
|
|
|
|
For more details about this graph break, please visit: https://meta-pytorch.github.io/compile-graph-break-site/gb/gb0025.html
|
|
|
|
|
User code traceback:
|
|
|
|
|
File "test_error_messages.py", line N, in test_graph_break_traceback_collapsed_resume_frames
|
|
|
|
|
f1(torch.randn(3))
|
|
|
|
@ -1303,7 +1303,7 @@ Skip calling `torch.compiler.disable()`d function
|
|
|
|
|
|
|
|
|
|
Developer debug context: <function GraphBreakMessagesTest.test_disable_message.<locals>.f at 0xmem_addr>
|
|
|
|
|
|
|
|
|
|
For more details about this graph break, please visit: https://pytorch-labs.github.io/compile-graph-break-site/gb/gb0098.html
|
|
|
|
|
For more details about this graph break, please visit: https://meta-pytorch.github.io/compile-graph-break-site/gb/gb0098.html
|
|
|
|
|
|
|
|
|
|
from user code:
|
|
|
|
|
File "test_error_messages.py", line N, in outer
|
|
|
|
@ -1325,7 +1325,7 @@ Skip calling `torch.compiler.disable()`d function
|
|
|
|
|
|
|
|
|
|
Developer debug context: <function GraphBreakMessagesTest.test_disable_message.<locals>.g at 0xmem_addr>
|
|
|
|
|
|
|
|
|
|
For more details about this graph break, please visit: https://pytorch-labs.github.io/compile-graph-break-site/gb/gb0098.html
|
|
|
|
|
For more details about this graph break, please visit: https://meta-pytorch.github.io/compile-graph-break-site/gb/gb0098.html
|
|
|
|
|
|
|
|
|
|
from user code:
|
|
|
|
|
File "test_error_messages.py", line N, in outer
|
|
|
|
@ -1351,7 +1351,7 @@ Unsupported function call (delayed)
|
|
|
|
|
|
|
|
|
|
Developer debug context: source: LocalSource(local_name='fn', is_input=True, dynamism=None, is_derefed_cell_contents=False)
|
|
|
|
|
|
|
|
|
|
For more details about this graph break, please visit: https://pytorch-labs.github.io/compile-graph-break-site/gb/gb0148.html
|
|
|
|
|
For more details about this graph break, please visit: https://meta-pytorch.github.io/compile-graph-break-site/gb/gb0148.html
|
|
|
|
|
|
|
|
|
|
from user code:
|
|
|
|
|
File "test_error_messages.py", line N, in outer
|
|
|
|
|