hidden text to trigger early load of fonts ПродукцияПродукцияПродукцияПродукция Các sản phẩmCác sản phẩmCác sản phẩmCác sản phẩm المنتجاتالمنتجاتالمنتجاتالمنتجات מוצריםמוצריםמוצריםמוצרים
Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.
7155 讨论

LAPACKE_dsyevr doesn't finish but LAPACKE_dsyev works well

Ye_C_1
初学者
597 次查看

I have a symmetrc matrix with some parameters to be changed. For some parameters, the LAPACKE_dsyevr does not return for a very long time, so I have to finish the program.

If I change to LAPACKE_dsyev, for most cases, the speed is slower than dsyevr, but the dsyev can return correctly.

What is the reason?

Thanks for your help. 

0 项奖励
3 回复数
Gennady_F_Intel
主持人
597 次查看

What is the problem size when you are calling the dsyevr and finish this execution?  

0 项奖励
Ye_C_1
初学者
597 次查看

The dimension of matrix is 10000.

In addition , I still have a question. When we compute the symmetric or Hermitian problem, is it necessary to set the lower part to be all zeros?

If we use the whole matrix as input with both upper and lower part, the result will be wrong? 

Gennady F. (Intel) wrote:

What is the problem size when you are calling the dsyevr and finish this execution?  

0 项奖励
Gennady_F_Intel
主持人
597 次查看

 10K - This is plenty small case and you should see the final results of this computations. Could you give us the reproducer to check the problem on our side?

0 项奖励
回复