This is an old version of ROCm documentation. Read the latest ROCm release documentation to stay informed of all our developments.

Fast Fourier Transforms

Fast Fourier Transforms#

Applies to Linux and Windows

2023-07-07

3 min read time

ROCm libraries for FFT are as follows:

rocFFT is an AMD GPU optimized library for FFT.

hipFFT is a compatibility layer for GPU accelerated FFT optimized for AMD GPUs using rocFFT. hipFFT allows for a common interface for other non AMD GPU FFT libraries.