Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

mkl_vsl_functions.h Warnings

Fabian_K
Beginner
868 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
868 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