Quantcast
Channel: Intel® Software - Intel® oneAPI Math Kernel Library & Intel® Math Kernel Library
Viewing all articles
Browse latest Browse all 3005

Building a Custom Dynamic-link Library in the Visual Studio Development System

$
0
0

Hi,

 

I trying to build a custom DLL by following the instructions in https://software.intel.com/en-us/mkl-windows-developer-guide-building-a-... .

I get the following warning:

example.def(22): warning LNK4017: cblas_dgemm statement not supported for the target platform; ignored
example.def(23): warning LNK4017: cblas_sgemv statement not supported for the target platform; ignored
example.def(24): warning LNK4017: cblas_sgemm statement not supported for the target platform; ignored
example.def(25): warning LNK4017: LAPACKE_sgetrf statement not supported for the target platform; ignored
example.def(26): warning LNK4017: LAPACKE_sgetri statement not supported for the target platform; ignored
example.def(27): warning LNK4017: MKL_malloc statement not supported for the target platform; ignored
example.def(27): warning LNK4017: MKL_free statement not supported for the target platform; ignored

and it seems that the resulted dll doesn't contain these methods.

Thank you,

Shai


Viewing all articles
Browse latest Browse all 3005

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>