pytorch/torchgen
Gufan Yin e6ba4d0725 Back out "Do not decompose in functionalization/proxy tensor if autograd wouldn't have decomposed (#164939)" (#165910)
Summary:
Original commit changeset: d6d62d0c96dd

Original Phabricator Diff: D84468451 and D84613184

D84468451 caused CUDA OutOfMemoryError in model.

Test Plan:
D84468451 was found through bisect.  Also double checked on recent trunk 9866939225248c2adc307be7a804b26db0b9b555: f815887517

With this diff that backs out D84468451 and D84613184 : f816114560

Differential Revision: D85025378

Pull Request resolved: https://github.com/pytorch/pytorch/pull/165910
Approved by: https://github.com/clee2000
2025-10-21 16:36:38 +00:00
..
_autoheuristic [BE] fix typos in torchgen/ (#156083) 2025-06-17 19:25:50 +00:00
aoti Back out "Revert D81959389" (#163905) 2025-09-30 07:05:13 +00:00
api Reapply "Make functionalization ViewMeta serializable with pickle. (#143712)" (#163769) 2025-09-25 10:27:37 +00:00
decompositions
dest Revert "[Reland] Use std::string_view in torchgen (#158625)" 2025-09-13 07:52:50 +00:00
fuse Revert "[Inductor] addmm + activation function fusion (#158137)" 2025-08-15 15:34:09 +00:00
operator_versions [3/N] Use internal linkage in C++ files (#151297) 2025-05-05 17:48:39 +00:00
selective_build [BE]: ruff PLC0207 - use maxsplit kwarg (#160107) 2025-08-08 03:14:59 +00:00
shape_functions [BE] fix typos in torchgen/ (#156083) 2025-06-17 19:25:50 +00:00
static_runtime Revert "[Reland] Use std::string_view in torchgen (#158625)" 2025-09-13 07:52:50 +00:00
__init__.py
BUCK.oss
BUILD.bazel
build.bzl Revert "[CI] update flake8 and mypy lint dependencies (#158720)" 2025-07-28 22:02:10 +00:00
code_template.py [BE] Ensure generated stub files by gen_pyi are properly formatted (#150730) 2025-05-17 12:30:40 +00:00
context.py [5/N] Apply ruff UP035 rule (#164423) 2025-10-02 07:31:11 +00:00
gen_aoti_c_shim.py Add new_empty (with dtype argument only) to torch::stable (#159508) 2025-08-20 00:50:42 +00:00
gen_backend_stubs.py
gen_functionalization_type.py Back out "Do not decompose in functionalization/proxy tensor if autograd wouldn't have decomposed (#164939)" (#165910) 2025-10-21 16:36:38 +00:00
gen_lazy_tensor.py [5/N] Apply ruff UP035 rule (#164423) 2025-10-02 07:31:11 +00:00
gen_schema_utils.py [BE] fix typos in torchgen/ (#156083) 2025-06-17 19:25:50 +00:00
gen_vmap_plumbing.py Enable all SIM rules except disabled ones (#164645) 2025-10-17 07:27:11 +00:00
gen.py [5/N] Apply ruff UP035 rule (#164423) 2025-10-02 07:31:11 +00:00
local.py
model.py More ruff SIM fixes (#164695) 2025-10-09 03:24:50 +00:00
native_function_generation.py
utils.py [TorchGen] Remove unused variables and function imports (#164538) 2025-10-03 20:49:36 +00:00
yaml_utils.py