<?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 Re: Error: INTERNAL_IPP_INC_CORE NOTFOUND in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Error-INTERNAL-IPP-INC-CORE-NOTFOUND/m-p/1653225#M28955</link>
    <description>&lt;P&gt;After a bit more research (thank-you stack overflow!), it appears find_path() is not recursive.&amp;nbsp;&lt;/P&gt;&lt;P&gt;So it appears the&amp;nbsp;&lt;SPAN&gt;IPPROOT set by setvars.bat won't work (C:\Program Files (x86)\Intel\oneAPI\ipp\latest) because of the include\ipp folder that holds the .h files. The FindIPP.cmake assumes there is no include\ipp folder, just include.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;If I add the following to FindIPP.cmake, cmake completes&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="eddie_patton_0-1735605896363.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/61448i16B0FD289E4A86E4/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="eddie_patton_0-1735605896363.png" alt="eddie_patton_0-1735605896363.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Another option is to move the 2022.0\include\ipp files to 2022.0\include&lt;/P&gt;&lt;P&gt;There must be something I'm doing wrong though because I can't find others online who have run into this issue.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 31 Dec 2024 00:46:58 GMT</pubDate>
    <dc:creator>eddie_patton</dc:creator>
    <dc:date>2024-12-31T00:46:58Z</dc:date>
    <item>
      <title>Error: INTERNAL_IPP_INC_CORE NOTFOUND</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Error-INTERNAL-IPP-INC-CORE-NOTFOUND/m-p/1653195#M28953</link>
      <description>&lt;P&gt;I get the following error when running cmake&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;-- Intel(R) IPP(static) was found here: C:\Program Files (x86)\Intel\oneAPI\ipp\latest
--       folder with libraries: C:/Program Files (x86)/Intel/oneAPI/ipp/latest/lib;C:\Program Files (x86)\Intel\oneAPI\ipp\latest\lib\..\..\..\compiler\lib\intel64
--       folder with includes : INTERNAL_IPP_INC_CORE-NOTFOUND
-- Configuring done (0.7s)
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
C:/git/ipp/IPPPlus/bench/INTERNAL_IPP_INC_CORE&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;cmake 3. 27.2&lt;/P&gt;&lt;P&gt;Windows 11&lt;/P&gt;&lt;P&gt;IPP 2022&lt;/P&gt;&lt;P&gt;I installed IPP in the default directory. I also have 2021.10 installed.&lt;SPAN&gt;The installation resulted in this file structure&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;C:\Program Files (x86)\Intel\oneAPI\&lt;/P&gt;&lt;P&gt;ipp - 2021.10&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;- 2022.0&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;- latest (symlinked to&amp;nbsp;C:\Program Files (x86)\Intel\oneAPI\ipp\2022.0)&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;- include&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;- ipp.h&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;- ipp&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;- ippcore.h&lt;/P&gt;&lt;P&gt;In FindIPP.cmake, the following sets &lt;SPAN&gt;INTERNAL_IPP_INC_CORE by looking for ippcore.h in the hints paths: PATHS and ${INTERNAL_IPP_INC}&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;set(INTERNAL_IPP_INC $ENV{IPPROOT}/include)
find_path   (INTERNAL_IPP_INC_CORE ippcore.h  PATHS ${INTERNAL_IPP_INC})​&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;My IPPROOT is set to C:\Program Files (x86)\Intel\oneAPI\ipp\latest&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Any thoughts as to why find_path can't find ippcore.h? It is in the "hint" path given to find_path().&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 30 Dec 2024 22:12:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Error-INTERNAL-IPP-INC-CORE-NOTFOUND/m-p/1653195#M28953</guid>
      <dc:creator>eddie_patton</dc:creator>
      <dc:date>2024-12-30T22:12:18Z</dc:date>
    </item>
    <item>
      <title>Re: Error: INTERNAL_IPP_INC_CORE NOTFOUND</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Error-INTERNAL-IPP-INC-CORE-NOTFOUND/m-p/1653225#M28955</link>
      <description>&lt;P&gt;After a bit more research (thank-you stack overflow!), it appears find_path() is not recursive.&amp;nbsp;&lt;/P&gt;&lt;P&gt;So it appears the&amp;nbsp;&lt;SPAN&gt;IPPROOT set by setvars.bat won't work (C:\Program Files (x86)\Intel\oneAPI\ipp\latest) because of the include\ipp folder that holds the .h files. The FindIPP.cmake assumes there is no include\ipp folder, just include.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;If I add the following to FindIPP.cmake, cmake completes&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="eddie_patton_0-1735605896363.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/61448i16B0FD289E4A86E4/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="eddie_patton_0-1735605896363.png" alt="eddie_patton_0-1735605896363.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Another option is to move the 2022.0\include\ipp files to 2022.0\include&lt;/P&gt;&lt;P&gt;There must be something I'm doing wrong though because I can't find others online who have run into this issue.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Dec 2024 00:46:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Error-INTERNAL-IPP-INC-CORE-NOTFOUND/m-p/1653225#M28955</guid>
      <dc:creator>eddie_patton</dc:creator>
      <dc:date>2024-12-31T00:46:58Z</dc:date>
    </item>
    <item>
      <title>Re: Error: INTERNAL_IPP_INC_CORE NOTFOUND</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Error-INTERNAL-IPP-INC-CORE-NOTFOUND/m-p/1653267#M28956</link>
      <description>&lt;P&gt;My bad. I discovered that the FindIPP.cmake I'm using is custom to the repo. I thought it was part of the cmake.&lt;/P&gt;</description>
      <pubDate>Tue, 31 Dec 2024 01:57:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Error-INTERNAL-IPP-INC-CORE-NOTFOUND/m-p/1653267#M28956</guid>
      <dc:creator>eddie_patton</dc:creator>
      <dc:date>2024-12-31T01:57:17Z</dc:date>
    </item>
    <item>
      <title>Re: Error: INTERNAL_IPP_INC_CORE NOTFOUND</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Error-INTERNAL-IPP-INC-CORE-NOTFOUND/m-p/1653269#M28957</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you Eddie for the sharing for your fix&lt;/P&gt;
&lt;P&gt;Have you try the followings?&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;set(INTERNAL_IPP_INC &lt;SPAN&gt;$ENV{IPPROOT}/include&lt;/SPAN&gt;)
find_path(INTERNAL_IPP_INC_CORE ippcore.h PATHS ${INTERNAL_IPP_INC}/ipp)

include_directories(${INTERNAL_IPP_INC} ${INTERNAL_IPP_INC_CORE})&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Dec 2024 02:04:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Error-INTERNAL-IPP-INC-CORE-NOTFOUND/m-p/1653269#M28957</guid>
      <dc:creator>Ruqiu_C_Intel</dc:creator>
      <dc:date>2024-12-31T02:04:48Z</dc:date>
    </item>
  </channel>
</rss>

