<?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 Re: C++ wrapper for CBLAS available on github in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/C-wrapper-for-CBLAS-available-on-github/m-p/1585524#M35969</link>
    <description>&lt;P&gt;ı can not see your repository, can you update your link please, thank you&lt;/P&gt;</description>
    <pubDate>Tue, 02 Apr 2024 13:10:56 GMT</pubDate>
    <dc:creator>Umutgokdg</dc:creator>
    <dc:date>2024-04-02T13:10:56Z</dc:date>
    <item>
      <title>C++ wrapper for CBLAS available on github</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/C-wrapper-for-CBLAS-available-on-github/m-p/862977#M7634</link>
      <description>I have written a C++ wrapper for CBLAS which some people may find useful, details are here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://wiki.github.com/tdoris/cppmkl" target="_blank"&gt;http://wiki.github.com/tdoris/cppmkl&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Main ideas are:&lt;BR /&gt; 1.  Provide wrapper functions that accept any conforming matrix type as an argument. In the wrapper figure out what the appropriate values for the various matrix shape parameters to the raw MKL function; i.e., it is possible to use any matrix type with these functions.&lt;BR /&gt; 2. The wrapper functions figure out what underlying MKL function to call based on the type of data (float, double, MKL_Complex8/16) contained in the matrix.&lt;BR /&gt; 3. Provide some generic functionality like an STL allocator so that STL-container-managed-storage can be used with MKL without loss of precision or performance.&lt;BR /&gt; 4. Provide a simple matrix class that serves as a container for the raw matrix elements.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 09 Apr 2009 05:09:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/C-wrapper-for-CBLAS-available-on-github/m-p/862977#M7634</guid>
      <dc:creator>tdoris</dc:creator>
      <dc:date>2009-04-09T05:09:43Z</dc:date>
    </item>
    <item>
      <title>Re: C++ wrapper for CBLAS available on github</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/C-wrapper-for-CBLAS-available-on-github/m-p/862978#M7635</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV style="margin:0px;"&gt;Interesting project. C++ users might be welcoming it when it is done. &lt;BR /&gt;&lt;BR /&gt;It seems that there is some space for improvments in your current codes. For example, I would add some includes here and there (cppmklcppmkl_allocator.h isin lack of #include &lt;CSTDDEF&gt; and #include &lt;NEW&gt;).&lt;BR /&gt;&lt;BR /&gt;Best wishes in your start.&lt;BR /&gt;&lt;/NEW&gt;&lt;/CSTDDEF&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 10 Apr 2009 12:50:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/C-wrapper-for-CBLAS-available-on-github/m-p/862978#M7635</guid>
      <dc:creator>Ilya_B_Intel</dc:creator>
      <dc:date>2009-04-10T12:50:43Z</dc:date>
    </item>
    <item>
      <title>Re: C++ wrapper for CBLAS available on github</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/C-wrapper-for-CBLAS-available-on-github/m-p/862979#M7636</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;llya, well spotted, omitting these headers does not cause an error on my compiler but you are correct, they should be there, this is fixed. &lt;BR /&gt;&lt;BR /&gt;The API now also supports using the boost matrix class with the cppmkl functions. I have also added wrapper functions for the VML API.&lt;BR /&gt;&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 13 Apr 2009 22:12:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/C-wrapper-for-CBLAS-available-on-github/m-p/862979#M7636</guid>
      <dc:creator>tdoris</dc:creator>
      <dc:date>2009-04-13T22:12:23Z</dc:date>
    </item>
    <item>
      <title>Re: C++ wrapper for CBLAS available on github</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/C-wrapper-for-CBLAS-available-on-github/m-p/1585524#M35969</link>
      <description>&lt;P&gt;ı can not see your repository, can you update your link please, thank you&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2024 13:10:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/C-wrapper-for-CBLAS-available-on-github/m-p/1585524#M35969</guid>
      <dc:creator>Umutgokdg</dc:creator>
      <dc:date>2024-04-02T13:10:56Z</dc:date>
    </item>
  </channel>
</rss>

