- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi
While using cblas_dgemm(CblasRowMajor,transa,transb,
m,n,k,alpha,dMatrixA,lda,dMatrixB,ldb,beta,dMatrixC,ldc)
function, I am getting a linker error as shown below.
error LNK2001: unresolved external symbol ___kmpc_global_thread_num
I am using VC++ 6.0 compiler.
Please help me to solve this issue.
Thanks and Regards
Joesam
While using cblas_dgemm(CblasRowMajor,transa,transb,
m,n,k,alpha,dMatrixA,lda,dMatrixB,ldb,beta,dMatrixC,ldc)
function, I am getting a linker error as shown below.
error LNK2001: unresolved external symbol ___kmpc_global_thread_num
I am using VC++ 6.0 compiler.
Please help me to solve this issue.
Thanks and Regards
Joesam
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm guessing you didn't include libguide.lib in your link.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi
Thanks for your reply.
I have added only mkl_c.lib in the "Object/Library moduls" of "Link" in the Project Settings.
Where I have to include "libguide.lib"? Is it in the same place where I have added "mkl_c.lib"?
Also please let me know whether any other settings to be made to call the MKL functions?
Thanking You
Regards
Joesam
Thanks for your reply.
I have added only mkl_c.lib in the "Object/Library moduls" of "Link" in the Project Settings.
Where I have to include "libguide.lib"? Is it in the same place where I have added "mkl_c.lib"?
Also please let me know whether any other settings to be made to call the MKL functions?
Thanking You
Regards
Joesam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Also can you please mail me a sample working code which uses dgemm() function, if you have.
Thanks and Regards
Joesam
Thanks and Regards
Joesam
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page