This repository was archived by the owner on Aug 21, 2025. It is now read-only.

Description
These result in unexpected semantics.
Things to ban:
- requires_grad_
- retain_grad
- _fw_primal
- _make_dual
- _unpack_dual
- detach_()
- detach() (Maybe; shout if you're going to do this)
NB: We might still need to be able to call these functions inside the functorch framework (e.g. functorch.vjp, functorch.jvp)