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

MKL & Thread Checker Warnings

Dishaw__Jim
Beginner
308 Views

I was using the Intel Thread Checker to assess any issues that my code may have vis-a-vis threading and the majority of the warnings originated from the direct sparse solver. For example, dss_reorder and dss_factor_real were the source of a large number of data races.

Are these warnings benign and safe to filter out?

0 Kudos
1 Reply
Intel_C_Intel
Employee
308 Views

There are no known problems that arise from the threading practices of DSS. Thread checker can provide guidance only on what it can see, not what it can't see, so it is giving you warnings. You can safely filter these out.

Bruce

0 Kudos
Reply