pytorch
74d0c647 - Don't use reentrant dispatch for composite compliance (#84909)

Commit
3 years ago
Don't use reentrant dispatch for composite compliance (#84909) I believe these were added in to prevent changing behavior when https://github.com/pytorch/pytorch/pull/75827 landed, but I actually think they are unnecessary, and they are causing asserts to fire on the subsequent PR (where I assert that tensors returned by views MUST NOT already have view metadata associated with them.) Signed-off-by: Edward Z. Yang <ezyang@fb.com> Pull Request resolved: https://github.com/pytorch/pytorch/pull/84909 Approved by: https://github.com/zou3519, https://github.com/soulitzer
Author
Committer
Parents
Loading