如何修改Intel MKL中内置的LAPACK例程

huangapple go评论73阅读模式
英文:

How to modify built in LAPACK routine in Intel MKL

问题

I am using a C++ code that uses intel MKL LAPACK functions. I have a problem with one of the functions (same as https://software.intel.com/en-us/forums/intel-math-kernel-library/topic/299717) and it is suggested modifying this function to solve the problem. I know how to modify this function in the LAPACK source but I don't know how to modify it in intel MKL LAPACK. Is it possible to modify intel MKL LAPACK and how?

英文:

I am using a C++ code that uses intel MKL LAPACK functions. I have a problem with one of the functions(same as <https://software.intel.com/en-us/forums/intel-math-kernel-library/topic/299717>) and it is suggested modifying this function to solve the problem. I know how to modify this function in the LAPACK source but I don't know how to modify it in intel MKL LAPACK. Is it possible to modify intel MKL LAPACK and how?

答案1

得分: 1

这是要翻译的内容:

"That's not possible to modify this issue in MKL LAPACK. You may only take one of the latest versions of this library from this page: https://software.seek.intel.com/performance-libraries. It is for free."

英文:

That's not possible to modify this issue in MKL LAPACK. You may only take one of the latest versions of this library from this page: https://software.seek.intel.com/performance-libraries. It is for free.

huangapple
  • 本文由 发表于 2020年1月7日 01:11:52
  • 转载请务必保留本文链接:https://go.coder-hub.com/59616256.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定