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

Is it possible to disable internal MKL code paths

haikoatintel
Beginner
788 Views
A C++ simulation toolusing PARDISO and some other routines from MKL gives significantlydifferent results on different CPUs. Since the deviations are significant (about 5% deviation in number of numerical steps) I want to get rid of this.

The code is serial,compiled with precise floating point optionand uses mkl_malloc(.., 16) in order to align memory . So code paths should be the remaining origin for getting inconsistent results.

Is it possible to disable MKL code paths in may application via some MKL command or compiler (MS Visual C++ 2005) flag?

0 Kudos
0 Replies
Reply