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

Strange profiling result with pardiso

dshor1
Beginner
589 Views

Hi all

Our app uses multiple solve with the same factor, when I looked at the call graph results' it seems that about 30% of the time is in the LSAME function.

70% of DTRSM ( most of the SOLVE work) is the blas_errchk_dtrsm, that calls LSAME.

Is that reasonable? Just some profiling artifact? Or a configuration problem ?

The problem size in about 10000.

Thanks

0 Kudos
2 Replies
michael_chuvelev
Beginner
589 Views

Hi!

It shouldn't spend much time a LSAME - it's just a few instructions. What is theprofiler?

0 Kudos
dshor1
Beginner
589 Views

I know It shouldn't ... I have a felling that the problem is calling the BLAS function with very small size, and that the reson for the large overhead.

the profiler is intel vtune

0 Kudos
Reply