A data class for providing GPU execution options to the FFT
object and the
family of wrapper functions fft()
, ifft()
, rfft()
, and irfft()
.
-
device_id
CUDA device ordinal (only used if the operand resides on the CPU). The
default value is 0.
- Type:
int | None