pytorch / functorch

functorch is JAX-like composable function transforms for PyTorch.
https://pytorch.org/functorch/
BSD 3-Clause "New" or "Revised" License
1.38k stars 102 forks source link

Replacing iterator with tuple for ops #971

Closed vitrioil closed 1 year ago

vitrioil commented 1 year ago

https://github.com/pytorch/pytorch/pull/81263 breaks functorch tests.

So fixing functorch first.