Skip to content

Releases: ROCm/hipFFT

hipFFT 1.0.17 for ROCm 6.3.1

20 Dec 16:12
85a2d27
Compare
Choose a tag to compare

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

03 Dec 19:49
85a2d27
Compare
Choose a tag to compare

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

06 Nov 19:55
433b5f2
Compare
Choose a tag to compare

Added

  • Support for the gfx1151 architecture

hipFFT 1.0.15 for ROCm 6.2.2

27 Sep 16:01
5d19ae2
Compare
Choose a tag to compare

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

20 Sep 19:58
5d19ae2
Compare
Choose a tag to compare

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

02 Aug 16:15
baee8f8
Compare
Choose a tag to compare

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

31 Jan 20:13
18c75d8
Compare
Choose a tag to compare

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

04 Jun 16:53
d274724
Compare
Choose a tag to compare

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

08 May 17:59
d274724
Compare
Choose a tag to compare

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

16 Apr 19:09
d274724
Compare
Choose a tag to compare

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.