Visible to Intel only — GUID: GUID-3A9886A4-61DD-4B70-A9BD-CE7D5E2BB5D4
Visible to Intel only — GUID: GUID-3A9886A4-61DD-4B70-A9BD-CE7D5E2BB5D4
Cluster FFT Descriptor Configuration Functions
There are two functions in this category: the value-setting function DftiSetValueDM sets one particular configuration parameter to an appropriate value, and the value-getting function DftiGetValueDM reads the value of one particular configuration parameter.
Some configuration parameters used by cluster FFT functions originate from the conventional FFT interface (see Configuration Settings for details).
Other configuration parameters are specific to the cluster FFT. Integer values of these parameters have type MKL_LONG. The exact type of the configuration parameters being floating-point scalars is float or double (matching DFTI_PRECISION). The configuration parameters whose values are named constants have the enum type. They are defined in the mkl_cdft.h header file.
The names of the configuration parameters specific to the cluster FFT interface have the CDFT prefix.
- DftiSetValueDM
Sets one particular configuration parameter with the specified configuration value. - DftiGetValueDM
Gets the value of one particular configuration parameter.