<?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 Undefined reference to ippsMalloc in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Undefined-reference-to-ippsMalloc/m-p/819803#M4596</link>
    <description>I have found the mistake: the manual shows on page 557 the function ippsMalloc(size), which doesn't exist. However, it works well with ippsMalloc_8u(size)...&lt;BR /&gt;</description>
    <pubDate>Thu, 20 Jan 2011 17:10:17 GMT</pubDate>
    <dc:creator>bibi88</dc:creator>
    <dc:date>2011-01-20T17:10:17Z</dc:date>
    <item>
      <title>Undefined reference to ippsMalloc</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Undefined-reference-to-ippsMalloc/m-p/819802#M4595</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Until now, I've worked with IPP using only the image processing library ("ippi... functions"). Because I work my OS is 64 bits, I've included -lippsem64t, but however, if I want to use ippsMalloc, the compilator throws a "Undefined reference to ippsMalloc". How could I check if this function has well been linked please?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance!&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Jan 2011 16:38:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Undefined-reference-to-ippsMalloc/m-p/819802#M4595</guid>
      <dc:creator>bibi88</dc:creator>
      <dc:date>2011-01-20T16:38:17Z</dc:date>
    </item>
    <item>
      <title>Undefined reference to ippsMalloc</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Undefined-reference-to-ippsMalloc/m-p/819803#M4596</link>
      <description>I have found the mistake: the manual shows on page 557 the function ippsMalloc(size), which doesn't exist. However, it works well with ippsMalloc_8u(size)...&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Jan 2011 17:10:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Undefined-reference-to-ippsMalloc/m-p/819803#M4596</guid>
      <dc:creator>bibi88</dc:creator>
      <dc:date>2011-01-20T17:10:17Z</dc:date>
    </item>
    <item>
      <title>Undefined reference to ippsMalloc</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Undefined-reference-to-ippsMalloc/m-p/819804#M4597</link>
      <description>Again, not sure what version of IPP you are talking about, the online documentation provides you correct example of &lt;A href="http://software.intel.com/sites/products/documentation/hpc/composerxe/en-us/ippxe/ipp_manual_lnx/hh_goto.htm#IPPS/ipps_ch3/functn_ippsMalloc.htm"&gt;Using the function ippsMalloc&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Vladimir</description>
      <pubDate>Thu, 20 Jan 2011 21:56:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Undefined-reference-to-ippsMalloc/m-p/819804#M4597</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2011-01-20T21:56:53Z</dc:date>
    </item>
    <item>
      <title>Undefined reference to ippsMalloc</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Undefined-reference-to-ippsMalloc/m-p/819805#M4598</link>
      <description>&lt;P&gt;Bibi88,&lt;/P&gt;&lt;P&gt;It is right, no function calls ippMalloc, it only has function called ippsMalloc_8u, ippsMalloc_16s, ippsMalloc_8s, etc. You need to choose one according to the data type you need.&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Chao &lt;/P&gt;</description>
      <pubDate>Fri, 21 Jan 2011 07:47:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Undefined-reference-to-ippsMalloc/m-p/819805#M4598</guid>
      <dc:creator>Chao_Y_Intel</dc:creator>
      <dc:date>2011-01-21T07:47:51Z</dc:date>
    </item>
    <item>
      <title>Undefined reference to ippsMalloc</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Undefined-reference-to-ippsMalloc/m-p/819806#M4599</link>
      <description>Here is the IPP webpage where I found an example using ippsMalloc (without any type):&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://software.intel.com/sites/products/documentation/hpc/composerxe/en-us/ippxe/ipp_manual_lnx/index.htm#IPPS/ipps_ch3/functn_ippsMalloc.htm" target="_blank"&gt;http://software.intel.com/sites/products/documentation/hpc/composerxe/en-us/ippxe/ipp_manual_lnx/index.htm#IPPS/ipps_ch3/functn_ippsMalloc.htm&lt;/A&gt;</description>
      <pubDate>Fri, 21 Jan 2011 09:17:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Undefined-reference-to-ippsMalloc/m-p/819806#M4599</guid>
      <dc:creator>bibi88</dc:creator>
      <dc:date>2011-01-21T09:17:10Z</dc:date>
    </item>
    <item>
      <title>Undefined reference to ippsMalloc</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Undefined-reference-to-ippsMalloc/m-p/819807#M4600</link>
      <description>&lt;P&gt;&lt;BR /&gt;Hello, &lt;BR /&gt;&lt;BR /&gt;In that URL, the example code, itused _8u function (ippsMalloc_8u), 'ippsFree'function do not have the type. &lt;BR /&gt;&lt;BR /&gt;Ipp8u* pBuf = &lt;STRONG&gt;ippsMalloc_8u&lt;/STRONG&gt;(8*sizeof(Ipp8u));&lt;BR /&gt;if(NULL == pBuf) // not enough memory &lt;BR /&gt;&lt;STRONG&gt; ippsFree&lt;/STRONG&gt;(pBuf);&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Chao &lt;/P&gt;</description>
      <pubDate>Fri, 21 Jan 2011 09:25:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Undefined-reference-to-ippsMalloc/m-p/819807#M4600</guid>
      <dc:creator>Chao_Y_Intel</dc:creator>
      <dc:date>2011-01-21T09:25:01Z</dc:date>
    </item>
    <item>
      <title>Undefined reference to ippsMalloc</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Undefined-reference-to-ippsMalloc/m-p/819808#M4601</link>
      <description>Sorry for the mistake, it was this link (bad copy-paste, my fault):&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://software.intel.com/sites/products/documentation/hpc/ipp/ippi/ippi_ch8/functn_MorphReconstructDilate.html" target="_blank"&gt;http://software.intel.com/sites/products/documentation/hpc/ipp/ippi/ippi_ch8/functn_MorphReconstructDilate.html&lt;/A&gt;</description>
      <pubDate>Fri, 21 Jan 2011 09:28:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Undefined-reference-to-ippsMalloc/m-p/819808#M4601</guid>
      <dc:creator>bibi88</dc:creator>
      <dc:date>2011-01-21T09:28:53Z</dc:date>
    </item>
    <item>
      <title>Undefined reference to ippsMalloc</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Undefined-reference-to-ippsMalloc/m-p/819809#M4602</link>
      <description>&lt;P&gt;&lt;BR /&gt;thanks for pointing it out. This is typo in that example, and need to be fix. It needs either use 'ippsMalloc_8u' function, or 'ippMalloc' ( no 's' here) from IPP core libraries. &lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Chao&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jan 2011 09:36:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Undefined-reference-to-ippsMalloc/m-p/819809#M4602</guid>
      <dc:creator>Chao_Y_Intel</dc:creator>
      <dc:date>2011-01-21T09:36:51Z</dc:date>
    </item>
  </channel>
</rss>

