<?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 I should add that this only in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Access-violation-calling-ippsExp-64fc-A53-in-IPP-2018-0-124/m-p/1147374#M26252</link>
    <description>&lt;P&gt;I should add that this only occurs when I enable gflags to catch memory issues:&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;gflags /p /enable app.exe /full&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 26 Oct 2017 16:21:00 GMT</pubDate>
    <dc:creator>Keith_W_</dc:creator>
    <dc:date>2017-10-26T16:21:00Z</dc:date>
    <item>
      <title>Access violation calling ippsExp_64fc_A53 in IPP 2018.0.124</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Access-violation-calling-ippsExp-64fc-A53-in-IPP-2018-0-124/m-p/1147373#M26251</link>
      <description>&lt;P&gt;I am getting an access violation when calling&amp;nbsp;ippsExp_64fc_A53 in IPP 2018.0.124&lt;/P&gt;

&lt;P&gt;Code to reproduce:&lt;/P&gt;

&lt;DIV&gt;
	&lt;PRE class="brush:cpp;"&gt;Ipp64fc* b1{ ippsMalloc_64fc(1025) };
Ipp64fc* b2{ ippsMalloc_64fc(1025) };

for (int i = 0; i &amp;lt; 1025; i++)
{
	b1&lt;I&gt;.re = 1;
	b1&lt;I&gt;.im = 0;
}

ippsExp_64fc_A53(b1, b2, 1025);

ippsFree(b1);
ippsFree(b2);&lt;/I&gt;&lt;/I&gt;&lt;/PRE&gt;

	&lt;P&gt;My machine specs:&lt;/P&gt;

	&lt;P&gt;OS: Windows 10 Professional&lt;BR /&gt;
		&lt;SPAN style="font-size: 1em;"&gt;IPP version:&amp;nbsp;&lt;/SPAN&gt;2018.0.124&lt;BR /&gt;
		Processor: Intel Core i7-4790&lt;BR /&gt;
		Memory: 32 GB RAM&lt;BR /&gt;
		IDE: Visual Studio 2017 (debug build 64-bits)&lt;/P&gt;

	&lt;P&gt;The fix is to use&amp;nbsp;&lt;SPAN style="font-size: 13.008px;"&gt;ippsExp_64fc_A50 which works.&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 26 Oct 2017 13:44:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Access-violation-calling-ippsExp-64fc-A53-in-IPP-2018-0-124/m-p/1147373#M26251</guid>
      <dc:creator>Keith_W_</dc:creator>
      <dc:date>2017-10-26T13:44:15Z</dc:date>
    </item>
    <item>
      <title>I should add that this only</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Access-violation-calling-ippsExp-64fc-A53-in-IPP-2018-0-124/m-p/1147374#M26252</link>
      <description>&lt;P&gt;I should add that this only occurs when I enable gflags to catch memory issues:&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;gflags /p /enable app.exe /full&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2017 16:21:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Access-violation-calling-ippsExp-64fc-A53-in-IPP-2018-0-124/m-p/1147374#M26252</guid>
      <dc:creator>Keith_W_</dc:creator>
      <dc:date>2017-10-26T16:21:00Z</dc:date>
    </item>
    <item>
      <title>Hi Keith,</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Access-violation-calling-ippsExp-64fc-A53-in-IPP-2018-0-124/m-p/1147375#M26253</link>
      <description>&lt;P&gt;Hi Keith,&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;Can you provide a screenshot of the access violation message and some information about how gflags detects the memory issues and how it affects the working process?&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;thank you&lt;/P&gt;</description>
      <pubDate>Mon, 13 Nov 2017 08:27:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Access-violation-calling-ippsExp-64fc-A53-in-IPP-2018-0-124/m-p/1147375#M26253</guid>
      <dc:creator>Jonghak_K_Intel</dc:creator>
      <dc:date>2017-11-13T08:27:38Z</dc:date>
    </item>
    <item>
      <title>You can learn more about</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Access-violation-calling-ippsExp-64fc-A53-in-IPP-2018-0-124/m-p/1147376#M26254</link>
      <description>&lt;P&gt;You can learn more about gflags here (it is part of the Microsoft Windows SDK for detecting memory leaks and buffer overruns):&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;&lt;A href="https://docs.microsoft.com/en-us/windows-hardware/drivers/debugger/gflags" target="_blank"&gt;https://docs.microsoft.com/en-us/windows-hardware/drivers/debugger/gflags&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Screen shot of the error:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://imgur.com/a/yKTNB"&gt;https://imgur.com/a/yKTNB&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Replacing&amp;nbsp;&lt;SPAN style="color: rgb(0, 0, 0); font-family: Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: 13.008px; background-color: rgb(248, 248, 248);"&gt;ippsExp_64fc_A53 &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.008px;"&gt;with&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: rgb(0, 0, 0); font-family: Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: 13.008px; background-color: rgb(248, 248, 248);"&gt;ippsExp_64fc_A50 &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.008px;"&gt;resolves the problem&lt;/SPAN&gt;&lt;SPAN style="color: rgb(0, 0, 0); font-family: Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: 13.008px; background-color: rgb(248, 248, 248);"&gt;.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Nov 2017 09:28:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Access-violation-calling-ippsExp-64fc-A53-in-IPP-2018-0-124/m-p/1147376#M26254</guid>
      <dc:creator>Keith_W_</dc:creator>
      <dc:date>2017-11-13T09:28:07Z</dc:date>
    </item>
    <item>
      <title>Thanks for the information.</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Access-violation-calling-ippsExp-64fc-A53-in-IPP-2018-0-124/m-p/1147377#M26255</link>
      <description>&lt;P&gt;Thanks for the information.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;The issue has been escalated to the engineering to root cause.&lt;/P&gt;

&lt;P&gt;We need some time to see what actually happens when gflags gets enabled.&lt;/P&gt;

&lt;P&gt;Will get back to you as soon as possible.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Nov 2017 06:58:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Access-violation-calling-ippsExp-64fc-A53-in-IPP-2018-0-124/m-p/1147377#M26255</guid>
      <dc:creator>Jonghak_K_Intel</dc:creator>
      <dc:date>2017-11-17T06:58:06Z</dc:date>
    </item>
  </channel>
</rss>

