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

mkl_vsl_functions.h Warnings

Fabian_K
Beginner
596 Views
The GNU-Compiler (Ubuntu/Linaro 4.5.2-8ubuntu4) gives annoying warnings when using MKL:
.../composer_xe_2011_sp1.7.256/mkl/include/mkl_vsl_functions.h:318:1: warning: redundant redeclaration of int vslgetstreamsize_(void*) in same scope

Line 318 should be UPPERCASE, or not?
_MKL_API(int,VSLGETSTREAMSIZE,(const VSLStreamStatePtr))
0 Kudos
1 Reply
Andrey_N_Intel
Employee
596 Views
Hello,
Thanks for the report.Yes, the uppercase should be used in line 318 of the the header file.
The issue will be fixed in one of the future releases of the library.
Best,
Andrey
0 Kudos
Reply