Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.

Duplicated value in VSL error codes

Eugene_S_1
Beginner
591 Views
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.
0 Kudos
2 Replies
Gennady_F_Intel
Moderator
591 Views

 Thanks for the report. This is an issue and we will fix it and update this thread accordingly. 

0 Kudos
Gennady_F_Intel
Moderator
583 Views

Please check the latest version of MKL 2020 Update 2 which contains the fix of this case and keep us inform of the status.

0 Kudos
Reply