pytorch/test/functorch
Edward Z. Yang 87fdadde1d Remove FFT from stride incorrect ops (#145080)
I gotta say, the FFT implementation is completely insane, there's gotta be a better way to do this than repeatedly inplace restriding the output tensor. Anyway, this is a faithful translation of both the MKL and cuFFT paths to Python.

Fixes https://github.com/pytorch/pytorch/issues/135087

Signed-off-by: Edward Z. Yang <ezyang@meta.com>
Pull Request resolved: https://github.com/pytorch/pytorch/pull/145080
Approved by: https://github.com/Skylion007, https://github.com/albanD
ghstack dependencies: #145530
2025-01-27 04:26:04 +00:00
..
attn_ft.py
attn_positional.py
common_utils.py
discover_coverage.py
functorch_additional_op_db.py
test_ac.py
test_ac_knapsack.py
test_aotdispatch.py Remove FFT from stride incorrect ops (#145080) 2025-01-27 04:26:04 +00:00
test_control_flow.py [hop][be] add utils for more comprehensive input alias and mutation (#145298) 2025-01-23 18:12:28 +00:00
test_dims.py [functorch] clean up asserts in test_dims.py (#144276) 2025-01-08 01:21:40 +00:00
test_eager_transforms.py
test_logging.py
test_memory_efficient_fusion.py
test_minifier.py
test_ops.py Remove det_singular OpInfo (#145533) 2025-01-25 00:58:03 +00:00
test_parsing.py PEP585 update - test (#145176) 2025-01-22 04:48:28 +00:00
test_rearrange.py PEP585 update - test (#145176) 2025-01-22 04:48:28 +00:00
test_vmap.py Fix unbind_copy and add its decomposition (#134319) 2025-01-17 18:21:22 +00:00
test_vmap_registrations.py
xfail_suggester.py