<?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 FFT in Release-Configuration fails in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FFT-in-Release-Configuration-fails/m-p/1696693#M37202</link>
    <description>&lt;P&gt;I'm using oneAPI mkl to do 1D Fourier-Transforms (forward + backward).&lt;/P&gt;&lt;P&gt;In Debug-Configuration everything works as expected, switching to Release-Configuration even the simplest&amp;nbsp;Dftixxx function seems to fail (with no error, no exception), whereas starting a debug session in release-configuration works fine again.&lt;/P&gt;&lt;P&gt;System: Windows 10, Visual Studio 2019, MKL version 2024.2, C(++),&amp;nbsp;&lt;/P&gt;&lt;P&gt;Use oneMKL Parallel&lt;/P&gt;&lt;P&gt;In order to exclude code errors from my side, tried example code "basic_dp_real_dft_1d.c" (attached) with some extra console outputs -&amp;gt; same behaviour: debug fine, release fails at line 60 calling&amp;nbsp;&lt;/P&gt;&lt;P&gt;DftiGetValue(0, DFTI_VERSION, version);&lt;/P&gt;&lt;P&gt;(no console output except of "Hello World", no error, no exception).&lt;/P&gt;&lt;P&gt;Any idea what I'm doing wrong?&lt;/P&gt;&lt;P&gt;Thanks + best regards&lt;/P&gt;&lt;P&gt;Dietmar&lt;/P&gt;</description>
    <pubDate>Thu, 12 Jun 2025 12:49:26 GMT</pubDate>
    <dc:creator>DD42</dc:creator>
    <dc:date>2025-06-12T12:49:26Z</dc:date>
    <item>
      <title>FFT in Release-Configuration fails</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FFT-in-Release-Configuration-fails/m-p/1696693#M37202</link>
      <description>&lt;P&gt;I'm using oneAPI mkl to do 1D Fourier-Transforms (forward + backward).&lt;/P&gt;&lt;P&gt;In Debug-Configuration everything works as expected, switching to Release-Configuration even the simplest&amp;nbsp;Dftixxx function seems to fail (with no error, no exception), whereas starting a debug session in release-configuration works fine again.&lt;/P&gt;&lt;P&gt;System: Windows 10, Visual Studio 2019, MKL version 2024.2, C(++),&amp;nbsp;&lt;/P&gt;&lt;P&gt;Use oneMKL Parallel&lt;/P&gt;&lt;P&gt;In order to exclude code errors from my side, tried example code "basic_dp_real_dft_1d.c" (attached) with some extra console outputs -&amp;gt; same behaviour: debug fine, release fails at line 60 calling&amp;nbsp;&lt;/P&gt;&lt;P&gt;DftiGetValue(0, DFTI_VERSION, version);&lt;/P&gt;&lt;P&gt;(no console output except of "Hello World", no error, no exception).&lt;/P&gt;&lt;P&gt;Any idea what I'm doing wrong?&lt;/P&gt;&lt;P&gt;Thanks + best regards&lt;/P&gt;&lt;P&gt;Dietmar&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jun 2025 12:49:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FFT-in-Release-Configuration-fails/m-p/1696693#M37202</guid>
      <dc:creator>DD42</dc:creator>
      <dc:date>2025-06-12T12:49:26Z</dc:date>
    </item>
    <item>
      <title>Re: FFT in Release-Configuration fails</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FFT-in-Release-Configuration-fails/m-p/1696751#M37205</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;SPAN&gt;Dietmar:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I escalated your issue to our engineers. Would you please provide your build logs for both the debug build and release build? You should see the build log file generated at the end of your build process in the screen output. Usually, such an error occurs when the libraries are not linked as expected. You should be able to compare the link commands in your debug build and release build in your build log.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jun 2025 17:25:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FFT-in-Release-Configuration-fails/m-p/1696751#M37205</guid>
      <dc:creator>Shiquan_Su</dc:creator>
      <dc:date>2025-06-12T17:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: FFT in Release-Configuration fails</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FFT-in-Release-Configuration-fails/m-p/1696940#M37207</link>
      <description>&lt;P&gt;Hi Shiquan_Su,&lt;/P&gt;&lt;P&gt;thanks for your quick response. Got the following outputs:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Build Release:&lt;/P&gt;&lt;P&gt;Neuerstellen gestartet...&lt;BR /&gt;1&amp;gt;------ Neues Erstellen gestartet: Projekt: TestMKL, Konfiguration: Release x64 ------&lt;BR /&gt;1&amp;gt;basic_dp_real_dft_1d.c&lt;BR /&gt;1&amp;gt;Code wird generiert.&lt;BR /&gt;1&amp;gt;Previous IPDB not found, fall back to full compilation.&lt;BR /&gt;1&amp;gt;All 12 functions were compiled because no usable IPDB/IOBJ from previous compilation was found.&lt;BR /&gt;1&amp;gt;Codegenerierung ist abgeschlossen.&lt;BR /&gt;1&amp;gt;TestMKL.vcxproj -&amp;gt; D:\Proj\AloX\Software\BornApprox\BornApproxLib\x64\Release\TestMKL.exe&lt;BR /&gt;========== Alles neu erstellen: 1 erfolgreich, 0 fehlerhaft, 0 übersprungen ==========&lt;/P&gt;&lt;P&gt;command line compiler:&lt;/P&gt;&lt;P&gt;/JMC /permissive- /ifcOutput "x64\Debug\" /GS /W3 /Zc:wchar_t /ZI /Gm- /Od /sdl /Fd"x64\Debug\vc142.pdb" /Zc:inline /D "_DEBUG" /D "_CONSOLE" /D "_UNICODE" /D "UNICODE" /errorReport:prompt /WX- /Zc:forScope /RTC1 /Gd /MDd /FC /Fa"x64\Debug\" /EHsc /nologo /Fo"x64\Debug\" /Fp"x64\Debug\TestMKL.pch" /diagnostics:column&lt;/P&gt;&lt;P&gt;command line linker:&lt;/P&gt;&lt;P&gt;/OUT:"D:\Proj\AloX\Software\BornApprox\BornApproxLib\x64\Debug\TestMKL.exe" /MANIFEST /NXCOMPAT /PDB:"D:\Proj\AloX\Software\BornApprox\BornApproxLib\x64\Debug\TestMKL.pdb" /DYNAMICBASE "kernel32.lib" "user32.lib" "gdi32.lib" "winspool.lib" "comdlg32.lib" "advapi32.lib" "shell32.lib" "ole32.lib" "oleaut32.lib" "uuid.lib" "odbc32.lib" "odbccp32.lib" /DEBUG /MACHINE:X64 /INCREMENTAL /PGD:"D:\Proj\AloX\Software\BornApprox\BornApproxLib\x64\Debug\TestMKL.pgd" /SUBSYSTEM:CONSOLE /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /ManifestFile:"x64\Debug\TestMKL.exe.intermediate.manifest" /LTCGOUT:"x64\Debug\TestMKL.iobj" /ERRORREPORT:PROMPT /ILK:"x64\Debug\TestMKL.ilk" /NOLOGO /TLBID:1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Build Debug:&lt;/P&gt;&lt;P&gt;euerstellen gestartet...&lt;BR /&gt;1&amp;gt;------ Neues Erstellen gestartet: Projekt: TestMKL, Konfiguration: Debug x64 ------&lt;BR /&gt;1&amp;gt;basic_dp_real_dft_1d.c&lt;BR /&gt;1&amp;gt;TestMKL.vcxproj -&amp;gt; D:\Proj\AloX\Software\BornApprox\BornApproxLib\x64\Debug\TestMKL.exe&lt;BR /&gt;========== Alles neu erstellen: 1 erfolgreich, 0 fehlerhaft, 0 übersprungen ==========&lt;/P&gt;&lt;P&gt;command line compiler:&lt;/P&gt;&lt;P&gt;/JMC /permissive- /ifcOutput "x64\Debug\" /GS /W3 /Zc:wchar_t /ZI /Gm- /Od /sdl /Fd"x64\Debug\vc142.pdb" /Zc:inline /D "_DEBUG" /D "_CONSOLE" /D "_UNICODE" /D "UNICODE" /D "_CRT_SECURE_NO_WARNINGS" /errorReport:prompt /WX- /Zc:forScope /RTC1 /Gd /MDd /FC /Fa"x64\Debug\" /EHsc /nologo /Fo"x64\Debug\" /Fp"x64\Debug\TestMKL.pch" /diagnostics:column&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;command line linker:&lt;/P&gt;&lt;P&gt;/OUT:"D:\Proj\AloX\Software\BornApprox\BornApproxLib\x64\Debug\TestMKL.exe" /MANIFEST /NXCOMPAT /PDB:"D:\Proj\AloX\Software\BornApprox\BornApproxLib\x64\Debug\TestMKL.pdb" /DYNAMICBASE "kernel32.lib" "user32.lib" "gdi32.lib" "winspool.lib" "comdlg32.lib" "advapi32.lib" "shell32.lib" "ole32.lib" "oleaut32.lib" "uuid.lib" "odbc32.lib" "odbccp32.lib" /DEBUG /MACHINE:X64 /INCREMENTAL /PGD:"D:\Proj\AloX\Software\BornApprox\BornApproxLib\x64\Debug\TestMKL.pgd" /SUBSYSTEM:CONSOLE /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /ManifestFile:"x64\Debug\TestMKL.exe.intermediate.manifest" /LTCGOUT:"x64\Debug\TestMKL.iobj" /ERRORREPORT:PROMPT /ILK:"x64\Debug\TestMKL.ilk" /NOLOGO /TLBID:1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Dietmar&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jun 2025 06:57:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FFT-in-Release-Configuration-fails/m-p/1696940#M37207</guid>
      <dc:creator>DD42</dc:creator>
      <dc:date>2025-06-13T06:57:43Z</dc:date>
    </item>
    <item>
      <title>Re: FFT in Release-Configuration fails</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FFT-in-Release-Configuration-fails/m-p/1696993#M37208</link>
      <description>&lt;P&gt;Hi Shiquan_Su,&lt;/P&gt;&lt;P&gt;did you receive my reply from this morning? I can't see it in the communication history.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Dietmar&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jun 2025 10:40:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FFT-in-Release-Configuration-fails/m-p/1696993#M37208</guid>
      <dc:creator>DD42</dc:creator>
      <dc:date>2025-06-13T10:40:20Z</dc:date>
    </item>
    <item>
      <title>Re: FFT in Release-Configuration fails</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FFT-in-Release-Configuration-fails/m-p/1696995#M37210</link>
      <description>&lt;P&gt;Hi Shiquan_Su,&lt;/P&gt;&lt;P&gt;thank you very much for your quick response. Here are the infos:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Debug Config:&lt;/P&gt;&lt;P&gt;Build:&lt;/P&gt;&lt;P&gt;Neuerstellen gestartet...&lt;BR /&gt;1&amp;gt;------ Neues Erstellen gestartet: Projekt: TestMKL, Konfiguration: Debug x64 ------&lt;BR /&gt;1&amp;gt;basic_dp_real_dft_1d.c&lt;BR /&gt;1&amp;gt;TestMKL.vcxproj -&amp;gt; D:\Proj\AloX\Software\BornApprox\BornApproxLib\x64\Debug\TestMKL.exe&lt;BR /&gt;========== Alles neu erstellen: 1 erfolgreich, 0 fehlerhaft, 0 übersprungen ==========&lt;/P&gt;&lt;P&gt;compiler cmd line:&lt;/P&gt;&lt;P&gt;/JMC /permissive- /ifcOutput "x64\Debug\" /GS /W3 /Zc:wchar_t /ZI /Gm- /Od /sdl /Fd"x64\Debug\vc142.pdb" /Zc:inline /D "_DEBUG" /D "_CONSOLE" /D "_UNICODE" /D "UNICODE" /D "_CRT_SECURE_NO_WARNINGS" /errorReport:prompt /WX- /Zc:forScope /RTC1 /Gd /MDd /FC /Fa"x64\Debug\" /EHsc /nologo /Fo"x64\Debug\" /Fp"x64\Debug\TestMKL.pch" /diagnostics:column&lt;/P&gt;&lt;P&gt;linker cmd line:&lt;/P&gt;&lt;P&gt;/OUT:"D:\Proj\AloX\Software\BornApprox\BornApproxLib\x64\Debug\TestMKL.exe" /MANIFEST /NXCOMPAT /PDB:"D:\Proj\AloX\Software\BornApprox\BornApproxLib\x64\Debug\TestMKL.pdb" /DYNAMICBASE "kernel32.lib" "user32.lib" "gdi32.lib" "winspool.lib" "comdlg32.lib" "advapi32.lib" "shell32.lib" "ole32.lib" "oleaut32.lib" "uuid.lib" "odbc32.lib" "odbccp32.lib" /DEBUG /MACHINE:X64 /INCREMENTAL /PGD:"D:\Proj\AloX\Software\BornApprox\BornApproxLib\x64\Debug\TestMKL.pgd" /SUBSYSTEM:CONSOLE /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /ManifestFile:"x64\Debug\TestMKL.exe.intermediate.manifest" /LTCGOUT:"x64\Debug\TestMKL.iobj" /ERRORREPORT:PROMPT /ILK:"x64\Debug\TestMKL.ilk" /NOLOGO /TLBID:1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Release Config:&lt;/P&gt;&lt;P&gt;Build:&lt;/P&gt;&lt;P&gt;Neuerstellen gestartet...&lt;BR /&gt;1&amp;gt;------ Neues Erstellen gestartet: Projekt: TestMKL, Konfiguration: Release x64 ------&lt;BR /&gt;1&amp;gt;basic_dp_real_dft_1d.c&lt;BR /&gt;1&amp;gt;Code wird generiert.&lt;BR /&gt;1&amp;gt;Previous IPDB not found, fall back to full compilation.&lt;BR /&gt;1&amp;gt;All 12 functions were compiled because no usable IPDB/IOBJ from previous compilation was found.&lt;BR /&gt;1&amp;gt;Codegenerierung ist abgeschlossen.&lt;BR /&gt;1&amp;gt;TestMKL.vcxproj -&amp;gt; D:\Proj\AloX\Software\BornApprox\BornApproxLib\x64\Release\TestMKL.exe&lt;BR /&gt;========== Alles neu erstellen: 1 erfolgreich, 0 fehlerhaft, 0 übersprungen ==========&lt;/P&gt;&lt;P&gt;compiler cmd line:&lt;/P&gt;&lt;P&gt;/JMC /permissive- /ifcOutput "x64\Debug\" /GS /W3 /Zc:wchar_t /ZI /Gm- /Od /sdl /Fd"x64\Debug\vc142.pdb" /Zc:inline /D "_DEBUG" /D "_CONSOLE" /D "_UNICODE" /D "UNICODE" /D "_CRT_SECURE_NO_WARNINGS" /errorReport:prompt /WX- /Zc:forScope /RTC1 /Gd /MDd /FC /Fa"x64\Debug\" /EHsc /nologo /Fo"x64\Debug\" /Fp"x64\Debug\TestMKL.pch" /diagnostics:column&lt;/P&gt;&lt;P&gt;linker cmd line:&lt;/P&gt;&lt;P&gt;/OUT:"D:\Proj\AloX\Software\BornApprox\BornApproxLib\x64\Debug\TestMKL.exe" /MANIFEST /NXCOMPAT /PDB:"D:\Proj\AloX\Software\BornApprox\BornApproxLib\x64\Debug\TestMKL.pdb" /DYNAMICBASE "kernel32.lib" "user32.lib" "gdi32.lib" "winspool.lib" "comdlg32.lib" "advapi32.lib" "shell32.lib" "ole32.lib" "oleaut32.lib" "uuid.lib" "odbc32.lib" "odbccp32.lib" /DEBUG /MACHINE:X64 /INCREMENTAL /PGD:"D:\Proj\AloX\Software\BornApprox\BornApproxLib\x64\Debug\TestMKL.pgd" /SUBSYSTEM:CONSOLE /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /ManifestFile:"x64\Debug\TestMKL.exe.intermediate.manifest" /LTCGOUT:"x64\Debug\TestMKL.iobj" /ERRORREPORT:PROMPT /ILK:"x64\Debug\TestMKL.ilk" /NOLOGO /TLBID:1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Dietmar&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jun 2025 10:47:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FFT-in-Release-Configuration-fails/m-p/1696995#M37210</guid>
      <dc:creator>DD42</dc:creator>
      <dc:date>2025-06-13T10:47:55Z</dc:date>
    </item>
    <item>
      <title>Re:FFT in Release-Configuration fails</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FFT-in-Release-Configuration-fails/m-p/1697032#M37212</link>
      <description>&lt;P&gt;We can not find your reply in our system. I sent out a test email to you through our ticket system. Would you please check and reply to that? &lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 13 Jun 2025 13:59:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FFT-in-Release-Configuration-fails/m-p/1697032#M37212</guid>
      <dc:creator>Shiquan_Su</dc:creator>
      <dc:date>2025-06-13T13:59:14Z</dc:date>
    </item>
    <item>
      <title>Re: Re:FFT in Release-Configuration fails</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FFT-in-Release-Configuration-fails/m-p/1697033#M37213</link>
      <description>&lt;P&gt;Hello Shiquan,&lt;/P&gt;&lt;P&gt;see your reply, but not mine though I re-entered it recently.&lt;/P&gt;&lt;P&gt;Is there a limitation in the number of characters or issues with special characters?&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Dietmar&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jun 2025 14:06:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FFT-in-Release-Configuration-fails/m-p/1697033#M37213</guid>
      <dc:creator>DD42</dc:creator>
      <dc:date>2025-06-13T14:06:30Z</dc:date>
    </item>
    <item>
      <title>Re: Re:FFT in Release-Configuration fails</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FFT-in-Release-Configuration-fails/m-p/1697035#M37214</link>
      <description>&lt;P&gt;Hello Shiquan,&lt;/P&gt;&lt;P&gt;thank you for your quick response. I attached the infos in a seperate file. Hope that helps&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Dietmar&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jun 2025 14:20:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FFT-in-Release-Configuration-fails/m-p/1697035#M37214</guid>
      <dc:creator>DD42</dc:creator>
      <dc:date>2025-06-13T14:20:30Z</dc:date>
    </item>
    <item>
      <title>Re: FFT in Release-Configuration fails</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FFT-in-Release-Configuration-fails/m-p/1697208#M37215</link>
      <description>&lt;P&gt;Thanks, Dietmar:&lt;/P&gt;
&lt;P&gt;We see your log now. I am studying it, still have no idea what makes the difference between debug and release builds to lead to the error.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Shiquan&lt;/P&gt;</description>
      <pubDate>Sat, 14 Jun 2025 17:49:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FFT-in-Release-Configuration-fails/m-p/1697208#M37215</guid>
      <dc:creator>Shiquan_Su</dc:creator>
      <dc:date>2025-06-14T17:49:36Z</dc:date>
    </item>
    <item>
      <title>Re:FFT in Release-Configuration fails</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FFT-in-Release-Configuration-fails/m-p/1697609#M37219</link>
      <description>&lt;P&gt;We studied your build log and cannot see how the mkl (dft) is compiled and linked to your executable.&amp;nbsp;Can you share your full project?&lt;/P&gt;&lt;P&gt;We can see these lines in your release build process, saying some object files were recompiled:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;1&amp;gt;basic_dp_real_dft_1d.c&lt;/P&gt;&lt;P&gt;1&amp;gt;Code wird generiert.&lt;/P&gt;&lt;P&gt;1&amp;gt;Previous IPDB not found, fall back to full compilation.&lt;/P&gt;&lt;P&gt;1&amp;gt;All 12 functions were compiled because no usable IPDB/IOBJ from the previous compilation was found.&lt;/P&gt;&lt;P&gt;1&amp;gt;Codegenerierung ist abgeschlossen.&lt;/P&gt;&lt;P&gt;1&amp;gt;TestMKL.vcxproj -&amp;gt; D:\Proj\AloX\Software\BornApprox\BornApproxLib\x64\Release\TestMKL.exe&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Probably your debug build is using existing IOBJ files, which can fulfill your mkl(dft) calls. The best way is you set up your Microsoft VS to link to mkl properly. The following is a reference page:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.intel.com/content/www/us/en/docs/onemkl/developer-guide-windows/2023-2/config-microsoft-visual-c-dev-sys-to-link-onemkl.html" target="_blank"&gt;https://www.intel.com/content/www/us/en/docs/onemkl/developer-guide-windows/2023-2/config-microsoft-visual-c-dev-sys-to-link-onemkl.html&lt;/A&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Jun 2025 21:23:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FFT-in-Release-Configuration-fails/m-p/1697609#M37219</guid>
      <dc:creator>Shiquan_Su</dc:creator>
      <dc:date>2025-06-16T21:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: Re:FFT in Release-Configuration fails</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FFT-in-Release-Configuration-fails/m-p/1697806#M37220</link>
      <description>&lt;P&gt;Dear Shiquan,&lt;/P&gt;&lt;P&gt;I used the automatic linking option. According to link.command.tlog&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;^D:\PROJ\ALOX\SOFTWARE\BORNAPPROX\BORNAPPROXLIB\TESTMKL\X64\RELEASE\BASIC_DP_REAL_DFT_1D.OBJ&lt;BR /&gt;/OUT:"D:\PROJ\ALOX\SOFTWARE\BORNAPPROX\BORNAPPROXLIB\X64\RELEASE\TESTMKL.EXE" /VERBOSE /INCREMENTAL:NO /NOLOGO MKL_INTEL_LP64_DLL.LIB MKL_INTEL_THREAD_DLL.LIB MKL_CORE_DLL.LIB LIBIOMP5MD.LIB KERNEL32.LIB USER32.LIB GDI32.LIB WINSPOOL.LIB COMDLG32.LIB ADVAPI32.LIB SHELL32.LIB OLE32.LIB OLEAUT32.LIB UUID.LIB ODBC32.LIB ODBCCP32.LIB /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"D:\PROJ\ALOX\SOFTWARE\BORNAPPROX\BORNAPPROXLIB\X64\RELEASE\TESTMKL.PDB" /SUBSYSTEM:CONSOLE /OPT:REF /OPT:ICF /LTCG:incremental /LTCGOUT:"X64\RELEASE\TESTMKL.IOBJ" /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"D:\PROJ\ALOX\SOFTWARE\BORNAPPROX\BORNAPPROXLIB\X64\RELEASE\TESTMKL.LIB" /MACHINE:X64 X64\RELEASE\BASIC_DP_REAL_DFT_1D.OBJ&lt;/P&gt;&lt;P&gt;the linked mkl-libs coincide with those to be used in manual link (?).&lt;/P&gt;&lt;P&gt;Moreover I made the following observation: when starting my test-app for the first time I got a message saying that&amp;nbsp;mkl_intel_thread.2.dll is missing. So I copied it to my execution folder, Then I get the behaviour mentioned above. Now I copied some more dlls and the app makes some steps (-&amp;gt;console outputs) further, but still doesn't run correctly. Though I'm pretty sure that I followed the instructions during the install process, my setup may be corrupt meanwhile for some reasons. Is that possible or may there be still some other problems.&lt;/P&gt;&lt;P&gt;Best regards Dietmar&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jun 2025 08:37:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FFT-in-Release-Configuration-fails/m-p/1697806#M37220</guid>
      <dc:creator>DD42</dc:creator>
      <dc:date>2025-06-17T08:37:53Z</dc:date>
    </item>
    <item>
      <title>Re:FFT in Release-Configuration fails</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FFT-in-Release-Configuration-fails/m-p/1700216#M37224</link>
      <description>&lt;P&gt;From your automatic linking options: "&lt;SPAN style="font-size: 16px; font-family: intel-clear;"&gt;/NOLOGO MKL_INTEL_LP64_DLL.LIB MKL_INTEL_THREAD_DLL.LIB MKL_CORE_DLL.LIB LIBIOMP5MD.LIB&lt;/SPAN&gt;", it looks like your system tried to link to the mkl.&lt;/P&gt;&lt;P&gt;Can you check your computation environment against our link line advisor&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.intel.com/content/www/us/en/developer/tools/oneapi/onemkl-link-line-advisor.html" target="_blank"&gt;https://www.intel.com/content/www/us/en/developer/tools/oneapi/onemkl-link-line-advisor.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You may compare what link line advisor suggests for linking option against your automatic linking options.&lt;/P&gt;&lt;P&gt;After you apply link line advisor suggestion for linking option, please let me know the actual error you see.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Jun 2025 20:34:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FFT-in-Release-Configuration-fails/m-p/1700216#M37224</guid>
      <dc:creator>Shiquan_Su</dc:creator>
      <dc:date>2025-06-27T20:34:54Z</dc:date>
    </item>
  </channel>
</rss>

