<?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 ipp 7.0 crash on Intel(R) Core(TM) i3-2100 CPU in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/ipp-7-0-crash-on-Intel-R-Core-TM-i3-2100-CPU/m-p/821076#M4752</link>
    <description>&lt;P&gt;Hi songzhe, &lt;/P&gt;&lt;P&gt;Thanks for your report. We are checking this problem now. Does it only happen with ippsZero_8u function, or you find the problem when you call other IPP function? &lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Chao&lt;/P&gt;</description>
    <pubDate>Wed, 18 May 2011 04:42:56 GMT</pubDate>
    <dc:creator>Chao_Y_Intel</dc:creator>
    <dc:date>2011-05-18T04:42:56Z</dc:date>
    <item>
      <title>ipp 7.0 crash on Intel(R) Core(TM) i3-2100 CPU</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ipp-7-0-crash-on-Intel-R-Core-TM-i3-2100-CPU/m-p/821073#M4749</link>
      <description>ipp version: 7.0.4&lt;BR /&gt;&lt;BR /&gt;code:&lt;BR /&gt;#include &lt;STDIO.H&gt;&lt;BR /&gt;#include &lt;IPPS.H&gt;&lt;BR /&gt;&lt;BR /&gt;int main()&lt;BR /&gt;{&lt;BR /&gt; IppCpuType cpuType = ippGetCpuType();&lt;BR /&gt; if(ippInitCpu(cpuType) != ippStsNoErr)&lt;BR /&gt; printf("ippInitCpu(%d) failed", cpuType);&lt;BR /&gt; else&lt;BR /&gt; printf("ippInitCpu(%d) successed", cpuType);&lt;BR /&gt;&lt;BR /&gt; char buffer[1024];&lt;BR /&gt; ippsZero_8u(buffer, sizeof(buffer));&lt;BR /&gt; return 0;&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;os: CentOS release 5.5 (Final)&lt;BR /&gt;CPU type: Intel Core i3-2100 CPU @ 3.10GHz&lt;BR /&gt;compile command line: gcc -o t main.c -I$IPPROOT/include -L$IPPROOT/lib/intel64 -lipps_l -lippcore_l&lt;BR /&gt;gcc version:         4.1.2 20080704 (Red Hat 4.1.2-48)&lt;BR /&gt;&lt;BR /&gt;run result: Illegal instruction (core dumped)&lt;BR /&gt;&lt;BR /&gt;gdb where:&lt;BR /&gt;&lt;BR /&gt;(gdb) where&lt;BR /&gt;#0 0x0000000000400d96 in e9_ownsZero_8u_E9 ()&lt;BR /&gt;#1 0x0000000000400627 in e9_ippsZero_8u ()&lt;BR /&gt;#2 0x00000000004005e8 in main ()&lt;BR /&gt;&lt;BR /&gt;Does ipp 7.0.4 sitll has bug on this CPU(Intel Core i3-2100 CPU @ 3.10GHz)?&lt;BR /&gt;&lt;BR /&gt;&lt;/IPPS.H&gt;&lt;/STDIO.H&gt;</description>
      <pubDate>Tue, 17 May 2011 09:11:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ipp-7-0-crash-on-Intel-R-Core-TM-i3-2100-CPU/m-p/821073#M4749</guid>
      <dc:creator>songzhe</dc:creator>
      <dc:date>2011-05-17T09:11:47Z</dc:date>
    </item>
    <item>
      <title>ipp 7.0 crash on Intel(R) Core(TM) i3-2100 CPU</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ipp-7-0-crash-on-Intel-R-Core-TM-i3-2100-CPU/m-p/821074#M4750</link>
      <description>core dump occurs on both 7.0.3 and 7.0.4</description>
      <pubDate>Tue, 17 May 2011 09:38:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ipp-7-0-crash-on-Intel-R-Core-TM-i3-2100-CPU/m-p/821074#M4750</guid>
      <dc:creator>songzhe</dc:creator>
      <dc:date>2011-05-17T09:38:11Z</dc:date>
    </item>
    <item>
      <title>ipp 7.0 crash on Intel(R) Core(TM) i3-2100 CPU</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ipp-7-0-crash-on-Intel-R-Core-TM-i3-2100-CPU/m-p/821075#M4751</link>
      <description>it's ok in dynamic link mode, but static link mode will core dump</description>
      <pubDate>Tue, 17 May 2011 09:57:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ipp-7-0-crash-on-Intel-R-Core-TM-i3-2100-CPU/m-p/821075#M4751</guid>
      <dc:creator>songzhe</dc:creator>
      <dc:date>2011-05-17T09:57:13Z</dc:date>
    </item>
    <item>
      <title>ipp 7.0 crash on Intel(R) Core(TM) i3-2100 CPU</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ipp-7-0-crash-on-Intel-R-Core-TM-i3-2100-CPU/m-p/821076#M4752</link>
      <description>&lt;P&gt;Hi songzhe, &lt;/P&gt;&lt;P&gt;Thanks for your report. We are checking this problem now. Does it only happen with ippsZero_8u function, or you find the problem when you call other IPP function? &lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Chao&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2011 04:42:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ipp-7-0-crash-on-Intel-R-Core-TM-i3-2100-CPU/m-p/821076#M4752</guid>
      <dc:creator>Chao_Y_Intel</dc:creator>
      <dc:date>2011-05-18T04:42:56Z</dc:date>
    </item>
    <item>
      <title>ipp 7.0 crash on Intel(R) Core(TM) i3-2100 CPU</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ipp-7-0-crash-on-Intel-R-Core-TM-i3-2100-CPU/m-p/821077#M4753</link>
      <description>Hi Chao:&lt;BR /&gt;&lt;BR /&gt;I think it happans on all functions;My application crashed on this CPU in static link mode, so I just choose a simple funtion ( ippsZero_8u ) to ensure weather it's my bug.</description>
      <pubDate>Wed, 18 May 2011 08:04:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ipp-7-0-crash-on-Intel-R-Core-TM-i3-2100-CPU/m-p/821077#M4753</guid>
      <dc:creator>songzhe</dc:creator>
      <dc:date>2011-05-18T08:04:28Z</dc:date>
    </item>
    <item>
      <title>ipp 7.0 crash on Intel(R) Core(TM) i3-2100 CPU</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ipp-7-0-crash-on-Intel-R-Core-TM-i3-2100-CPU/m-p/821078#M4754</link>
      <description>&lt;P&gt;&lt;BR /&gt;Hi, &lt;BR /&gt;&lt;BR /&gt;The AVX instruction needs explicit operating system support: &lt;A href="http://en.wikipedia.org/wiki/Advanced_Vector_Extensions"&gt;http://en.wikipedia.org/wiki/Advanced_Vector_Extensions&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Could you please check this version Linux distribution support the AVX instructions? &lt;BR /&gt;Also, Could you please remove the following code, this will force IPP run AVX instruction. &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;IppCpuType cpuType = ippGetCpuType();&lt;BR /&gt;if(ippInitCpu(cpuType) != ippStsNoErr)&lt;BR /&gt; printf("ippInitCpu(%d) failed", cpuType);&lt;BR /&gt;else&lt;BR /&gt;printf("ippInitCpu(%d) successed", cpuType);&lt;/P&gt;&lt;P&gt;Instead, you can use ippInit() function to let IPP select the dispatching code. &lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Chao&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2011 08:37:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ipp-7-0-crash-on-Intel-R-Core-TM-i3-2100-CPU/m-p/821078#M4754</guid>
      <dc:creator>Chao_Y_Intel</dc:creator>
      <dc:date>2011-05-18T08:37:28Z</dc:date>
    </item>
  </channel>
</rss>

