Releases: ROCm/hipFFT
Releases · ROCm/hipFFT
hipFFT 1.0.17 for ROCm 6.3.1
hipFFT code for ROCm 6.3.1 did not change. The library was rebuilt for the updated ROCm 6.3.1 stack.
hipFFT 1.0.17 for ROCm 6.3.0
Added
- Support for the gfx1151, gfx1200, and gfx1201 architectures
Changed
- The AMD backend is now compiled using amdclang++ instead of hipcc. The NVIDIA CUDA backend still uses hipcc-nvcc.
- CLI11 replaces Boost Program Options as the command line parser for clients.
- Building with the address sanitizer option sets xnack+ for the relevant GPU
architectures.
hipFFT 1.0.16 for ROCm 6.2.4
Added
- Support for the gfx1151 architecture
hipFFT 1.0.15 for ROCm 6.2.2
hipFFT code for ROCm 6.2.2 did not change. The library was rebuilt for the updated ROCm 6.2.2 stack.
hipFFT 1.0.15 for ROCm 6.2.1
hipFFT code for ROCm 6.2.1 did not change. The library was rebuilt for the updated ROCm 6.2.1 stack.
hipFFT 1.0.14 for ROCm 6.2.0
hipFFT code for ROCm 6.2.0 did not change. The library was rebuilt for the updated ROCm 6.2.0 stack.
hipFFT 1.0.13 for ROCm 6.0.2
hipFFT code for ROCm 6.0.2 did not change. The library was rebuilt for the updated ROCm 6.0.2 stack.
hipFFT 1.0.14 for ROCm 6.1.2
hipFFT code for ROCm 6.1.2 did not change. The library was rebuilt for the updated ROCm 6.1.2 stack.
hipFFT 1.0.14 for ROCm 6.1.1
hipFFT code for ROCm 6.1.1 did not change. The library was rebuilt for the updated ROCm 6.1.1 stack.
hipFFT 1.0.14 for ROCm 6.1.0
Changes
- When building hipFFT from source, rocFFT code no longer needs to be initialized as a git submodule.
Fixes
- Fixed error when creating length-1 plans.