pytorch/tools/autograd
PyTorch MergeBot 462b727d1e Revert "Add decomposition for permute_copy (#130944)"
This reverts commit ab9a7eadd3.

Reverted https://github.com/pytorch/pytorch/pull/130944 on behalf of https://github.com/jeanschmidt due to Broke internal signal executorch.backends.xnnpack.test.ops.permute.TestPermute, more details on D62737086. @eellison could you please help get this PR merged to main? ([comment](https://github.com/pytorch/pytorch/pull/130944#issuecomment-2355846394))
2024-09-17 13:42:55 +00:00
..
templates Remove specific lazy initialization of PrivateUse1 (#135002) 2024-09-04 11:45:45 +00:00
__init__.py
BUILD.bazel
build.bzl
context.py
deprecated.yaml
derivatives.yaml NJT <-> padded dense conversions (#125947) 2024-09-12 17:54:25 +00:00
gen_annotated_fn_args.py [BE][Easy] enable postponed annotations in tools (#129375) 2024-06-29 09:23:35 +00:00
gen_autograd_functions.py [compiled autograd] match eager behavior for inplace detached activations (#134186) 2024-08-24 12:06:36 +00:00
gen_autograd.py [BE][Easy] enable postponed annotations in tools (#129375) 2024-06-29 09:23:35 +00:00
gen_inplace_or_view_type.py Revert "Conversions between strided and jagged layouts for Nested Tensors (#115749)" 2024-08-12 23:14:19 +00:00
gen_python_functions.py [BE][Easy] enable postponed annotations in tools (#129375) 2024-06-29 09:23:35 +00:00
gen_trace_type.py [13/N] Use std::optional (#132527) 2024-08-08 03:16:28 +00:00
gen_variable_factories.py [13/N] Use std::optional (#132527) 2024-08-08 03:16:28 +00:00
gen_variable_type.py Revert "Add decomposition for permute_copy (#130944)" 2024-09-17 13:42:55 +00:00
gen_view_funcs.py [9/N] Replace c10::optional with std::optional (#130674) 2024-07-15 00:48:43 +00:00
load_derivatives.py [9/N] Replace c10::optional with std::optional (#130674) 2024-07-15 00:48:43 +00:00
README.md

If you add a file to this directory, you MUST update torch/CMakeLists.txt and add the file as a dependency to the add_custom_command call.