Releases: ROCm/hipFFT
Releases · ROCm/hipFFT
hipFFT 1.0.7 for ROCm 5.1.3
hipFFT code for ROCm 5.1.3 did not change. The library was rebuilt for the updated ROCm 5.1.3 stack.
hipFFT 1.0.7 for ROCm 5.1.1
hipFFT code for ROCm 5.1.1 did not change. The library was rebuilt for the updated ROCm 5.1.1 stack.
hipFFT 1.0.7 for ROCm 5.1.0
Changed
- Use fft_params struct for accuracy and benchmark clients.
hipFFT 1.0.6 for ROCm 5.0.2
hipFFT code for ROCm 5.0.2 is unchanged from hipFFT for ROCm 5.0.1. The library was rebuilt for the updated ROCm 5.0.2 stack.
hipFFT 1.0.6 for ROCm 5.0.1
hipFFT code for ROCm 5.0.1 is unchanged from hipFFT for ROCm 5.0.0. The library was rebuilt for the updated ROCm 5.0.1 stack.
hipFFT 1.0.6 for ROCm 5.0.0
Fixed
- Fixed incorrect reporting of rocFFT version.
Changed
- Unconditionally enabled callback functionality. On the CUDA backend, callbacks only run
correctly when hipFFT is built as a static library, and is linked against the static cuFFT
library.
hipFFT 1.0.5 for ROCm 4.5.2
hipFFT code for ROCm 4.5.2 is unchanged from hipFFT for ROCm 4.5.0. The library was rebuilt for the updated ROCm 4.5.2 stack.
hipFFT 1.0.5 for ROCm 4.5.0
Fixed
- Add calls to rocFFT setup/cleanup.
- Cmake fixes for clients and backend support.
Added
- Added support for Windows 10 as a build target.
Changed
- Packaging split into a runtime package called hipfft and a development package called hipfft-devel.
The development package depends on runtime. The runtime package suggests the development package
for all supported OSes except CentOS 7 to aid in the transition. The suggests feature in packaging
is introduced as a deprecated feature and will be removed in a future rocm release.
hipFFT 1.0.3 for ROCm 4.3.1
No changes made for ROCm 4.3.1.
hipFFT 1.0.3 for ROCm 4.3.0
Fixed
- Cmake updates.
Added
- Added callback API in hipfftXt.h header.