<?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 Hello Nikolai. in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Bug-ippiFilterSeparable-32f-C1R-L-writes-outside-the-dst-buffer/m-p/1134909#M25896</link>
    <description>&lt;P&gt;Hello Nikolai.&lt;/P&gt;

&lt;P&gt;I confirm your issue. It is one of latest new features of IPP. As workaround allocate please 1 additional line in destination image. We'll fix this issue in next release of IPP.&lt;/P&gt;

&lt;P&gt;Thank you very much for information.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 28 Sep 2018 16:16:16 GMT</pubDate>
    <dc:creator>Andrey_B_Intel</dc:creator>
    <dc:date>2018-09-28T16:16:16Z</dc:date>
    <item>
      <title>Bug: ippiFilterSeparable_32f_C1R_L writes outside the dst buffer</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Bug-ippiFilterSeparable-32f-C1R-L-writes-outside-the-dst-buffer/m-p/1134907#M25894</link>
      <description>&lt;P&gt;Dear Intel,&lt;/P&gt;

&lt;P&gt;I have tried using ippiFilterSeparable_32f_C1R_L but encountered the following problem:&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&amp;nbsp; - the function writes one row after the end of the available size in the destination buffer. I verified this by creating a bigger destination buffer with predetermined value. After the function I checked which pixels outside the allowed roi have been changed.&lt;/P&gt;

&lt;P&gt;Here is my use case:&lt;/P&gt;

&lt;P&gt;&amp;nbsp; - IPP Version 2018.2 64 bits on Windows 10 Pro x64&lt;/P&gt;

&lt;P&gt;&amp;nbsp; - CPU Intel i7 3770&lt;/P&gt;

&lt;P&gt;&amp;nbsp; - dataType = ipp32f, kernelDataType = ipp32f, numChannels&amp;nbsp; = 1, roiSize = { 192,&amp;nbsp; 192 }, kernelSize = { 7, 7 }, srcStep 768&lt;/P&gt;

&lt;P&gt;Is this forum the correct place to submit such issues?&lt;/P&gt;

&lt;P&gt;Regards Nikolai&lt;/P&gt;</description>
      <pubDate>Wed, 26 Sep 2018 08:45:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Bug-ippiFilterSeparable-32f-C1R-L-writes-outside-the-dst-buffer/m-p/1134907#M25894</guid>
      <dc:creator>Nikolai_T_</dc:creator>
      <dc:date>2018-09-26T08:45:18Z</dc:date>
    </item>
    <item>
      <title>Hi Nikolai,</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Bug-ippiFilterSeparable-32f-C1R-L-writes-outside-the-dst-buffer/m-p/1134908#M25895</link>
      <description>&lt;P&gt;Hi Nikolai,&lt;/P&gt;

&lt;P&gt;thank you, we will investigate the issue.&lt;/P&gt;

&lt;P&gt;Pavel&lt;/P&gt;</description>
      <pubDate>Wed, 26 Sep 2018 09:56:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Bug-ippiFilterSeparable-32f-C1R-L-writes-outside-the-dst-buffer/m-p/1134908#M25895</guid>
      <dc:creator>Pavel_B_Intel1</dc:creator>
      <dc:date>2018-09-26T09:56:27Z</dc:date>
    </item>
    <item>
      <title>Hello Nikolai.</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Bug-ippiFilterSeparable-32f-C1R-L-writes-outside-the-dst-buffer/m-p/1134909#M25896</link>
      <description>&lt;P&gt;Hello Nikolai.&lt;/P&gt;

&lt;P&gt;I confirm your issue. It is one of latest new features of IPP. As workaround allocate please 1 additional line in destination image. We'll fix this issue in next release of IPP.&lt;/P&gt;

&lt;P&gt;Thank you very much for information.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Sep 2018 16:16:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Bug-ippiFilterSeparable-32f-C1R-L-writes-outside-the-dst-buffer/m-p/1134909#M25896</guid>
      <dc:creator>Andrey_B_Intel</dc:creator>
      <dc:date>2018-09-28T16:16:16Z</dc:date>
    </item>
    <item>
      <title>Isn't that a memory alignment</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Bug-ippiFilterSeparable-32f-C1R-L-writes-outside-the-dst-buffer/m-p/1134910#M25897</link>
      <description>&lt;P&gt;Isn't that a memory alignment issue?&lt;/P&gt;&lt;P&gt;Does the problem persist if you allocate the destination buffer with ippsMalloc_32f_L?&lt;/P&gt;&lt;P&gt;Something like:&lt;/P&gt;&lt;P&gt;Ipp32f* Dest = ippsMalloc_32f_L(height*width*sizeof(Ipp32f));&lt;/P&gt;</description>
      <pubDate>Tue, 20 Nov 2018 15:43:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Bug-ippiFilterSeparable-32f-C1R-L-writes-outside-the-dst-buffer/m-p/1134910#M25897</guid>
      <dc:creator>pbnf</dc:creator>
      <dc:date>2018-11-20T15:43:25Z</dc:date>
    </item>
  </channel>
</rss>

