Configures the CNR mode of Intel® oneAPI Math Kernel Library (oneMKL). The mkl_cbwr_set function must be called only once, before any other Intel® oneAPI Math Kernel Library (oneMKL) functions.
status = mkl_cbwr_set( setting )
Name |
Type |
Description |
---|---|---|
setting |
INTEGER*4 |
CNR branch to set. See Named Constants for CNR Control for a list of named constants that specify the settings. |
The mkl_cbwr_set function configures the CNR mode. (Specifically, it sets the CNR branch and then turns on the CNR mode.)
The mkl_cbwr_set function must be called only once, before any other Intel® oneAPI Math Kernel Library (oneMKL) functions.
Settings specified by the mkl_cbwr_set function take precedence over the settings specified by the MKL_CBWR environment variable.
Name |
Type |
Description |
---|---|---|
status |
INTEGER*4 |
The status of the function completion:
|