Simon Fan
Simon Fan
https://github.com/pytorch/pytorch/pull/126146
https://github.com/pytorch/pytorch/pull/126146
https://github.com/pytorch/pytorch/pull/126146
@pytorchbot merge
https://github.com/pytorch/pytorch/pull/126146
@albanD Could you elaborate more? If some tensor's autograd graph contains a node created by torch.compile (e.g. CompiledFunctionBackward), it should run compiled autograd. The context manager API that would let...
Yes, CA tries to compile the entire backward, even the nodes originating from fw graph break regions. Without this, we would have basically the same graphs as AOTAutograd, and can't...
That makes a lot of sense to me, I'll explore the implementation
@jansel could you take another look
@pytorchbot merge