GB4026

Graph-Break Type

Short name describing what triggered the graph break

triton.set_allocator not supported

Context

Values or code snippet captured at the break point

triton.set_allocator called inside compiled region

Explanation

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

Hints on how to resolve the graph break

Additional Information

Click here to add Additional Info

Back to Registry