functorch
functorch copied to clipboard
Entering and exiting a level should be done via the creation of Interpreter objects
See https://github.com/pytorch/pytorch/pull/90317 for more context. Right now, entering and exiting a level is done via functions but there is additional added complexity that we would benefit from more structure.