<?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 ippi function is undefined in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippi-function-is-undefined/m-p/1031800#M23694</link>
    <description>&lt;P&gt;I am trying to use the function ippiFilterBoxBorder and i keep getting a compiler error of&lt;BR /&gt;
	Error&amp;nbsp;&amp;nbsp; &amp;nbsp;4&amp;nbsp;&amp;nbsp; &amp;nbsp;error : identifier "y8_ippiFilterBoxBorder_16u_C1R" is undefined&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;BR /&gt;
	Error&amp;nbsp;&amp;nbsp; &amp;nbsp;3&amp;nbsp;&amp;nbsp; &amp;nbsp;error : identifier "y8_ippiFilterBoxBorderGetBufferSize" is undefined&lt;BR /&gt;
	&lt;BR /&gt;
	If i change the FilterBoxBorder function to FilterBox (which is deprecated) everything compiles and runs with no issue.&lt;BR /&gt;
	I am using the latest c++ Intel compiler 15.0.2.179 on windows&lt;/P&gt;

&lt;P&gt;Any idea what am i doing wrong?&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 03 Mar 2015 11:07:16 GMT</pubDate>
    <dc:creator>shachar-arieli</dc:creator>
    <dc:date>2015-03-03T11:07:16Z</dc:date>
    <item>
      <title>ippi function is undefined</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippi-function-is-undefined/m-p/1031800#M23694</link>
      <description>&lt;P&gt;I am trying to use the function ippiFilterBoxBorder and i keep getting a compiler error of&lt;BR /&gt;
	Error&amp;nbsp;&amp;nbsp; &amp;nbsp;4&amp;nbsp;&amp;nbsp; &amp;nbsp;error : identifier "y8_ippiFilterBoxBorder_16u_C1R" is undefined&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;BR /&gt;
	Error&amp;nbsp;&amp;nbsp; &amp;nbsp;3&amp;nbsp;&amp;nbsp; &amp;nbsp;error : identifier "y8_ippiFilterBoxBorderGetBufferSize" is undefined&lt;BR /&gt;
	&lt;BR /&gt;
	If i change the FilterBoxBorder function to FilterBox (which is deprecated) everything compiles and runs with no issue.&lt;BR /&gt;
	I am using the latest c++ Intel compiler 15.0.2.179 on windows&lt;/P&gt;

&lt;P&gt;Any idea what am i doing wrong?&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2015 11:07:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippi-function-is-undefined/m-p/1031800#M23694</guid>
      <dc:creator>shachar-arieli</dc:creator>
      <dc:date>2015-03-03T11:07:16Z</dc:date>
    </item>
    <item>
      <title>Hi !</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippi-function-is-undefined/m-p/1031801#M23695</link>
      <description>&lt;P&gt;Hi !&lt;/P&gt;

&lt;P&gt;It mustn't be so.&lt;/P&gt;

&lt;P&gt;"y8_ippiFilterBoxBorder*" along with other CPU-clones "&amp;lt;cpu_letter&amp;gt;_ippiFilterBoxBorder*" functions are in "ippimt.lib" in $(IPPROOT)/lib/&amp;lt;ia32 | intel64&amp;gt; folder.&lt;/P&gt;

&lt;P&gt;By the way, what is the diagnostic "Error 4", "Error 3" ? I haven't seen this before. Usually, there are linker errors of this kind.&lt;/P&gt;

&lt;P&gt;Could you tell how do you include IPP header files ? Or, you use CPU-specific include files from $(IPPROOT)/tools/&amp;lt;cpu_arch&amp;gt;/staticlib directory ?&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2015 13:02:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippi-function-is-undefined/m-p/1031801#M23695</guid>
      <dc:creator>Sergey_K_Intel</dc:creator>
      <dc:date>2015-03-03T13:02:47Z</dc:date>
    </item>
    <item>
      <title>Thanks for the quick reply.</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippi-function-is-undefined/m-p/1031802#M23696</link>
      <description>&lt;P&gt;Thanks for the quick reply.&lt;BR /&gt;
	I think the number next to the compiler error is just the index of the error&lt;BR /&gt;
	&lt;BR /&gt;
	As for the include i have the following 2 lines in this order for the include directories.&lt;BR /&gt;
	$(ICInstallDir)ipp\include\&lt;BR /&gt;
	$(ICInstallDir)ipp\tools\intel64\staticlib&lt;BR /&gt;
	&lt;BR /&gt;
	I am including ipp.h&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2015 13:31:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippi-function-is-undefined/m-p/1031802#M23696</guid>
      <dc:creator>shachar-arieli</dc:creator>
      <dc:date>2015-03-03T13:31:31Z</dc:date>
    </item>
    <item>
      <title>If you don't specify</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippi-function-is-undefined/m-p/1031803#M23697</link>
      <description>&lt;P&gt;If you don't specify explicitly&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; #include "ipp_y8.h"&lt;BR /&gt;
	the inclusion of only "ipp.h" must not bring this problem, independent of include directories order.&lt;/P&gt;

&lt;P&gt;Only in ipp_y8.h there is a redefinition, for example,&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; #define ippiFilterBorderGetSize y8_ippiFilterBorderGetSize&lt;BR /&gt;
	That is, instead of pure "ippiFilterBorderGetSize" the compiler, after preprocessing, looks for declaration of "y8_ippiFilterBorderGetSize".&lt;/P&gt;

&lt;P&gt;I could suppose the following lines to reproduce this diagnostics:&lt;/P&gt;

&lt;PRE class="brush:cpp;"&gt;#include "ipp_y8.h"

void foo()
{
&amp;nbsp;&amp;nbsp;&amp;nbsp; ippiFilterBoxBorderGetBufferSize();
}

&lt;/PRE&gt;

&lt;P&gt;This means, the redefinition exists, but declaration,&amp;nbsp;which is in regular "ipp.h". I have "error C3861: 'y8_ippiFilterBoxBorderGetBufferSize': identifier not found" with this.&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2015 13:50:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippi-function-is-undefined/m-p/1031803#M23697</guid>
      <dc:creator>Sergey_K_Intel</dc:creator>
      <dc:date>2015-03-03T13:50:47Z</dc:date>
    </item>
    <item>
      <title>I tried both including the</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippi-function-is-undefined/m-p/1031804#M23698</link>
      <description>&lt;P&gt;I tried both including the ipp_y8.h and only ipp.h&lt;BR /&gt;
	&lt;BR /&gt;
	The previous errors were with ipp_y8.h and i get a similar error with only ipp.h&lt;BR /&gt;
	error : identifier "ippiFilterBoxBorderGetBufferSize" is undefined&lt;BR /&gt;
	&lt;BR /&gt;
	There is something else which is wrong there.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2015 14:19:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippi-function-is-undefined/m-p/1031804#M23698</guid>
      <dc:creator>shachar-arieli</dc:creator>
      <dc:date>2015-03-03T14:19:54Z</dc:date>
    </item>
    <item>
      <title>The investigation is simple:</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippi-function-is-undefined/m-p/1031805#M23699</link>
      <description>&lt;P&gt;The investigation is simple:&lt;BR /&gt;
	&amp;nbsp; - ipp.h should include ippi.h,&lt;BR /&gt;
	&amp;nbsp; - ippi.h should have the declaration:&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IPPAPI (IppStatus, ippiFilterBoxBorderGetBufferSize,(IppiSize roiSize, IppiSize maskSize, IppDataType dataType, int numChannels, int* pBufferSize))&lt;/P&gt;

&lt;P&gt;If something wrong in nested file includes, or, you have previous IPP version (I don't remember when BoxBorder functions appeared in IPP), the requested function will be non-declared, so "undefined".&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2015 14:32:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippi-function-is-undefined/m-p/1031805#M23699</guid>
      <dc:creator>Sergey_K_Intel</dc:creator>
      <dc:date>2015-03-03T14:32:38Z</dc:date>
    </item>
    <item>
      <title>Thanks. You were correct.</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ippi-function-is-undefined/m-p/1031806#M23700</link>
      <description>&lt;P&gt;Thanks. You were correct.&lt;BR /&gt;
	The issue was with a previous version of IPP i had installed.&lt;BR /&gt;
	In the options it said to use latest for compiler 15 which is what i am using but i guess somewhere it got messed up and was using a previous version&lt;/P&gt;

&lt;P&gt;Anyway its now resolved. Thanks&lt;BR /&gt;
	&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2015 15:06:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ippi-function-is-undefined/m-p/1031806#M23700</guid>
      <dc:creator>shachar-arieli</dc:creator>
      <dc:date>2015-03-03T15:06:59Z</dc:date>
    </item>
  </channel>
</rss>

