<?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 functions undefined only in release configuration in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Ipp-functions-undefined-only-in-release-configuration/m-p/1174366#M27028</link>
    <description>&lt;DIV class="field field-name-body field-type-text-with-summary field-label-hidden"&gt;
	&lt;DIV class="field-items"&gt;
		&lt;DIV class="field-item even"&gt;
			&lt;P&gt;I am using Visual Studio 2017 with Intel compiler 2017 rev 4 and Using IPP 8.2&lt;/P&gt;

			&lt;P&gt;When i compile the debug configuration everything compiles fine but when i change to release configuration i get many errors on Ipp functions being undefined (attached is the output of the compilation).&lt;/P&gt;

			&lt;P&gt;I tried to find a difference between the debug vs. release configuration but could not find one.&lt;/P&gt;

			&lt;P&gt;In visual studio when i go to the definition of the undefined function it takes me to the correct Ipp header file (which tells me the path is known).&lt;/P&gt;

			&lt;P&gt;Any idea what parameter could cause such an error?&lt;/P&gt;
		&lt;/DIV&gt;
	&lt;/DIV&gt;
&lt;/DIV&gt;</description>
    <pubDate>Mon, 28 Aug 2017 12:08:19 GMT</pubDate>
    <dc:creator>shachar-arieli</dc:creator>
    <dc:date>2017-08-28T12:08:19Z</dc:date>
    <item>
      <title>Ipp functions undefined only in release configuration</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Ipp-functions-undefined-only-in-release-configuration/m-p/1174366#M27028</link>
      <description>&lt;DIV class="field field-name-body field-type-text-with-summary field-label-hidden"&gt;
	&lt;DIV class="field-items"&gt;
		&lt;DIV class="field-item even"&gt;
			&lt;P&gt;I am using Visual Studio 2017 with Intel compiler 2017 rev 4 and Using IPP 8.2&lt;/P&gt;

			&lt;P&gt;When i compile the debug configuration everything compiles fine but when i change to release configuration i get many errors on Ipp functions being undefined (attached is the output of the compilation).&lt;/P&gt;

			&lt;P&gt;I tried to find a difference between the debug vs. release configuration but could not find one.&lt;/P&gt;

			&lt;P&gt;In visual studio when i go to the definition of the undefined function it takes me to the correct Ipp header file (which tells me the path is known).&lt;/P&gt;

			&lt;P&gt;Any idea what parameter could cause such an error?&lt;/P&gt;
		&lt;/DIV&gt;
	&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 28 Aug 2017 12:08:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Ipp-functions-undefined-only-in-release-configuration/m-p/1174366#M27028</guid>
      <dc:creator>shachar-arieli</dc:creator>
      <dc:date>2017-08-28T12:08:19Z</dc:date>
    </item>
    <item>
      <title>Attached output</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Ipp-functions-undefined-only-in-release-configuration/m-p/1174367#M27029</link>
      <description>&lt;P&gt;Attached output&lt;/P&gt;</description>
      <pubDate>Mon, 28 Aug 2017 12:10:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Ipp-functions-undefined-only-in-release-configuration/m-p/1174367#M27029</guid>
      <dc:creator>shachar-arieli</dc:creator>
      <dc:date>2017-08-28T12:10:55Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Ipp-functions-undefined-only-in-release-configuration/m-p/1174368#M27030</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;If you get error like "&lt;SPAN style="font-family: Consolas, &amp;quot;Lucida Console&amp;quot;, Menlo, Monaco, &amp;quot;DejaVu Sans Mono&amp;quot;, monospace, sans-serif; font-size: 1em;"&gt;identifier 'xxx' is undefined", it means you are missing IPP function definition that linker will complain the error. When you change the configuration, please note you have to make sure you linked with IPP libraries correctly. Please refer to the article "&lt;A href="https://software.intel.com/en-us/articles/intel-integrated-performance-primitives-intel-ipp-for-windows-compiling-and-linking-with-microsoft-visual-c-and-intel-c-compilers"&gt;Compiling &amp;amp; linking IPP with VS&lt;/A&gt;"&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-family: Consolas, &amp;quot;Lucida Console&amp;quot;, Menlo, Monaco, &amp;quot;DejaVu Sans Mono&amp;quot;, monospace, sans-serif; font-size: 1em;"&gt;Another point is although you use "-D &lt;/SPAN&gt;_DEBUG&lt;SPAN style="font-family: Consolas, &amp;quot;Lucida Console&amp;quot;, Menlo, Monaco, &amp;quot;DejaVu Sans Mono&amp;quot;, monospace, sans-serif; font-size: 1em;"&gt;", your log file still print "&lt;/SPAN&gt;&lt;SPAN style="font-family: Consolas, &amp;quot;Lucida Console&amp;quot;, Menlo, Monaco, &amp;quot;DejaVu Sans Mono&amp;quot;, monospace, sans-serif; font-size: 1em;"&gt;------ Build started: Project: alg, Configuration: Release x64 ------&lt;/SPAN&gt;&lt;SPAN style="font-family: Consolas, &amp;quot;Lucida Console&amp;quot;, Menlo, Monaco, &amp;quot;DejaVu Sans Mono&amp;quot;, monospace, sans-serif; font-size: 1em;"&gt;". Please remember to change solution configuration in configure manager that allow project build &amp;amp; run with debug module. And also check with configuration setting in solution properties page that you are using correct setting for debug module.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-family: Consolas, &amp;quot;Lucida Console&amp;quot;, Menlo, Monaco, &amp;quot;DejaVu Sans Mono&amp;quot;, monospace, sans-serif; font-size: 1em;"&gt;Best regards,&lt;BR /&gt;
	Fiona&lt;/SPAN&gt;&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2017 02:19:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Ipp-functions-undefined-only-in-release-configuration/m-p/1174368#M27030</guid>
      <dc:creator>Zhen_Z_Intel</dc:creator>
      <dc:date>2017-08-29T02:19:53Z</dc:date>
    </item>
  </channel>
</rss>

