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

Poor performance of mkl_sparse_spmm

charlesqhappy
Novice
658 Views

I use mkl_sparse_spmm on two 80 *80 matrix, I run the function in a loop. The time cost is at 10e-5 seconds level in most cases, but very often,  it  can up to be 0.1+ second.

Why it suddenly slow? Should I always use mkl_sparse_set_mm_hint before mkl_sparse_spmm ?

 

 

 

0 Kudos
2 Replies
Gennady_F_Intel
Moderator
649 Views

I don't think if mkl_sparse_set_mm_hint will help. I think it is OS related problems. Is that windows os?


0 Kudos
charlesqhappy
Novice
641 Views

Yeah, I'm using windows. And Unity and C++ dll in Unity. The mkl code is in c++ dll.

 

Very strange, what could happen when the single function slow down? I just do a multiplication.

0 Kudos
Reply