Revert "Add decomposition for permute_copy (#130944)"

This reverts commit e7a4ad3b409c226a1da0f597c66ece7c06de0e9e.

Reverted https://github.com/pytorch/pytorch/pull/130944 on behalf of https://github.com/clee2000 due to breaking internal builds D64418214 cc @digantdesai @GregoryComer to help get this fixed and remerged ([comment](https://github.com/pytorch/pytorch/pull/130944#issuecomment-2418125356))
This commit is contained in:
PyTorch MergeBot
2024-10-16 23:18:53 +00:00
parent 5254a0d383
commit 4b3035f2fe
9 changed files with 2 additions and 27 deletions

View File

@ -199,7 +199,6 @@ GRADIENT_IMPLEMENTED_FOR_COMPLEX = {
"transpose",
"transpose_copy",
"permute",
"permute_copy",
"squeeze",
"squeeze_copy",
"unsqueeze",