-
Notifications
You must be signed in to change notification settings - Fork 24.5k
vmap Basics
Manuel edited this page Jul 3, 2024
·
3 revisions
Page Maintainers: @zou3519
- Understand what vmap is
- Understand how vmap is implemented with Tensor Subclassing
- Understand (as a PyTorch developer) how to add missing support for an operation with vmap
Read through the functorch whirlwind tour.
Read through https://github.com/pytorch/pytorch/blob/master/functorch/writing_batching_rules.md
Unit 8: function transforms/Training Loops (Optional) - vmap-onboarding-lab
I would love to contribute to PyTorch!