- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
I have been able to successfully compile and link MKL to a research code which uses the Armadillo C++ linear algebra library (http://arma.sourceforge.net). I am using dynamic linking in MS Visual Studio 2015. My program runs fine until the first call to the BLAS routine dgemv(). At that point the program crashes with "exited with code 2 (0x2)." There are no other messages, including diagnostic messages from Armadillo.
I would like to use MKL for speed. I am able to run my program linked to OpenBLAS and the BLAS/Lapack shipped with Armadillo.
What is the problem here?
링크가 복사됨
2 응답
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
+ add MKL_VERBOSE=1 env variable and see the log which MKL will print
