mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
[functorch] Revert "We actually fixed a lot of the vjp problems"
This reverts commit 3d8d4504569bc335e15f67d926bfa73b13a4618b.
This commit is contained in:
@ -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',
|
||||
}
|
||||
|
Reference in New Issue
Block a user