- Introduce JIT caching feature
- Support for ahead-of-time compilation of FFT kernels
- Specialization for CPU devices added (for OpenCL CPU run-time)
- Moved clir to top-level; clir is now a self-contained project
- Support out-of-place nd-fft; throw bad_configuration if stride is unsupported (nd-fft only works for default tensor layouts)
- Support gcc 8.5
- Fix Ubuntu build
- Improve r2c performance in some cases
- Fix identity tests
- Add $ORIGIN to RPATH of installed libraries.
Initial release