英文:
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.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论