GB0216

Graph-Break Type

Short name describing what triggered the graph break

unsupported grid type for triton hop check_grid

Context

Values or code snippet captured at the break point

grid type = {type(grid)}

Explanation

Explanation of why the graph break was triggered

torch.compile only supports list-like grid for check_grid

Hints

Hints on how to resolve the graph break

Additional Information

Back to Registry