Replacement of math function calls with NVIDIA®
cuFFT
library calls.
Category: Code Generation > GPU Code
Default: On
Allows GPU Coder™ to replace appropriate fft
calls with calls to the
cuFFT
library.
Disables use of the cuFFT
library in the generated code. With
this option, GPU Coder uses C FFTW
libraries where available or generates
kernels from portable MATLAB®
fft
code.
This parameter requires a GPU Coder license.
To enable this parameter, select Generate GPU code on the Code Generation pane.
Parameter: GPUcuFFT |
Type: character vector |
Value:
'on' | 'off' |
Default:
'on' |