You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enhanced fft_r2c overhead and reactivate fft_r2c on XPU (#1720)
# Motivation
Revert `fft_r2c` fallback after root causing the `TestInductorOpInfoXPU`
failure. There is a memory layout mismatching between `aten::fft_r2c`
and Inductor meta deducing. We will have another PR to correct Inductor
meta deducing for XPU backend.
# Solution
Inconsistent strides should be resolved in `fft_r2c` meta calculation
instead of `fft_r2c` XPU kernel. The change of this PR includes:
- Reduced `_fft_r2c_mkl` overhead and simplified kernel code
- Reactivate `fft_r2c` on XPU
0 commit comments