Short name describing what triggered the graph break
triton.set_allocator not supported
Values or code snippet captured at the break point
triton.set_allocator called inside compiled region
Explanation of why the graph break was triggered
triton.set_allocator is not supported inside torch.compile. It modifies global Triton allocator state and cannot be traced.
Hints on how to resolve the graph break