Intel® oneAPI Math Kernel Library Developer Reference - C
Returns the current CNR settings.
int mkl_cbwr_get (int option);
Name |
Type |
Description |
---|---|---|
option |
int |
Specifies the CNR settings requested. Named constants define possible values of option:
|
The mkl_cbwr_get function returns the requested CNR settings. The function returns MKL_CBWR_ERR_INVALID_INPUT if an invalid option is specified.
To enable CNR mode, use the mkl_cbwr_set function or environment variables. For more details, see the Intel® oneAPI Math Kernel Library Developer Guide.
Name |
Type |
Description |
---|---|---|
setting |
int |
Requested CNR settings. See Named Constants for CNR Control for a list of named constants that specify the settings. If the value of the option parameter is not permitted, contains the MKL_CBWR_ERR_INVALID_INPUT error code. |