Short name describing what triggered the graph break
unsupported arguments to torch.accelerator.current_stream
Values or code snippet captured at the break point
args={args}, kwargs={kwargs}
Explanation of why the graph break was triggered
torch.accelerator.current_stream accepts one optional argument device
Hints on how to resolve the graph break
torch.compile call, or by using torch.compiler.set_stance("force_eager").