Visible to Intel only — GUID: GUID-1B3415B3-F71C-4441-9E0D-1A3AA5D7DFC3
Visible to Intel only — GUID: GUID-1B3415B3-F71C-4441-9E0D-1A3AA5D7DFC3
DFTI_PLACEMENT
By default, the computational functions overwrite the input data with the output result. That is, the default setting of the configuration parameter DFTI_PLACEMENT is DFTI_INPLACE. You can change that by setting it to DFTI_NOT_INPLACE.
When the configuration parameter is set to DFTI_NOT_INPLACE, the input and output data sets must have no common elements.
To better understand usage of the DFTI_PLACEMENT configuration parameter, see this example in your Intel® oneAPI Math Kernel Library directory:
./examples/dftc/source/config_placement.c