Hi,
I'm using the Intel MKLML small libraries shipped with MKLDNN [1] to build a custom inference engine for neural networks. It's great to get MKL performance in such a small package.
However it appears that the CNR support functions [2] are not part of this library. I'm currently using an internal function to get the current CNR branch:
extern "C" {
int mkl_serv_cbwr_get_auto_branch();
}Are there plans to add this set of functions? More generally, how are functions selected for MKLML inclusion (for example, vsSin et vsCos are not included either)?
Thanks,
Guillaume
[1] https://github.com/intel/mkl-dnn/releases/download/v0.14/mklml_lnx_2018.0.3.20180406.tgz
[2] https://software.intel.com/en-us/mkl-developer-reference-c-conditional-numerical-reproducibility-control