[dynamo] update pytorch-labs -> meta-pytorch in graph break URLs (#159975)

Related PR: https://github.com/meta-pytorch/compile-graph-break-site/pull/30

Pull Request resolved: https://github.com/pytorch/pytorch/pull/159975
Approved by: https://github.com/Lucaskabela
This commit is contained in:
William Wen
2025-08-06 11:32:19 -07:00
committed by PyTorch MergeBot
parent 3daef4d128
commit fd606a3a91
8 changed files with 48 additions and 48 deletions

View File

@ -549,7 +549,7 @@ Unsupported Tensor.backward() call
Developer debug context: call_method TensorVariable() backward () {}
For more details about this graph break, please visit: https://pytorch-labs.github.io/compile-graph-break-site/gb/gb0123.html""", # noqa: B950
For more details about this graph break, please visit: https://meta-pytorch.github.io/compile-graph-break-site/gb/gb0123.html""", # noqa: B950
)
else:
self.assertGreater(len(counters["graph_break"]), 1)

View File

@ -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

View File

@ -43,7 +43,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_exc.py", line N, in fn001
@ -183,7 +183,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_exc.py", line N, in test_graph_break_log
torch.compile(fn001, backend="eager")(torch.randn(1))

View File

@ -211,7 +211,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""", # noqa: B950
For more details about this graph break, please visit: https://meta-pytorch.github.io/compile-graph-break-site/gb/gb0124.html""", # noqa: B950
)

View File

@ -7160,7 +7160,7 @@ def forward(self, s77 : torch.SymInt, s27 : torch.SymInt, L_x_ : torch.Tensor):
"Please report an issue to PyTorch if you encounter this graph break often and it is causing performance issues.\n\n"
" Developer debug context: \n\n"
" For more details about this graph break, please visit: "
"https://pytorch-labs.github.io/compile-graph-break-site/gb/gb0264.html"
"https://meta-pytorch.github.io/compile-graph-break-site/gb/gb0264.html"
)
self.assertEqual(explain_output.break_reasons[0].reason, expected_msg)

View File

@ -174,7 +174,7 @@ Attempted to wrap a set with tensors
Developer debug context: Python set containing torch.Tensor elements
For more details about this graph break, please visit: https://pytorch-labs.github.io/compile-graph-break-site/gb/gb0222.html
For more details about this graph break, please visit: https://meta-pytorch.github.io/compile-graph-break-site/gb/gb0222.html
from user code:
File "test_sets.py", line N, in fn

View File

@ -1769,7 +1769,7 @@ Dynamic shape operator
Developer debug context: _torch_testing.numpy_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""",
)
# pre-existing problem: torch.compile(dynamic=True) will, by default,

View File

@ -527,7 +527,7 @@ def get_gbid_documentation_link(gb_type: str) -> Optional[str]:
A string containing the documentation URL if found, otherwise None.
"""
GRAPH_BREAK_SITE_URL = (
"https://pytorch-labs.github.io/compile-graph-break-site/gb/" # @lint-ignore
"https://meta-pytorch.github.io/compile-graph-break-site/gb/" # @lint-ignore
)
registry = _load_graph_break_registry()