<?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 Is there a MKL function for this 3rd interpolation? in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Is-there-a-MKL-function-for-this-3rd-interpolation/m-p/802551#M3173</link>
    <description>I have a simple function which does a 3rd interpolation.&lt;BR /&gt;My question is whether there is a MKL function for this.&lt;BR /&gt;&lt;P&gt;for (int iy=-2; iy&amp;lt;=3; iy++) {&lt;/P&gt;&lt;P&gt;y_coeff = interp_coef_y[iy+2];&lt;/P&gt;&lt;P&gt;x_interp_value = coefx0*pf[index_signal_start + 0] +&lt;/P&gt;&lt;P&gt;coefx1*pf[index_signal_start+1] +&lt;/P&gt;&lt;P&gt;coefx2*pf[index_signal_start+2] +&lt;/P&gt;&lt;P&gt;coefx3*pf[index_signal_start+3] +&lt;/P&gt;&lt;P&gt;coefx4*pf[index_signal_start+4] +&lt;/P&gt;&lt;P&gt;coefx5*pf[index_signal_start+5];&lt;/P&gt;&lt;P&gt;signal_value3 += y_coeff*x_interp_value;&lt;/P&gt;&lt;P&gt;index_signal_start += nx;&lt;/P&gt;&lt;P&gt;}&lt;BR /&gt;&lt;BR /&gt;I have tried to convert this to using SSE, but I didn't see much performance improvement. Maybe I didn't use SSE right.&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Fri, 11 Feb 2011 17:28:57 GMT</pubDate>
    <dc:creator>missing__zlw</dc:creator>
    <dc:date>2011-02-11T17:28:57Z</dc:date>
    <item>
      <title>Is there a MKL function for this 3rd interpolation?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Is-there-a-MKL-function-for-this-3rd-interpolation/m-p/802551#M3173</link>
      <description>I have a simple function which does a 3rd interpolation.&lt;BR /&gt;My question is whether there is a MKL function for this.&lt;BR /&gt;&lt;P&gt;for (int iy=-2; iy&amp;lt;=3; iy++) {&lt;/P&gt;&lt;P&gt;y_coeff = interp_coef_y[iy+2];&lt;/P&gt;&lt;P&gt;x_interp_value = coefx0*pf[index_signal_start + 0] +&lt;/P&gt;&lt;P&gt;coefx1*pf[index_signal_start+1] +&lt;/P&gt;&lt;P&gt;coefx2*pf[index_signal_start+2] +&lt;/P&gt;&lt;P&gt;coefx3*pf[index_signal_start+3] +&lt;/P&gt;&lt;P&gt;coefx4*pf[index_signal_start+4] +&lt;/P&gt;&lt;P&gt;coefx5*pf[index_signal_start+5];&lt;/P&gt;&lt;P&gt;signal_value3 += y_coeff*x_interp_value;&lt;/P&gt;&lt;P&gt;index_signal_start += nx;&lt;/P&gt;&lt;P&gt;}&lt;BR /&gt;&lt;BR /&gt;I have tried to convert this to using SSE, but I didn't see much performance improvement. Maybe I didn't use SSE right.&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Feb 2011 17:28:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Is-there-a-MKL-function-for-this-3rd-interpolation/m-p/802551#M3173</guid>
      <dc:creator>missing__zlw</dc:creator>
      <dc:date>2011-02-11T17:28:57Z</dc:date>
    </item>
    <item>
      <title>Is there a MKL function for this 3rd interpolation?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Is-there-a-MKL-function-for-this-3rd-interpolation/m-p/802552#M3174</link>
      <description>thisfunctionalityis not present in currentversions but we are working on that and may be such functionality will available into the next version of MKL.&lt;DIV&gt;--Gennady&lt;/DIV&gt;</description>
      <pubDate>Fri, 11 Feb 2011 17:47:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Is-there-a-MKL-function-for-this-3rd-interpolation/m-p/802552#M3174</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2011-02-11T17:47:28Z</dc:date>
    </item>
  </channel>
</rss>

