<?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 Paul, in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/VSL-for-Convolution/m-p/1099842#M23804</link>
    <description>&lt;P&gt;Hi Paul,&lt;/P&gt;

&lt;P&gt;There's no entry point (main function) of this sample, you could not build it directly. If you would like to learn how to use this function and test, please find MKL samples' source code in your MKL installation path. &lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;And the main function which is used to initialize data and call scond sub routine and&amp;nbsp;is saved in:&lt;/SPAN&gt;&lt;BR /&gt;
	&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;%MKLROOT%\examples_core_c&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;\vslc\essl\sample_scond.c&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;And the code for MKL scond function is saved in:&lt;BR /&gt;
	&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;%MKLROOT%\examples_core_c&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;\vslc\essl\vsl_wrappers\&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;sample_scond.c&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Please following this example to test, Thank you.&lt;/P&gt;

&lt;P&gt;Best regards,&lt;BR /&gt;
	Fiona&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 22 Aug 2016 01:00:30 GMT</pubDate>
    <dc:creator>Zhen_Z_Intel</dc:creator>
    <dc:date>2016-08-22T01:00:30Z</dc:date>
    <item>
      <title>VSL for Convolution</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/VSL-for-Convolution/m-p/1099841#M23803</link>
      <description>&lt;P&gt;I'm getting started with using MKL VSL for convolutions. For learning, I first I want to conduct a 1D convolution. I'm confused with the usage example given here: &lt;A href="https://software.intel.com/en-us/node/521925"&gt;https://software.intel.com/en-us/node/521925&lt;/A&gt;&amp;nbsp;because it seems the naming and terminology is different than on the other description links.&lt;/P&gt;

&lt;P&gt;In the other reference material there is mention of xstride, ystride etc. Where are those in this example? Where do you set the parameter dim? What would be an example of the set up and call for convolution of, say x and y:&lt;/P&gt;

&lt;P style="margin: 0in 0in 0pt;"&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;x[0]=1&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin: 0in 0in 0pt;"&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;x[1]=2&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin: 0in 0in 0pt;"&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;x[2]=3&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin: 0in 0in 0pt;"&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;x[3]=4&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin: 0in 0in 0pt;"&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;x[4]=5&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin: 0in 0in 0pt;"&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;y[0]=1&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin: 0in 0in 0pt;"&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;y[1]=2&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin: 0in 0in 0pt;"&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;y[2]=3&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin: 0in 0in 0pt;"&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;y[3]=4&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin: 0in 0in 0pt;"&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;y[4]=5&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin: 0in 0in 0pt;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin: 0in 0in 0pt;"&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;Thanks!&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin: 0in 0in 0pt;"&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;Paul Safier&lt;/FONT&gt;&lt;/P&gt;

&lt;P style="margin: 0in 0in 0pt;"&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;&lt;A href="mailto:paul.a.safier@intel.com"&gt;paul.a.safier@intel.com&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Aug 2016 19:05:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/VSL-for-Convolution/m-p/1099841#M23803</guid>
      <dc:creator>Paul_S_Intel2</dc:creator>
      <dc:date>2016-08-16T19:05:25Z</dc:date>
    </item>
    <item>
      <title>Hi Paul,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/VSL-for-Convolution/m-p/1099842#M23804</link>
      <description>&lt;P&gt;Hi Paul,&lt;/P&gt;

&lt;P&gt;There's no entry point (main function) of this sample, you could not build it directly. If you would like to learn how to use this function and test, please find MKL samples' source code in your MKL installation path. &lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;And the main function which is used to initialize data and call scond sub routine and&amp;nbsp;is saved in:&lt;/SPAN&gt;&lt;BR /&gt;
	&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;%MKLROOT%\examples_core_c&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;\vslc\essl\sample_scond.c&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;And the code for MKL scond function is saved in:&lt;BR /&gt;
	&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;%MKLROOT%\examples_core_c&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;\vslc\essl\vsl_wrappers\&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;sample_scond.c&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Please following this example to test, Thank you.&lt;/P&gt;

&lt;P&gt;Best regards,&lt;BR /&gt;
	Fiona&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Aug 2016 01:00:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/VSL-for-Convolution/m-p/1099842#M23804</guid>
      <dc:creator>Zhen_Z_Intel</dc:creator>
      <dc:date>2016-08-22T01:00:30Z</dc:date>
    </item>
    <item>
      <title>Thanks Fiona!</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/VSL-for-Convolution/m-p/1099843#M23805</link>
      <description>&lt;P&gt;Thanks Fiona!&lt;/P&gt;</description>
      <pubDate>Mon, 22 Aug 2016 21:56:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/VSL-for-Convolution/m-p/1099843#M23805</guid>
      <dc:creator>Paul_S_Intel2</dc:creator>
      <dc:date>2016-08-22T21:56:25Z</dc:date>
    </item>
  </channel>
</rss>

