<?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 Using both MKL &amp; IPP in Visual C++ 2005 in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Using-both-MKL-IPP-in-Visual-C-2005/m-p/872517#M8621</link>
    <description>I added MKL to a project that is using IPP. It compiled but aborted when entering the ipp function ippsFFTFwd_RToCCS_32f with an error of access violation.I am using MKL version 10.1.1.022.the libraries I am using are:&lt;BR /&gt;ippsr20.lib mkl_c.lib mkl_intel_thread.lib mkl_core.lib&lt;BR /&gt;</description>
    <pubDate>Wed, 25 Mar 2009 16:37:43 GMT</pubDate>
    <dc:creator>ruth_aloni-lavinice_</dc:creator>
    <dc:date>2009-03-25T16:37:43Z</dc:date>
    <item>
      <title>Using both MKL &amp; IPP in Visual C++ 2005</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Using-both-MKL-IPP-in-Visual-C-2005/m-p/872517#M8621</link>
      <description>I added MKL to a project that is using IPP. It compiled but aborted when entering the ipp function ippsFFTFwd_RToCCS_32f with an error of access violation.I am using MKL version 10.1.1.022.the libraries I am using are:&lt;BR /&gt;ippsr20.lib mkl_c.lib mkl_intel_thread.lib mkl_core.lib&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Mar 2009 16:37:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Using-both-MKL-IPP-in-Visual-C-2005/m-p/872517#M8621</guid>
      <dc:creator>ruth_aloni-lavinice_</dc:creator>
      <dc:date>2009-03-25T16:37:43Z</dc:date>
    </item>
    <item>
      <title>Re: Using both MKL &amp; IPP in Visual C++ 2005</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Using-both-MKL-IPP-in-Visual-C-2005/m-p/872518#M8622</link>
      <description>&lt;BR /&gt;
&lt;P&gt;IPP: It looks like your IPP's version is pretty old. I guess 4.1? ( btw- this version is EOL today ).Why are you use only ippsr20.lib? It seems you have to add ippcore.lib&lt;BR /&gt;MKL: &lt;BR /&gt;if you are using static linking mode (as an example) with MKL 10.1, &lt;BR /&gt;You have to link the following libraries: mkl_intel_c.lib mkl_intel_thread.lib mkl_core.lib libiomp5md.lib&lt;BR /&gt;or with sequential version:&lt;BR /&gt;mkl_intel_c.lib mkl_sequential.lib mkl_core.lib&lt;/P&gt;
&lt;P&gt;I would recommend using sequential variant because of MKL's 10.1 treading supported by new libraries (libiom5md.lib) which incompatibility with the libguide40 from IPP.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Mar 2009 06:45:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Using-both-MKL-IPP-in-Visual-C-2005/m-p/872518#M8622</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2009-03-26T06:45:42Z</dc:date>
    </item>
  </channel>
</rss>

