<?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 Hi Aaron,  in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-ddiamv-example/m-p/1044647#M20909</link>
    <description>&lt;P&gt;Hi Aaron,&amp;nbsp;&lt;/P&gt;

&lt;P&gt;There is mkl_sdia.c sample under mkl example directory. &amp;nbsp;you may refer to it first and let us know if any problem.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Best Regards,&lt;BR /&gt;
	Ying&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 19 Jun 2015 07:57:15 GMT</pubDate>
    <dc:creator>Ying_H_Intel</dc:creator>
    <dc:date>2015-06-19T07:57:15Z</dc:date>
    <item>
      <title>mkl_ddiamv example</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-ddiamv-example/m-p/1044646#M20908</link>
      <description>&lt;P&gt;I have some problems with using mkl_ddiamv (language C). Can anybody show me a code example of using mkl_ddiamv with initialization of all the input formal parametres? It is desirable to use the number of diagonals more than one. For example, 3-diagonals with offset=[-1 0 1] and size 5 by 5 with all elements are ones.Multiplicated vectors are ones too. In different sources the matrix in special diag format is treated as two-dimensional array or one-dimensional array with row-by-row storage.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jun 2015 19:43:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-ddiamv-example/m-p/1044646#M20908</guid>
      <dc:creator>Aaron_B_1</dc:creator>
      <dc:date>2015-06-18T19:43:38Z</dc:date>
    </item>
    <item>
      <title>Hi Aaron, </title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-ddiamv-example/m-p/1044647#M20909</link>
      <description>&lt;P&gt;Hi Aaron,&amp;nbsp;&lt;/P&gt;

&lt;P&gt;There is mkl_sdia.c sample under mkl example directory. &amp;nbsp;you may refer to it first and let us know if any problem.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Best Regards,&lt;BR /&gt;
	Ying&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jun 2015 07:57:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-ddiamv-example/m-p/1044647#M20909</guid>
      <dc:creator>Ying_H_Intel</dc:creator>
      <dc:date>2015-06-19T07:57:15Z</dc:date>
    </item>
    <item>
      <title>Quote:Ying H (Intel) wrote:</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-ddiamv-example/m-p/1044648#M20910</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Ying H (Intel) wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;Hi Aaron,&amp;nbsp;&lt;/P&gt;

&lt;P&gt;There is mkl_sdia.c sample under mkl example directory. &amp;nbsp;you may refer to it first and let us know if any problem.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Best Regards,&lt;BR /&gt;
	Ying&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;Thank you very much! I handle with my problem using your code example. Thank you!&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jun 2015 20:21:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-ddiamv-example/m-p/1044648#M20910</guid>
      <dc:creator>Aaron_B_1</dc:creator>
      <dc:date>2015-06-19T20:21:24Z</dc:date>
    </item>
    <item>
      <title>I have one more strange</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-ddiamv-example/m-p/1044649#M20911</link>
      <description>&lt;P&gt;I have one more strange question.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;In my project's properties I set "Use Intel MKL" to "Parallel". The majority of time of my programm is matrix-vector multiplication, which is performed by mkl_ddiamv. In my task manager I always see, that only one thread is busy by my programm process. I use Intel C++ Compiler 14.0. I try to take many different sizes of multiplicated arrays. There is no difference. I unsuccessfully tried to find some info about the reason of one-thread calculation.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Is it normal behavior of this function or I do something wrong? Should I change some of my project's properties or include something to launch my app multy-threated?&lt;/P&gt;</description>
      <pubDate>Sun, 21 Jun 2015 14:35:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-ddiamv-example/m-p/1044649#M20911</guid>
      <dc:creator>Aaron_B_1</dc:creator>
      <dc:date>2015-06-21T14:35:20Z</dc:date>
    </item>
    <item>
      <title>Hi Aaron, </title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-ddiamv-example/m-p/1044650#M20912</link>
      <description>&lt;P&gt;Hi Aaron,&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Level 2 for DIA format is not threaded till current versions of MKL. You may try csr format if needed. &amp;nbsp;I will update the thread function list in&amp;nbsp;https://software.intel.com/en-us/articles/intel-mkl-threaded-functions/&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Thank&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Ying&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jun 2015 01:22:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-ddiamv-example/m-p/1044650#M20912</guid>
      <dc:creator>Ying_H_Intel</dc:creator>
      <dc:date>2015-06-24T01:22:24Z</dc:date>
    </item>
  </channel>
</rss>

