<?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 Intel MKL FATAL Error: dynamic library mkl_vml_avx.dll is not convenient for this processor in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-MKL-FATAL-Error-dynamic-library-mkl-vml-avx-dll-is-not/m-p/1196977#M29835</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;We are using MKL -2019.0.117 version on both Windows and Linux.&lt;/P&gt;
&lt;P&gt;On Windows 10_X64 with intel processor and VC15 compiler, we are facing an issue saying&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;STRONG&gt;Intel MKL FATAL Error: dynamic library mkl_vml_avx.dll is not convenient for this processor.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;The same issue is not getting reproduced for AMD processors.&lt;/P&gt;
&lt;P&gt;Please help us in solving this and please let us know are we missing any specific set of settings like environment variables using MKL for a specific processor.&lt;/P&gt;
&lt;P&gt;Note: We are not using SDL link line, we are using the other way.&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Mon, 03 Aug 2020 17:27:51 GMT</pubDate>
    <dc:creator>JaiKrishna</dc:creator>
    <dc:date>2020-08-03T17:27:51Z</dc:date>
    <item>
      <title>Intel MKL FATAL Error: dynamic library mkl_vml_avx.dll is not convenient for this processor</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-MKL-FATAL-Error-dynamic-library-mkl-vml-avx-dll-is-not/m-p/1196977#M29835</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;We are using MKL -2019.0.117 version on both Windows and Linux.&lt;/P&gt;
&lt;P&gt;On Windows 10_X64 with intel processor and VC15 compiler, we are facing an issue saying&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;STRONG&gt;Intel MKL FATAL Error: dynamic library mkl_vml_avx.dll is not convenient for this processor.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;The same issue is not getting reproduced for AMD processors.&lt;/P&gt;
&lt;P&gt;Please help us in solving this and please let us know are we missing any specific set of settings like environment variables using MKL for a specific processor.&lt;/P&gt;
&lt;P&gt;Note: We are not using SDL link line, we are using the other way.&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Aug 2020 17:27:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-MKL-FATAL-Error-dynamic-library-mkl-vml-avx-dll-is-not/m-p/1196977#M29835</guid>
      <dc:creator>JaiKrishna</dc:creator>
      <dc:date>2020-08-03T17:27:51Z</dc:date>
    </item>
    <item>
      <title>Re: Intel MKL FATAL Error: dynamic library mkl_vml_avx.dll is not convenient for this processor</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-MKL-FATAL-Error-dynamic-library-mkl-vml-avx-dll-is-not/m-p/1197098#M29838</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&amp;gt;&amp;gt;Note: We are not using SDL link line, we are using the other way.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;lt;&amp;lt; it seems you use some kind of dlopen method...&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Could you describe how do you link the application?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Aug 2020 02:28:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-MKL-FATAL-Error-dynamic-library-mkl-vml-avx-dll-is-not/m-p/1197098#M29838</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2020-08-04T02:28:58Z</dc:date>
    </item>
    <item>
      <title>Re: Intel MKL FATAL Error: dynamic library mkl_vml_avx.dll is not convenient for this processor</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-MKL-FATAL-Error-dynamic-library-mkl-vml-avx-dll-is-not/m-p/1197164#M29844</link>
      <description>&lt;P&gt;we are linking the same way as link line advisor suggests like&amp;nbsp;&lt;/P&gt;
&lt;P&gt;mkl_intel_ilp64_dll.lib mkl_intel_thread_dll.lib mkl_core_dll.lib libiomp5md.lib.&lt;/P&gt;
&lt;P&gt;If we are using VML/AVX related dlls manually by using a dlopen method or LoadLibrary, should we make any specific settings like enabling AVX instruction set, our processors are capable of AVX instruction set?&lt;/P&gt;
&lt;P&gt;or&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are these VML/AVX related DLLs automatically loaded by any other dll at runtime by checking the processor type?&lt;/P&gt;
&lt;P&gt;Please explain to us or provide some info on this processor dependent dlls.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Aug 2020 06:29:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-MKL-FATAL-Error-dynamic-library-mkl-vml-avx-dll-is-not/m-p/1197164#M29844</guid>
      <dc:creator>JaiKrishna</dc:creator>
      <dc:date>2020-08-04T06:29:03Z</dc:date>
    </item>
    <item>
      <title>Re: Intel MKL FATAL Error: dynamic library mkl_vml_avx.dll is not convenient for this processor</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-MKL-FATAL-Error-dynamic-library-mkl-vml-avx-dll-is-not/m-p/1197460#M29847</link>
      <description>&lt;P&gt;To be on 100% sure, you need to load all mkl dll when using a dlopen method….&lt;BR /&gt;Or you may try to load the only mkl_rt.dll and check if you will see the same problem.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Aug 2020 02:53:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-MKL-FATAL-Error-dynamic-library-mkl-vml-avx-dll-is-not/m-p/1197460#M29847</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2020-08-05T02:53:13Z</dc:date>
    </item>
  </channel>
</rss>

