EnzymeAD / EnzymeAD/Enzyme-JAX
fft optimization patterns
Open
- Dominant language
- MLIR
- Stars
- 131
- Forks
- 53
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 193
Description
- [ ] fft followed by inverse op is identity
- [ ] ```
x = fft(y);
z = x + x
``` -> move the add / scaling above fft. enables us to cancel out fft ops with their inverse
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.