ExecutionCPU#

class nvmath.fft.ExecutionCPU(num_threads: int | None = None)[source]#

A data class for providing CPU execution options to the FFT object and the family of wrapper functions fft(), ifft(), rfft(), and irfft().

num_threads#

The number of CPU threads used to execute the plan. If not specified, defaults to the number of CPU cores available to the process.

Type:

int | None