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 book

ninhngt
Beginner
1,000 Views
Is there any good books about using MKL ?
0 Kudos
3 Replies
Gennady_F_Intel
Moderator
1,000 Views
Quoting - ninhngt
Is there any good books about using MKL ?

We have no books about using MKL.
The doc folder contains all documentation for MKL.
may be userguide will be usefull?
what specific questions are you looking for?
--Gennady

0 Kudos
ninhngt
Beginner
1,000 Views

We have no books about using MKL.
The doc folder contains all documentation for MKL.
may be userguide will be usefull?
what specific questions are you looking for?
--Gennady


I come from an object-oriented background. The naming convention and the coding style in MKL is quite strange to me so I have some difficulties in learning it.
0 Kudos
Gennady_F_Intel
Moderator
1,000 Views
Quoting - ninhngt

We have no books about using MKL.
The doc folder contains all documentation for MKL.
may be userguide will be usefull?
what specific questions are you looking for?
--Gennady


I come from an object-oriented background. The naming convention and the coding style in MKL is quite strange to me so I have some difficulties in learning it.

Yes, for object-oriented background this is understandable.
But math libraries are different "country" :)
MKL supports the netlib BLAS and LAPACK APIs, which are defacto standard and all mathematical libraries ( like ACML, ESSL, SUN Perf.Lins and etc ) support these APIs".
--Gennady
0 Kudos
Reply