Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.

MKL 10 BLAS dgemm examples

jagerfield
Beginner
371 Views

Hi

I am new to MKL and I would like to find some examples in MS VC++ 6 and C# especially using the BLAS function dgemm could you help me please.

Thanks/TJ

0 Kudos
1 Reply
Gennady_F_Intel
Moderator
371 Views

Hi,

all blas sources and data for examples you can find into ../examples/blas and ../examples/blas95 folders.

For an additional information for linking your application with MKL 9.1 please follow at the link:

http://cmsadmin.cps.intel.com/NR/exeres/74C203BA-2F23-49F4-B52D-25F6F9209D7D,frameless.htm?NRMODE=Update&WBCMODE=PresentationUnpublished&wbc_purpose=Basic&wbc_mode=Basic

for mkl 10.* version follow at the link:

http://cmsadmin.cps.intel.com/NR/exeres/5e8054f7-2979-403e-abc3-82fcee20343d,frameless.htm?NRMODE=Update&WBCMODE=PresentationUnpublished&wbc_purpose=Basic&wbc_mode=Basic

?ou can there hints for compiling and linking your program with Intel MKL using the Microsoft* Visual Studio* 2008 or Microsoft* Visual Studio* 2005 and Microsoft* Visual C++* (v6.0)

--Gennady

0 Kudos
Reply