<?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 BUG* LoadLibrary() cannot load a DLL built from IPP G729 on AMD Opteron but works fine on Intel in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/BUG-LoadLibrary-cannot-load-a-DLL-built-from-IPP-G729-on-AMD/m-p/869675#M8768</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I have two machines, one with Intel Xeon 5160 and another one with AMD Opteron 8218.&lt;/P&gt;
&lt;P&gt;I installed my application making use of IPP G729 library on both machines but the results are totally different.&lt;/P&gt;
&lt;P&gt;On Intel processor, my DLL built from IPP G729 library can be loaded properly; however, on AMD processor, the LoadLibrary windows function call just hangs forever when trying to start my application.&lt;/P&gt;
&lt;P&gt;Does anyone know any known limitations for CPU specific or does it have anything to do with compiler options?&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Redduzt&lt;/P&gt;</description>
    <pubDate>Fri, 20 Jun 2008 21:38:34 GMT</pubDate>
    <dc:creator>redduzt</dc:creator>
    <dc:date>2008-06-20T21:38:34Z</dc:date>
    <item>
      <title>BUG* LoadLibrary() cannot load a DLL built from IPP G729 on AMD Opteron but works fine on Intel</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/BUG-LoadLibrary-cannot-load-a-DLL-built-from-IPP-G729-on-AMD/m-p/869675#M8768</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I have two machines, one with Intel Xeon 5160 and another one with AMD Opteron 8218.&lt;/P&gt;
&lt;P&gt;I installed my application making use of IPP G729 library on both machines but the results are totally different.&lt;/P&gt;
&lt;P&gt;On Intel processor, my DLL built from IPP G729 library can be loaded properly; however, on AMD processor, the LoadLibrary windows function call just hangs forever when trying to start my application.&lt;/P&gt;
&lt;P&gt;Does anyone know any known limitations for CPU specific or does it have anything to do with compiler options?&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Redduzt&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jun 2008 21:38:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/BUG-LoadLibrary-cannot-load-a-DLL-built-from-IPP-G729-on-AMD/m-p/869675#M8768</guid>
      <dc:creator>redduzt</dc:creator>
      <dc:date>2008-06-20T21:38:34Z</dc:date>
    </item>
    <item>
      <title>Re: BUG* LoadLibrary() cannot load a DLL built from IPP G729 on</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/BUG-LoadLibrary-cannot-load-a-DLL-built-from-IPP-G729-on-AMD/m-p/869676#M8769</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Do you mean you have problem with IPP speech coding sample when you run it on different systems?&lt;/P&gt;
&lt;P&gt;The only limitation I may imagine is supported instruction set. For example, You will not be able to run SSE3 code on processor which do not support these instructions. In IPP we solve that with dynamic processor feature detection and dispatching processor specific libraries.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;</description>
      <pubDate>Sun, 22 Jun 2008 20:27:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/BUG-LoadLibrary-cannot-load-a-DLL-built-from-IPP-G729-on-AMD/m-p/869676#M8769</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2008-06-22T20:27:18Z</dc:date>
    </item>
    <item>
      <title>Re: BUG* LoadLibrary() cannot load a DLL built from IPP G729 on</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/BUG-LoadLibrary-cannot-load-a-DLL-built-from-IPP-G729-on-AMD/m-p/869677#M8770</link>
      <description>&lt;P&gt;Hi Vladimir,&lt;/P&gt;
&lt;P&gt;Thanks for your reply. I would say yes for I have a problem when running on different systems.&lt;/P&gt;
&lt;P&gt;Do you mean the IPP library for G729 requires SSE3 to be running?&lt;/P&gt;
&lt;P&gt;The AMD I'm using claims SSE3 support though.&lt;/P&gt;
&lt;P&gt;Do you happen to know besides SSE3 what else the IPP library requires?&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Redduzt&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jun 2008 06:02:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/BUG-LoadLibrary-cannot-load-a-DLL-built-from-IPP-G729-on-AMD/m-p/869677#M8770</guid>
      <dc:creator>redduzt</dc:creator>
      <dc:date>2008-06-23T06:02:13Z</dc:date>
    </item>
    <item>
      <title>Re: BUG* LoadLibrary() cannot load a DLL built from IPP G729 on</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/BUG-LoadLibrary-cannot-load-a-DLL-built-from-IPP-G729-on-AMD/m-p/869678#M8771</link>
      <description>&lt;P&gt;Hi Redduzt,&lt;/P&gt;
&lt;P&gt;Intel IPP should work on any processor which is 100% compatible with IA.&lt;/P&gt;
&lt;P&gt;Just want to clarify, you face issue when run unmodified IPP samplecompiledby build scripts which come with that sample? If so, please submit your issue report through &lt;A href="http://premier.intel.com"&gt;Intel Premier Support&lt;/A&gt;. If you did some modification in sample I would recommend to double check if there are any mistakes.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jun 2008 07:46:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/BUG-LoadLibrary-cannot-load-a-DLL-built-from-IPP-G729-on-AMD/m-p/869678#M8771</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2008-06-23T07:46:13Z</dc:date>
    </item>
  </channel>
</rss>

