<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Binary File for BLAS and LAPACK function in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Binary-File-for-BLAS-and-LAPACK-function/m-p/774261#M877</link>
    <description>I understand that the routine for BLAS and LAPACK are provided in the source form with MKL. But is there a binary dll version for both win 32 and win 64 for the above two libraries? I don't want to build those libraries myself, even if I could</description>
    <pubDate>Wed, 01 Dec 2010 06:16:33 GMT</pubDate>
    <dc:creator>Ngu_Soon_Hui</dc:creator>
    <dc:date>2010-12-01T06:16:33Z</dc:date>
    <item>
      <title>Binary File for BLAS and LAPACK function</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Binary-File-for-BLAS-and-LAPACK-function/m-p/774261#M877</link>
      <description>I understand that the routine for BLAS and LAPACK are provided in the source form with MKL. But is there a binary dll version for both win 32 and win 64 for the above two libraries? I don't want to build those libraries myself, even if I could</description>
      <pubDate>Wed, 01 Dec 2010 06:16:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Binary-File-for-BLAS-and-LAPACK-function/m-p/774261#M877</guid>
      <dc:creator>Ngu_Soon_Hui</dc:creator>
      <dc:date>2010-12-01T06:16:33Z</dc:date>
    </item>
    <item>
      <title>Binary File for BLAS and LAPACK function</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Binary-File-for-BLAS-and-LAPACK-function/m-p/774262#M878</link>
      <description>&lt;P&gt;BLAS and LAPACK are not provided as source in Intel MKL. Once you install MKL, you will have the static and dynamic libraries in the installation folder. You can use use the BLAS and LAPACK routines in your code and link with the libraries.&lt;BR /&gt;&lt;BR /&gt;--Vipin&lt;/P&gt;</description>
      <pubDate>Wed, 01 Dec 2010 06:19:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Binary-File-for-BLAS-and-LAPACK-function/m-p/774262#M878</guid>
      <dc:creator>VipinKumar_E_Intel</dc:creator>
      <dc:date>2010-12-01T06:19:54Z</dc:date>
    </item>
    <item>
      <title>Binary File for BLAS and LAPACK function</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Binary-File-for-BLAS-and-LAPACK-function/m-p/774263#M879</link>
      <description>Vipin, may I know what is the dll for BLAS and LAPACK ( for both win 32 and win 64) called?</description>
      <pubDate>Wed, 01 Dec 2010 09:13:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Binary-File-for-BLAS-and-LAPACK-function/m-p/774263#M879</guid>
      <dc:creator>Ngu_Soon_Hui</dc:creator>
      <dc:date>2010-12-01T09:13:53Z</dc:date>
    </item>
    <item>
      <title>Binary File for BLAS and LAPACK function</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Binary-File-for-BLAS-and-LAPACK-function/m-p/774264#M880</link>
      <description>BLAS and LAPACK are in the mkl_core_dll.lib which is a static dispatcher lib to the dynamic library, but you also need to link the interface, threading, and runtime libs. If you want to link to a single dynamic lib, that is also possible from 10.3 MKL onwards, mkl_rt.lib. I would recommend you to go through the MKL online userguide. &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://software.intel.com/sites/products/documentation/hpc/composerxe/en-us/mklxe/mkl_userguide_win/index.htm" target="_blank"&gt;http://software.intel.com/sites/products/documentation/hpc/composerxe/en-us/mklxe/mkl_userguide_win/index.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Refer "Linking your application with Intel MKL section".&lt;BR /&gt;&lt;BR /&gt;--Vipin&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Dec 2010 09:27:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Binary-File-for-BLAS-and-LAPACK-function/m-p/774264#M880</guid>
      <dc:creator>VipinKumar_E_Intel</dc:creator>
      <dc:date>2010-12-01T09:27:42Z</dc:date>
    </item>
    <item>
      <title>Binary File for BLAS and LAPACK function</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Binary-File-for-BLAS-and-LAPACK-function/m-p/774265#M881</link>
      <description>Vipin, perhaps I should mention that I would need a dll ( instead of a lib) because I would need to call BLAS function from C# via interop.&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Any ideas?&lt;/DIV&gt;</description>
      <pubDate>Wed, 01 Dec 2010 09:28:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Binary-File-for-BLAS-and-LAPACK-function/m-p/774265#M881</guid>
      <dc:creator>Ngu_Soon_Hui</dc:creator>
      <dc:date>2010-12-01T09:28:48Z</dc:date>
    </item>
    <item>
      <title>Binary File for BLAS and LAPACK function</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Binary-File-for-BLAS-and-LAPACK-function/m-p/774266#M882</link>
      <description>We got a good KB article published on using MKL from C#.&lt;BR /&gt;&lt;A href="http://software.intel.com/en-us/articles/using-intel-mkl-in-your-c-program/" target="_blank"&gt;http://software.intel.com/en-us/articles/using-intel-mkl-in-your-c-program/&lt;/A&gt;</description>
      <pubDate>Wed, 01 Dec 2010 09:31:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Binary-File-for-BLAS-and-LAPACK-function/m-p/774266#M882</guid>
      <dc:creator>VipinKumar_E_Intel</dc:creator>
      <dc:date>2010-12-01T09:31:28Z</dc:date>
    </item>
  </channel>
</rss>

