Data structure that can be passed to clfftSetup() to control the behavior of the FFT runtime. More...
Public Attributes | |
cl_uint | major |
cl_uint | minor |
cl_uint | patch |
cl_ulong | debugFlags |
Data structure that can be passed to clfftSetup() to control the behavior of the FFT runtime.
This structure contains values that can be initialized before instantiation of the FFT runtime with clfftSetup(). To initialize this structure, pass a pointer to a user struct to clfftInitSetupData( ), which clears the structure and sets the version member variables to the current values.
cl_ulong clfftSetupData::debugFlags |
Bitwise flags that control the behavior of library debug logic.
cl_uint clfftSetupData::major |
Major version number of the project; signifies possible major API changes.
cl_uint clfftSetupData::minor |
Minor version number of the project; minor API changes that can break backward compatibility.
cl_uint clfftSetupData::patch |
Patch version number of the project; always incrementing number, signifies change over time.