hipFFT icon indicating copy to clipboard operation
hipFFT copied to clipboard

hipFFT is a FFT marshalling library.

Results 3 hipFFT issues
Sort by recently updated
recently updated
newest added

### Problem Description I am trying to build hipfft/rocm-5.5.1 on NVIDIA A100 GPUs available on the Perlmutter supercomputer. I already have cuda/12.2 and the corresponding cuFFT in my path. There...

resolves #___ Summary of proposed changes: - Add CMake support for documentation.

Both hipBLAS and hipSOLVER use "USE_CUDA=ON" to specify a CUDA backend build, whereas hipFFT currently uses "BUILD_WITH_LIB=CUDA". (hipSPARSE uses yet another one) It would probably ease installation efforts if the...