<?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 Hi Su, Jing-Jung, in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FFT-3D-does-not-work-after-upgrade-to-mkl-2019/m-p/1139633#M26221</link>
    <description>&lt;P&gt;Hi Su, Jing-Jung,&lt;/P&gt;&lt;P&gt;It works well in my site with your package.&lt;/P&gt;&lt;P&gt;Here is my enviroment:(Windows 10; VS 2017(v141); MKL 2019 update 5)&lt;/P&gt;&lt;P&gt;Command Line in VS:&lt;/P&gt;&lt;P&gt;/JMC /permissive- /Yu"pch.h" /GS /W3 /Zc:wchar_t /I".\..\mkl\include" /I"C:\Program Files (x86)\Visual Leak Detector\include" /ZI /Gm- /Od /sdl /Fd"x64\Debug\vc141.pdb" /Zc:inline /fp:precise /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:classic&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 25 Nov 2019 08:52:21 GMT</pubDate>
    <dc:creator>Ruqiu_C_Intel</dc:creator>
    <dc:date>2019-11-25T08:52:21Z</dc:date>
    <item>
      <title>FFT 3D does not work after upgrade to mkl  2019</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FFT-3D-does-not-work-after-upgrade-to-mkl-2019/m-p/1139624#M26212</link>
      <description>&lt;P&gt;Upgraded from mkl 11.0.4 to 2019, the&amp;nbsp; DftiComputeForward &amp;amp; DftiComputeBackward calls failed on 3d &amp;nbsp;(2d is OK), source code as below:&lt;/P&gt;&lt;P&gt;--- initialize&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;m_inputImage = (mkl_float_complex*)MKL_malloc(sizeof(mkl_float_complex) * mnq, alignSize);&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;memset(m_inputImage, 0, sizeof(mkl_float_complex)*mnq);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;long statusMKL;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;statusMKL = DftiCreateDescriptor( &amp;amp;LogGaborMKLDescriptor_Forward, DFTI_SINGLE,DFTI_COMPLEX, 3, len);&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;if (! DftiErrorClass(statusMKL, DFTI_NO_ERROR)) &amp;nbsp;return FALSE;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;long stride_in[4];&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;stride_in[0] = 0; stride_in[1] = 1; stride_in[2] = m; stride_in[3] = m*n;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;statusMKL = DftiSetValue(LogGaborMKLDescriptor_Forward, DFTI_INPUT_STRIDES, stride_in);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;statusMKL = DftiCommitDescriptor(LogGaborMKLDescriptor_Forward);&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;if (! DftiErrorClass(statusMKL, DFTI_NO_ERROR)) &amp;nbsp;return FALSE;&lt;/P&gt;&lt;P&gt;---&amp;nbsp;call&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;long statusMKL = DftiComputeForward(LogGaborMKLDescriptor_Forward, m_inputImage);&lt;/P&gt;&lt;P&gt;--------------&lt;/P&gt;&lt;P&gt;Debug shows an error code 9 (DFTI_1D_LENGTH_EXCEEDS_INT32 )&amp;nbsp; from&amp;nbsp;DftiCommitDescriptor.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Our code is linking with these libraries: mkl_core_dll.lib;mkl_intel_lp64_dll.lib;mkl_intel_thread_dll.lib&lt;/P&gt;&lt;P&gt;Please let me know what I can do to resolve this issue.&amp;nbsp; THANKS.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2019 18:16:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FFT-3D-does-not-work-after-upgrade-to-mkl-2019/m-p/1139624#M26212</guid>
      <dc:creator>su__jing-jung</dc:creator>
      <dc:date>2019-11-07T18:16:47Z</dc:date>
    </item>
    <item>
      <title>this symptom (DFTI_1D_LENGTH</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FFT-3D-does-not-work-after-upgrade-to-mkl-2019/m-p/1139625#M26213</link>
      <description>&lt;P&gt;this symptom (DFTI_1D_LENGTH_EXCEEDS_INT32 ) shows that the input problem sizes are big and you may try to relink with ILP64 API.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2019 03:24:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FFT-3D-does-not-work-after-upgrade-to-mkl-2019/m-p/1139625#M26213</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2019-11-08T03:24:53Z</dc:date>
    </item>
    <item>
      <title>Thanks for reply.  Replaced</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FFT-3D-does-not-work-after-upgrade-to-mkl-2019/m-p/1139626#M26214</link>
      <description>&lt;P&gt;Thanks for reply.&amp;nbsp; Replaced with mkl_intel_ilp64_dll.lib does not&amp;nbsp;work, still gets the same error at memory init time.&amp;nbsp; What else I need to change to pass this error?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2019 23:01:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FFT-3D-does-not-work-after-upgrade-to-mkl-2019/m-p/1139626#M26214</guid>
      <dc:creator>su__jing-jung</dc:creator>
      <dc:date>2019-11-12T23:01:38Z</dc:date>
    </item>
    <item>
      <title>could you give us the</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FFT-3D-does-not-work-after-upgrade-to-mkl-2019/m-p/1139627#M26215</link>
      <description>&lt;P&gt;could you give us the simplest reproducer which we could build and run on our side?&lt;/P&gt;</description>
      <pubDate>Wed, 13 Nov 2019 03:20:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FFT-3D-does-not-work-after-upgrade-to-mkl-2019/m-p/1139627#M26215</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2019-11-13T03:20:45Z</dc:date>
    </item>
    <item>
      <title>Include a TestMKL.zip file</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FFT-3D-does-not-work-after-upgrade-to-mkl-2019/m-p/1139628#M26216</link>
      <description>&lt;P&gt;Include a TestMKL.zip file that can be extract into a full C++ solution showing the initialization problem.&amp;nbsp; THANKS.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Nov 2019 21:35:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FFT-3D-does-not-work-after-upgrade-to-mkl-2019/m-p/1139628#M26216</guid>
      <dc:creator>su__jing-jung</dc:creator>
      <dc:date>2019-11-13T21:35:09Z</dc:date>
    </item>
    <item>
      <title>I don't see if you use /MKL</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FFT-3D-does-not-work-after-upgrade-to-mkl-2019/m-p/1139629#M26217</link>
      <description>&lt;P&gt;I don't see if you use /MKL_ILP64&amp;nbsp;option when linked the case against ILP64 bits&lt;/P&gt;&lt;P&gt;/Yu"pch.h" /GS /W3 /Zc:wchar_t /I".\..\mkl\include" /I"C:\Program Files (x86)\Visual Leak Detector\include" /ZI /Gm /Od /sdl /Fd"x64\Debug\vc140.pdb" /Zc:inline /D "_DEBUG" /D "_CONSOLE" /D "_UNICODE" /D "UNICODE" /errorReport:prompt /WX- /Zc:forScope /RTC1 /Gd /MDd /Fa"x64\Debug\" /EHsc /nologo /Fo"x64\Debug\" /Fp"x64\Debug\TestMKL.pch"&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Nov 2019 08:55:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FFT-3D-does-not-work-after-upgrade-to-mkl-2019/m-p/1139629#M26217</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2019-11-14T08:55:33Z</dc:date>
    </item>
    <item>
      <title>I use VS 2017 to build the</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FFT-3D-does-not-work-after-upgrade-to-mkl-2019/m-p/1139630#M26218</link>
      <description>&lt;P&gt;I use VS 2017 to build the solution, the Command Line property is as below.&amp;nbsp;&lt;/P&gt;&lt;P&gt;/OUT:"C:\Dev\Test\TestMKL\x64\Debug\TestMKL.exe" /MANIFEST /NXCOMPAT /PDB:"C:\Dev\Test\TestMKL\x64\Debug\TestMKL.pdb" /DYNAMICBASE "mkl_core_dll.lib" "mkl_intel_ilp64_dll.lib" "mkl_intel_thread_dll.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" /DEBUG /MACHINE:X64 /INCREMENTAL /PGD:"C:\Dev\Test\TestMKL\x64\Debug\TestMKL.pgd" /SUBSYSTEM:CONSOLE /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /ManifestFile:"x64\Debug\TestMKL.exe.intermediate.manifest" /ERRORREPORT:PROMPT /NOLOGO /LIBPATH:"../mkl/x64/lib" /LIBPATH:"C:\Program Files (x86)\Visual Leak Detector\lib\Win64" /TLBID:1&amp;nbsp;&lt;/P&gt;&lt;P&gt;The&amp;nbsp;code worked in V11.0.4 and earlier version with linking to mkl_intel_lp64_dll.lib and&amp;nbsp; mkl_core_dll.lib,&amp;nbsp;mkl_intel_thread_dll.lib&amp;nbsp;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Nov 2019 15:49:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FFT-3D-does-not-work-after-upgrade-to-mkl-2019/m-p/1139630#M26218</guid>
      <dc:creator>su__jing-jung</dc:creator>
      <dc:date>2019-11-14T15:49:50Z</dc:date>
    </item>
    <item>
      <title>yes, I also checked the</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FFT-3D-does-not-work-after-upgrade-to-mkl-2019/m-p/1139631#M26219</link>
      <description>&lt;P&gt;yes, I also checked the linking options. here everything is correct, but you need to add MKL_ILP64 to the compiler option. Please check MKL developer Guide for more details or look at the MKL Linker adviser tips&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2019 01:04:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FFT-3D-does-not-work-after-upgrade-to-mkl-2019/m-p/1139631#M26219</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2019-11-15T01:04:27Z</dc:date>
    </item>
    <item>
      <title>Added MKL_ILP64 to compiler</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FFT-3D-does-not-work-after-upgrade-to-mkl-2019/m-p/1139632#M26220</link>
      <description>&lt;P&gt;Added MKL_ILP64 to compiler option, still receive the same error.&lt;/P&gt;&lt;P&gt;/JMC /permissive- /Yu"pch.h" /GS /W3 /Zc:wchar_t /I".\..\mkl\include" /I"C:\Program Files (x86)\Visual Leak Detector\include" /ZI /Gm- /Od /sdl /Fd"x64\Debug\vc141.pdb" /Zc:inline /fp:precise /D "_DEBUG" /D "_CONSOLE" /D "MKL_ILP64" /D "_WINDOWS" /D "WIN64" /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:classic&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2019 20:19:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FFT-3D-does-not-work-after-upgrade-to-mkl-2019/m-p/1139632#M26220</guid>
      <dc:creator>su__jing-jung</dc:creator>
      <dc:date>2019-11-15T20:19:21Z</dc:date>
    </item>
    <item>
      <title>Hi Su, Jing-Jung,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FFT-3D-does-not-work-after-upgrade-to-mkl-2019/m-p/1139633#M26221</link>
      <description>&lt;P&gt;Hi Su, Jing-Jung,&lt;/P&gt;&lt;P&gt;It works well in my site with your package.&lt;/P&gt;&lt;P&gt;Here is my enviroment:(Windows 10; VS 2017(v141); MKL 2019 update 5)&lt;/P&gt;&lt;P&gt;Command Line in VS:&lt;/P&gt;&lt;P&gt;/JMC /permissive- /Yu"pch.h" /GS /W3 /Zc:wchar_t /I".\..\mkl\include" /I"C:\Program Files (x86)\Visual Leak Detector\include" /ZI /Gm- /Od /sdl /Fd"x64\Debug\vc141.pdb" /Zc:inline /fp:precise /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:classic&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Nov 2019 08:52:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FFT-3D-does-not-work-after-upgrade-to-mkl-2019/m-p/1139633#M26221</guid>
      <dc:creator>Ruqiu_C_Intel</dc:creator>
      <dc:date>2019-11-25T08:52:21Z</dc:date>
    </item>
    <item>
      <title>Hi, Ruqiu,  Thank you. Your</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FFT-3D-does-not-work-after-upgrade-to-mkl-2019/m-p/1139634#M26222</link>
      <description>&lt;P&gt;Hi, Ruqiu,&amp;nbsp; Thank you. Your command line does not have&amp;nbsp;/D "MKL_ILP64" and still working?&amp;nbsp; There must be a small different in your project that ours did not have.&amp;nbsp; &amp;nbsp;What do you think that can be?&amp;nbsp;&amp;nbsp;Our code has be in production for years, really need to resolve this problem.&lt;/P&gt;&lt;P&gt;We are also on Windows 10, VS 2017. The&amp;nbsp;test solution package I gave to you includes all the MKL libraries we linked to has file version 1019.0.5.1.&amp;nbsp; When I run with debug, the output shows only mkl_def.dll is loaded.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;---&lt;/P&gt;&lt;P&gt;'TestMKL.exe' (Win32): Loaded 'C:\Dev\Test\TestMKL\x64\Debug\TestMKL.exe'. Symbols loaded.&lt;BR /&gt;'TestMKL.exe' (Win32): Loaded 'C:\Windows\System32\ntdll.dll'. Cannot find or open the PDB file.&lt;BR /&gt;'TestMKL.exe' (Win32): Loaded 'C:\Windows\System32\kernel32.dll'. Cannot find or open the PDB file.&lt;BR /&gt;'TestMKL.exe' (Win32): Loaded 'C:\Windows\System32\KernelBase.dll'. Cannot find or open the PDB file.&lt;BR /&gt;'TestMKL.exe' (Win32): Loaded 'C:\Dev\Test\TestMKL\x64\Debug\mkl_core.dll'. Module was built without symbols.&lt;BR /&gt;'TestMKL.exe' (Win32): Loaded 'C:\Dev\Test\TestMKL\x64\Debug\mkl_intel_thread.dll'. Module was built without symbols.&lt;BR /&gt;'TestMKL.exe' (Win32): Loaded 'C:\Windows\System32\msvcp140d.dll'. Cannot find or open the PDB file.&lt;BR /&gt;'TestMKL.exe' (Win32): Loaded 'C:\Windows\System32\vcruntime140d.dll'. Cannot find or open the PDB file.&lt;BR /&gt;'TestMKL.exe' (Win32): Loaded 'C:\Windows\System32\ucrtbased.dll'. Cannot find or open the PDB file.&lt;BR /&gt;'TestMKL.exe' (Win32): Loaded 'C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64_win\compiler\libiomp5md.dll'. Symbols loaded.&lt;BR /&gt;The thread 0x34f08 has exited with code 0 (0x0).&lt;BR /&gt;'TestMKL.exe' (Win32): Loaded 'C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64_win\mpirt\libimalloc.dll'. Cannot find or open the PDB file.&lt;BR /&gt;'TestMKL.exe' (Win32): Unloaded 'C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64_win\mpirt\libimalloc.dll'&lt;BR /&gt;'TestMKL.exe' (Win32): Loaded 'C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64_win\mpirt\libimalloc.dll'. Cannot find or open the PDB file.&lt;BR /&gt;'TestMKL.exe' (Win32): Unloaded 'C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64_win\mpirt\libimalloc.dll'&lt;BR /&gt;'TestMKL.exe' (Win32): Loaded 'C:\Dev\Test\TestMKL\x64\Debug\mkl_def.dll'. Module was built without symbols.&lt;BR /&gt;'TestMKL.exe' (Win32): Loaded 'C:\Windows\System32\kernel.appcore.dll'. Cannot find or open the PDB file.&lt;BR /&gt;'TestMKL.exe' (Win32): Loaded 'C:\Windows\System32\msvcrt.dll'. Cannot find or open the PDB file.&lt;BR /&gt;'TestMKL.exe' (Win32): Loaded 'C:\Windows\System32\rpcrt4.dll'. Cannot find or open the PDB file.&lt;BR /&gt;The thread 0x3564c has exited with code 0 (0x0).&lt;BR /&gt;The thread 0x3550c has exited with code 0 (0x0).&lt;BR /&gt;The program '[0x34630] TestMKL.exe' has exited with code 0 (0x0).&lt;BR /&gt;-&lt;/P&gt;&lt;P&gt;Result:&lt;/P&gt;&lt;P&gt;DftiCommitDescriptor error = DFTI_1D_LENGTH_EXCEEDS_INT32&lt;BR /&gt;Status = FAILED&lt;/P&gt;</description>
      <pubDate>Thu, 05 Dec 2019 22:13:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FFT-3D-does-not-work-after-upgrade-to-mkl-2019/m-p/1139634#M26222</guid>
      <dc:creator>su__jing-jung</dc:creator>
      <dc:date>2019-12-05T22:13:15Z</dc:date>
    </item>
  </channel>
</rss>

