Developer Reference for Intel® oneAPI Math Kernel Library for C

ID 766684
Date 11/07/2023
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

DFTI_COMMIT_STATUS

The DFTI_COMMIT_STATUS configuration parameter indicates whether the descriptor is ready for computation. The parameter has two possible values:

DFTI_UNCOMMITTED

Default value, set after a successful call of DftiCreateDescriptor.

DFTI_COMMITTED

The value after a successful call to DftiCommitDescriptor.

A computation function called with an uncommitted descriptor returns an error.

You cannot directly set this configuration parameter in a call to DftiSetValue, but a change in the configuration of a committed descriptor may change the commit status of the descriptor to DFTI_UNCOMMITTED.