<?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 thanks Eugene, we will fix in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Routines-mkl-tppack-and-mkl-tpunpack/m-p/1109144#M24268</link>
    <description>&lt;P&gt;thanks Eugene, we will fix that asap.The workaround you suggested, is also correct.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 26 Jun 2016 19:37:01 GMT</pubDate>
    <dc:creator>Gennady_F_Intel</dc:creator>
    <dc:date>2016-06-26T19:37:01Z</dc:date>
    <item>
      <title>Routines mkl_?tppack and mkl_?tpunpack</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Routines-mkl-tppack-and-mkl-tpunpack/m-p/1109143#M24267</link>
      <description>&lt;P&gt;The documentation reads the following names for these routines (C interface): &lt;STRONG&gt;&lt;EM&gt;&lt;SPAN class="kwd"&gt;LAPACKE_mkl_?tppack&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN class="delim"&gt; &lt;/SPAN&gt;and &lt;STRONG&gt;&lt;EM&gt;&lt;SPAN class="kwd"&gt;LAPACKE_mkl_?tpunpack&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN class="delim"&gt;. However, these names are not defined in &lt;/SPAN&gt;the &lt;EM&gt;mkl_lapacke.h&lt;/EM&gt; header file. Instead, &lt;EM&gt;&lt;STRONG&gt;&lt;SPAN class="kwd"&gt;LAPACKE_?tppack&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;SPAN class="delim"&gt; &lt;/SPAN&gt;and &lt;EM&gt;&lt;STRONG&gt;&lt;SPAN class="kwd"&gt;LAPACKE_?tpunpack&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/EM&gt; (with no &lt;EM&gt;mkl&lt;/EM&gt;) are defined. If I use these names I get an "unresolved external" error on linking. Manual modification of the aforementioned header file solves the problem. I suggest this header file be fixed accordingly.&lt;/P&gt;</description>
      <pubDate>Sun, 26 Jun 2016 08:14:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Routines-mkl-tppack-and-mkl-tpunpack/m-p/1109143#M24267</guid>
      <dc:creator>Eugene_S_1</dc:creator>
      <dc:date>2016-06-26T08:14:53Z</dc:date>
    </item>
    <item>
      <title>thanks Eugene, we will fix</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Routines-mkl-tppack-and-mkl-tpunpack/m-p/1109144#M24268</link>
      <description>&lt;P&gt;thanks Eugene, we will fix that asap.The workaround you suggested, is also correct.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 26 Jun 2016 19:37:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Routines-mkl-tppack-and-mkl-tpunpack/m-p/1109144#M24268</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2016-06-26T19:37:01Z</dc:date>
    </item>
    <item>
      <title>Eugene, the latest 11.3.3</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Routines-mkl-tppack-and-mkl-tpunpack/m-p/1109145#M24269</link>
      <description>&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;Eugene, the latest 11.3.3 contains the fix of the problem. Here is the&amp;nbsp;mkl_lapacke.h &amp;nbsp;from 11.3.3 :&amp;nbsp;&lt;/P&gt;

&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;LAPACK_DECL&lt;BR /&gt;
	lapack_int LAPACKE_mkl_stppack( int matrix_layout, char uplo, char trans, lapack_int n,&amp;nbsp;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; float* ap, lapack_int i, lapack_int j, lapack_int rows,&amp;nbsp;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; lapack_int cols, const float* a, lapack_int lda );&lt;/P&gt;

&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;lapack_int LAPACKE_mkl_stpunpack( int matrix_layout, char uplo, char trans, lapack_int n,&amp;nbsp;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; const float* ap, lapack_int i, lapack_int j, lapack_int rows,&amp;nbsp;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; lapack_int cols, float* a, lapack_int lda );&lt;/P&gt;

&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;and etc ......&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jul 2016 03:42:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Routines-mkl-tppack-and-mkl-tpunpack/m-p/1109145#M24269</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2016-07-14T03:42:52Z</dc:date>
    </item>
  </channel>
</rss>

