subclass_zoo icon indicating copy to clipboard operation
subclass_zoo copied to clipboard

Once and for all figure out what the API status of disable torch dispatch/function is

Open ezyang opened this issue 2 years ago • 0 comments

Simple functorch suggests that these are the wrong APIs https://colab.research.google.com/github/albanD/subclass_zoo/blob/main/simple_functorch.ipynb but due to how the dispatcher is implemented it is not easy to prevent people from accidentally going back to the top of the dispatch stack (incorrectly). See also https://github.com/pytorch/pytorch/issues/55093 which still should be done.

ezyang avatar Mar 24 '22 13:03 ezyang