[functorch] Revert "We actually fixed a lot of the vjp problems"

This reverts commit 3d8d4504569bc335e15f67d926bfa73b13a4618b.
This commit is contained in:
Richard Zou
2021-07-22 10:44:13 -07:00
committed by Jon Janzen
parent 22ad9d473a
commit ed65f0a83a

View File

@ -137,7 +137,12 @@ def is_inplace(op, variant):
vjp_fail = {
'linalg.matrix_norm',
'linalg.norm',
'nanquantile',
'quantile',
'tensor_split',
'norm',
'to_sparse',
'fft.hfft',
}