Short name describing what triggered the graph break
torch.cuda.use_mem_pool graph break
Values or code snippet captured at the break point
str(self)
Explanation of why the graph break was triggered
Dynamo doesn’t support graph breaks inside torch.cuda.use_mem_pool.
Hints on how to resolve the graph break
No hints provided.