mirror of
https://github.com/zebrajr/pytorch.git
synced 2026-01-15 12:15:51 +00:00
Fixes functionalization so that we can run ops using ScriptObjects w/o needing effects. Previously we would run into an error when running functionalization on the TorchBindOpOverloads. Pull Request resolved: https://github.com/pytorch/pytorch/pull/163714 Approved by: https://github.com/zou3519 ghstack dependencies: #163284