Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enhance torch.vmap support from inside torch.compile (pytorch#116050)
This work rewrites vmap support in torch.compile by inlining most of the frames into the existing FX graph. It also unlocks to PyTorch to support features that were previously missing, such as keyword args. Fixes: pytorch#114306 Pull Request resolved: pytorch#116050 Approved by: https://github.com/zou3519
- Loading branch information