Short name describing what triggered the graph break
unsupported grid type for triton hop check_grid
Values or code snippet captured at the break point
grid type = {type(grid)}
Explanation of why the graph break was triggered
torch.compile
only supports list-like grid for check_grid
Hints on how to resolve the graph break