Skip to content

Releases: ROCm/rocFFT

rocFFT-1.0.3 for ROCm 3.5.0

01 Jun 19:52
da61945

Choose a tag to compare

New Features

  • Switched to hip-clang as default compliler and deprecated hcc build
  • Improved hip-nvcc build
  • Support static lib build
  • Improved tests

Known Issues

None

rocFFT-1.0.2 release for ROCM-3.3

30 Mar 16:09

Choose a tag to compare

  • Supported planar(split) format
  • Updated build instructions in README
  • Removing ROCm libs from dependency installation and updates to RUNPATH
  • Improved accuracy, rider, sample, CI tests, and added dyna-rider test

rocFFT-0.9.10 release for ROCM-3.1

30 Jan 18:11

Choose a tag to compare

Efficient even-length 3D real/complex transforms.
Fixed ROCM3.0 compilation issue.
Fixed some HIPCC(nvcc backend) compilation issues.
Fixed a bug of twiddle calculation for double precision.
Supported multiple ROCM installation.
Changed dependency package name to conform to Debian standards name.
Improved accuracy tests and rocfft-rider.

rocFFT-0.9.9 release for ROCM-3.0

18 Dec 18:08

Choose a tag to compare

Implement efficient real/complex 2D transforms for even lengths.
More 2D test coverage sizes.
Fix buffer allocation error for large 1D transforms.
C++ compatibility improvements.

rocFFT-0.9.8 release for ROCM-2.10

18 Dec 18:04

Choose a tag to compare

Increased test coverage; add batched and 3D transforms.
Improved memory cleanup in rocfft_plan_destroy().
Fix strided Bluestein algorithm.
Fix bug in 2.9 which produced incorrect results in complex/real transforms.

rocFFT-0.9.7 release for ROCM-2.9

30 Sep 23:20

Choose a tag to compare

Efficient 2D and 3D complex-to-real transforms for even-length contiguous dimension.
Fixed hip-clang build issue.
Improved test clients code.

rocFFT-0.9.6 release for ROCM-2.8

23 Sep 19:24

Choose a tag to compare

Fixed: bug in Bluestein Algorithm
Fixed: bug in R2C kernel
Added: hip-clang build
Improved: more tests and examples

rocFFT-0.9.5 release for ROCM-2.7

02 Aug 20:14

Choose a tag to compare

Improved: efficient real/complex 1D even-length transforms(unit stride)
Improved: hipFFT examples

rocFFT-0.9.4 release for ROCM-2.6

20 Jun 23:27

Choose a tag to compare

Release Notes

  • Added: clients Debian package
  • Improved: hipFFT interfaces
  • Improved: CPU reference code and plan generation code
  • Improved: logging code

rocFFT-0.9.3 release for ROCM-2.5

03 Jun 21:01

Choose a tag to compare

Release Notes

  • Added: performance test scripts
  • Fixed: hipfftMakePlanMany special case
  • Improved: enabled prefix option for install.sh
  • Improved: rocFFT examples
  • Improved: formatted code with unified style