<?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: FFT, DftiCommitDescriptor error: Module not found in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FFT-DftiCommitDescriptor-error-Module-not-found/m-p/1285877#M31409</link>
    <description>&lt;P&gt;If I set "Solution Platforms" to x64, then the FTF calculation works fine!&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VisualStudio2019_Ok.jpg" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/17176iE6FB2116E6E1237C/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="VisualStudio2019_Ok.jpg" alt="VisualStudio2019_Ok.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Thanks, Rajesh.&lt;BR /&gt;But... if I need to do my project in x32 mode? How to make debug in x32 mode?&lt;/P&gt;</description>
    <pubDate>Mon, 31 May 2021 12:33:53 GMT</pubDate>
    <dc:creator>Serjio</dc:creator>
    <dc:date>2021-05-31T12:33:53Z</dc:date>
    <item>
      <title>FFT, DftiCommitDescriptor error: Module not found</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FFT-DftiCommitDescriptor-error-Module-not-found/m-p/1285429#M31394</link>
      <description>&lt;P&gt;&lt;STRONG&gt;I&amp;nbsp;&lt;SPAN&gt;tried to use FFT from MKL&amp;nbsp;and got an error.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;I'm using Win10, VS2019 and mkl 2021.2.0 from&amp;nbsp;intel.oneapi.win.BaseKit.package.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;I run&amp;nbsp;official one-dimensional In-place FFT example ( see basic_dp_complex_dft_1d.c ) in c++ console application and defined an error.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="cpp"&gt;status = DftiCommitDescriptor(hand); // Error is here&lt;/LI-CODE&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;&amp;nbsp;Here it is an error message - "Exception adress 0x76C2A6E2 (KernelBase.dll) in test.exe: 0xC06D007E: Module not found ".&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;Could please help me to fix this problem?&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 May 2021 16:14:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FFT-DftiCommitDescriptor-error-Module-not-found/m-p/1285429#M31394</guid>
      <dc:creator>Serjio</dc:creator>
      <dc:date>2021-05-28T16:14:23Z</dc:date>
    </item>
    <item>
      <title>Re: FFT, DftiCommitDescriptor error: Module not found</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FFT-DftiCommitDescriptor-error-Module-not-found/m-p/1285814#M31404</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you please share the Visual Studio version and the settings used? In the meanwhile, try setting the environment details in Debugging section, in the Configuration Properties section to:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;PATH=C:\Program Files (x86)\Intel\oneAPI\compiler\2021.2.0\windows\redist\intel64_win\compiler;C:\Program Files (x86)\Intel\oneAPI\mkl\2021.2.0\redist\intel64;%PATH%&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let us know if you face any issues.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Rajesh.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 31 May 2021 08:39:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FFT-DftiCommitDescriptor-error-Module-not-found/m-p/1285814#M31404</guid>
      <dc:creator>MRajesh_intel</dc:creator>
      <dc:date>2021-05-31T08:39:39Z</dc:date>
    </item>
    <item>
      <title>Re: FFT, DftiCommitDescriptor error: Module not found</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FFT-DftiCommitDescriptor-error-Module-not-found/m-p/1285849#M31406</link>
      <description>&lt;P&gt;Hi, &lt;SPAN&gt;Rajesh&lt;/SPAN&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My Visual Studio version: Community&amp;nbsp;2019 v16.9.4&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It seems to me, that my project needs to be configured correctly.&lt;/P&gt;
&lt;P&gt;When I specify the environment details in Debugging section, in the Configuration Properties section to:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="cpp"&gt;PATH=C:\Program Files (x86)\Intel\oneAPI\compiler\2021.2.0\windows\redist\intel64_win\compiler;C:\Program Files (x86)\Intel\oneAPI\mkl\2021.2.0\redist\intel64;%PATH%&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="debugging.jpg" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/17166i58B1AC3047371A7E/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="debugging.jpg" alt="debugging.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I get an error when debugging starts:&lt;BR /&gt;"Error while starting the application (0xc000007b)"&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;
&lt;P&gt;So, please help me set up Visual Studio to use Intel OneMKL.&lt;/P&gt;
&lt;P&gt;Let's start by setting the environment variables as I haven't set any variables since installing Intel oneAPI.win.BaseKit.&lt;BR /&gt;This is how my Visual Studio settings look like:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VS2019_settings1.jpg" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/17167i3DEC6D1376559886/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="VS2019_settings1.jpg" alt="VS2019_settings1.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VS2019_settings2.jpg" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/17168i7B4EE6342CC262B8/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="VS2019_settings2.jpg" alt="VS2019_settings2.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VS2019_settings3.jpg" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/17169i14F2888A0B6F54A6/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="VS2019_settings3.jpg" alt="VS2019_settings3.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VS2019_settings4.jpg" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/17170i3C6B784274A125BF/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="VS2019_settings4.jpg" alt="VS2019_settings4.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VS2019_settings5.jpg" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/17171iC76C84070C809E00/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="VS2019_settings5.jpg" alt="VS2019_settings5.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VS2019_settings6.jpg" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/17172i1C9362EF45C790ED/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="VS2019_settings6.jpg" alt="VS2019_settings6.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VS2019_settings7.jpg" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/17173i4637D83B9D7BDF34/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="VS2019_settings7.jpg" alt="VS2019_settings7.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;
&lt;P&gt;Do I need to use the &lt;STRONG&gt;setvars.bat&lt;/STRONG&gt; script from &lt;STRONG&gt;Intel oneAPI&lt;/STRONG&gt; to set system variables in Windows?&lt;/P&gt;
&lt;P&gt;Sorry there are so many questions))&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;
&lt;P&gt; &lt;/P&gt;
&lt;P&gt; &lt;/P&gt;
&lt;P&gt; &lt;/P&gt;
&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Mon, 31 May 2021 10:20:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FFT-DftiCommitDescriptor-error-Module-not-found/m-p/1285849#M31406</guid>
      <dc:creator>Serjio</dc:creator>
      <dc:date>2021-05-31T10:20:39Z</dc:date>
    </item>
    <item>
      <title>Re: FFT, DftiCommitDescriptor error: Module not found</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FFT-DftiCommitDescriptor-error-Module-not-found/m-p/1285871#M31408</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, try setting the Debug setting to x64 and let us know if that works.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Debug Setting.PNG" style="width: 999px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/17174iA3DFA859568C9B91/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="Debug Setting.PNG" alt="Debug Setting.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Rajesh.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 31 May 2021 11:58:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FFT-DftiCommitDescriptor-error-Module-not-found/m-p/1285871#M31408</guid>
      <dc:creator>MRajesh_intel</dc:creator>
      <dc:date>2021-05-31T11:58:10Z</dc:date>
    </item>
    <item>
      <title>Re: FFT, DftiCommitDescriptor error: Module not found</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FFT-DftiCommitDescriptor-error-Module-not-found/m-p/1285877#M31409</link>
      <description>&lt;P&gt;If I set "Solution Platforms" to x64, then the FTF calculation works fine!&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VisualStudio2019_Ok.jpg" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/17176iE6FB2116E6E1237C/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="VisualStudio2019_Ok.jpg" alt="VisualStudio2019_Ok.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Thanks, Rajesh.&lt;BR /&gt;But... if I need to do my project in x32 mode? How to make debug in x32 mode?&lt;/P&gt;</description>
      <pubDate>Mon, 31 May 2021 12:33:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FFT-DftiCommitDescriptor-error-Module-not-found/m-p/1285877#M31409</guid>
      <dc:creator>Serjio</dc:creator>
      <dc:date>2021-05-31T12:33:53Z</dc:date>
    </item>
    <item>
      <title>Re: FFT, DftiCommitDescriptor error: Module not found</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FFT-DftiCommitDescriptor-error-Module-not-found/m-p/1286053#M31412</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When you set debug to x86 mode, automatically 32-bit implementation of the compiler is added to the environment.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If not done automatically set the path to:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;PATH=C:\Program Files (x86)\Intel\oneAPI\compiler\2021.2.0\windows\redist\ia32_win\compiler;C:\Program Files (x86)\Intel\oneAPI\mkl\2021.2.0\redist\ia32;%PATH%&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this answers your query. Please let us know if you have any other issues. If not, can we proceed further to close this thread?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Rajesh.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Jun 2021 07:11:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FFT-DftiCommitDescriptor-error-Module-not-found/m-p/1286053#M31412</guid>
      <dc:creator>MRajesh_intel</dc:creator>
      <dc:date>2021-06-01T07:11:20Z</dc:date>
    </item>
    <item>
      <title>Re: FFT, DftiCommitDescriptor error: Module not found</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FFT-DftiCommitDescriptor-error-Module-not-found/m-p/1286102#M31413</link>
      <description>&lt;P&gt;&amp;nbsp;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for accepting as a Solution.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As this issue has been resolved, we will no longer respond to this thread. If you require any additional assistance from Intel, please start a new thread. Any further interaction in this thread will be considered community only.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have a Good day.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Rajesh&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jun 2021 05:32:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FFT-DftiCommitDescriptor-error-Module-not-found/m-p/1286102#M31413</guid>
      <dc:creator>MRajesh_intel</dc:creator>
      <dc:date>2021-06-22T05:32:42Z</dc:date>
    </item>
  </channel>
</rss>

