<?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 This documentation error in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Documentation-typo-for-mkl-omatcopy/m-p/1158907#M27785</link>
    <description>&lt;P&gt;This documentation error wasted a lot of my time today.&amp;nbsp; It would really help to have this fixed.&amp;nbsp;&lt;/P&gt;&lt;P&gt;My understanding from reading the OpenBlas implementation at&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A href="https://github.com/xianyi/OpenBLAS/blob/develop/kernel/arm/omatcopy_ct.c" target="_blank"&gt;https://github.com/xianyi/OpenBLAS/blob/develop/kernel/arm/omatcopy_ct.c&lt;/A&gt;&lt;/P&gt;&lt;P&gt;indicates that (at least for column-major ordering), ROWS and COLS should reference the A matrix size and not the B matrix size.&lt;/P&gt;&lt;P&gt;Could someone please confirm this?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 25 Jan 2019 19:57:01 GMT</pubDate>
    <dc:creator>John_Young</dc:creator>
    <dc:date>2019-01-25T19:57:01Z</dc:date>
    <item>
      <title>Documentation typo for mkl_?omatcopy</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Documentation-typo-for-mkl-omatcopy/m-p/1158906#M27784</link>
      <description>&lt;P&gt;I'm reporting documentation inaccuracy for mkl_?omatcopy&lt;/P&gt;

&lt;P&gt;&lt;A href="https://software.intel.com/en-us/mkl-developer-reference-c-mkl-omatcopy" target="_blank"&gt;https://software.intel.com/en-us/mkl-developer-reference-c-mkl-omatcopy&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Definitions of `rows` and `cols` seem to be incorrect (at least for column-major calls)&lt;/P&gt;

&lt;P&gt;`rows` and `cols` are documented to be the size of "matrix &lt;VAR&gt;B&lt;/VAR&gt; (the destination matrix)" but they should be for the matrix A (the source matrix).&lt;/P&gt;

&lt;P&gt;`lda` is correctly specified as the rows of A (for column major)&lt;/P&gt;

&lt;P&gt;`ldb` is said to "must be at least equal to &lt;SPAN class="parmname"&gt;cols" for ordering = 'C' and trans = 'T'" which is only correct if `rows` and `cols` are defined for A.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN class="parmname"&gt;I'm only speaking from my debugging experience for the case (ordering = 'C', trans = 'T'") so please validate this is true for all possible combinations.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN class="parmname"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN class="parmname"&gt;Kesh Ikuma&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Mar 2018 16:29:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Documentation-typo-for-mkl-omatcopy/m-p/1158906#M27784</guid>
      <dc:creator>Ikuma__Takeshi</dc:creator>
      <dc:date>2018-03-23T16:29:23Z</dc:date>
    </item>
    <item>
      <title>This documentation error</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Documentation-typo-for-mkl-omatcopy/m-p/1158907#M27785</link>
      <description>&lt;P&gt;This documentation error wasted a lot of my time today.&amp;nbsp; It would really help to have this fixed.&amp;nbsp;&lt;/P&gt;&lt;P&gt;My understanding from reading the OpenBlas implementation at&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A href="https://github.com/xianyi/OpenBLAS/blob/develop/kernel/arm/omatcopy_ct.c" target="_blank"&gt;https://github.com/xianyi/OpenBLAS/blob/develop/kernel/arm/omatcopy_ct.c&lt;/A&gt;&lt;/P&gt;&lt;P&gt;indicates that (at least for column-major ordering), ROWS and COLS should reference the A matrix size and not the B matrix size.&lt;/P&gt;&lt;P&gt;Could someone please confirm this?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jan 2019 19:57:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Documentation-typo-for-mkl-omatcopy/m-p/1158907#M27785</guid>
      <dc:creator>John_Young</dc:creator>
      <dc:date>2019-01-25T19:57:01Z</dc:date>
    </item>
    <item>
      <title>There is a similar error in</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Documentation-typo-for-mkl-omatcopy/m-p/1158908#M27786</link>
      <description>&lt;P&gt;There is a similar error for mkl_sparse_?_create_csc. The documentation is correct online:&lt;BR /&gt;&lt;A href="https://software.intel.com/en-us/mkl-developer-reference-c-mkl-sparse-create-csc" target="_blank"&gt;https://software.intel.com/en-us/mkl-developer-reference-c-mkl-sparse-create-csc&lt;/A&gt;&lt;/P&gt;&lt;P&gt;sparse_status_t mkl_sparse_s_create_csc&amp;nbsp;(sparse_matrix_t&amp;nbsp;*A,&amp;nbsp;sparse_index_base_tindexing,&amp;nbsp;MKL_INT&amp;nbsp;rows,&amp;nbsp;MKL_INT&amp;nbsp;cols,&amp;nbsp;&lt;STRONG&gt;MKL_INT&amp;nbsp;*cols_start,&amp;nbsp;MKL_INT&amp;nbsp;*cols_end,&amp;nbsp;MKL_INT*row_indx&lt;/STRONG&gt;,&amp;nbsp;float&amp;nbsp;*values);&lt;/P&gt;&lt;P&gt;The same function per&amp;nbsp;mkl_spblas.h (2019)&lt;/P&gt;&lt;P&gt;sparse_status_t mkl_sparse_s_create_csc( sparse_matrix_t &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;*A,&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; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;sparse_index_base_t &amp;nbsp; &amp;nbsp;indexing, /* indexing: C-style or Fortran-style */&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; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;MKL_INT &amp;nbsp; &amp;nbsp;rows,&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; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;MKL_INT &amp;nbsp; &amp;nbsp;cols,&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; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;STRONG&gt;MKL_INT &amp;nbsp; &amp;nbsp;*rows_start,&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; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;MKL_INT &amp;nbsp; &amp;nbsp;*rows_end,&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; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;MKL_INT &amp;nbsp; &amp;nbsp;*col_indx,&lt;/STRONG&gt;&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; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;float &amp;nbsp; &amp;nbsp; &amp;nbsp;*values );&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Not a big deal, but it was confusing for a while. It would be worthwhile to check if there are similar errors whenever the CSC format is used.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Feb 2019 21:10:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Documentation-typo-for-mkl-omatcopy/m-p/1158908#M27786</guid>
      <dc:creator>charles_s_4</dc:creator>
      <dc:date>2019-02-04T21:10:30Z</dc:date>
    </item>
  </channel>
</rss>

