Quantcast
Channel: Intel® oneAPI Math Kernel Library & Intel® Math Kernel Library
Viewing all articles
Browse latest Browse all 2652

Duplicated value in VSL error codes

$
0
0

mkl_vsl_defines.h (2019.1.144) contains two defines:

#define VSL_CC_ERROR_PRECISION (-2400)
#define VSL_CC_ERROR_METHOD (-2400)

with the same value. Is this an error?

Taking into account these defines:

#define VSL_CC_ERROR_TYPE (-2130)
#define VSL_CC_ERROR_EXTERNAL_PRECISION (-2141)
#define VSL_CC_ERROR_INTERNAL_PRECISION (-2142)

VSL_CC_ERROR_PRECISION should probably be equal to 2140.


Viewing all articles
Browse latest Browse all 2652

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>