Visible to Intel only — GUID: GUID-5FE5EAED-1F14-49E3-9968-951E40E09D2C
Visible to Intel only — GUID: GUID-5FE5EAED-1F14-49E3-9968-951E40E09D2C
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.