Short name describing what triggered the graph break
torch.cuda.use_mem_pool with non-constant device
Values or code snippet captured at the break point
device={device}
Explanation of why the graph break was triggered
Dynamo requires the device argument to torch.cuda.use_mem_pool to be a Python constant.
Hints on how to resolve the graph break
No hints provided.