Deprecated Functionality
Starting from CUDA 13.0:
The cuFFT binary
libcufft_static_nocallback.ahas been removed.libcufft_static.acan be used as a replacement.The following error codes have been removed:
CUFFT_INCOMPLETE_PARAMETER_LIST,CUFFT_PARSE_ERROR,CUFFT_LICENSE_ERROR.Maxwell, Pascal, and Volta GPU architectures are no longer supported. The minimum required architecture is Turing.
Starting from CUDA 12.9:
The following error codes are deprecated and will be removed in a future release:
CUFFT_INCOMPLETE_PARAMETER_LIST,CUFFT_PARSE_ERROR,CUFFT_LICENSE_ERROR.
Starting from CUDA 12.8:
The cuFFT binary
libcufft_static_nocallback.ais deprecated and will be removed in a future release.libcufft_static.acan be used as a replacement.
Starting from CUDA 12.0:
GPU architectures SM35 and SM37 are no longer supported. The minimum required architecture is SM50.
Starting from CUDA 11.8:
CUDA Graphs capture is no longer supported for legacy callback routines that load data in out-of-place mode transforms. Starting from CUDA 12.6 Update 2, LTO callbacks can be used as a replacement for legacy callbacks without this limitation.
Starting from CUDA 11.4:
Support for callback functionality using separately compiled device code (legacy callbacks) is deprecated on all GPU architectures. Callback functionality will continue to be supported for all GPU architectures.
Starting from CUDA 11.0:
GPU architecture SM30 is no longer supported. The minimum required architecture is SM35.
Support for GPU architectures SM35, SM37 (Kepler), and SM50, SM52 (Maxwell) is deprecated.
Function cufftSetCompatibilityMode was removed in version 9.1.