<?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:About MKL_CBWR code path dispatch in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/About-MKL-CBWR-code-path-dispatch/m-p/1477304#M34469</link>
    <description>&lt;P&gt;Hi Bob, &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We have not heard back from you. Could you please provide an update on your issue?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Praneeth Achanta&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 17 Apr 2023 04:23:06 GMT</pubDate>
    <dc:creator>PraneethA_Intel</dc:creator>
    <dc:date>2023-04-17T04:23:06Z</dc:date>
    <item>
      <title>About MKL_CBWR code path dispatch</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/About-MKL-CBWR-code-path-dispatch/m-p/1474138#M34424</link>
      <description>&lt;P&gt;My program runs on I&lt;SPAN&gt;ntel Xeon Gold 6348, the Linux is&amp;nbsp;&lt;/SPAN&gt;RHEL7.8.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Intel Xeon Gold 6348's launch date is Q2'21.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;The MKL version is&amp;nbsp; "&lt;SPAN&gt;MKL 2020.0&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Product&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;build&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;20191122&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;for Intel(R) 64 architecture".&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;When I set&amp;nbsp;MKL_CBWR to AVX2 and AVX, then run the program, the libmkl_avx512.so and&amp;nbsp;libmkl_vml_avx512.so are loaded. This is not as my&amp;nbsp;expected.&amp;nbsp; When&amp;nbsp;MKL_CBWR=AVX2, I think the libmkl_avx2.so and libmkl_vml_avx2.so will be loaded.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;When&amp;nbsp;I set&amp;nbsp;MKL_CBWR=AVX2 and&amp;nbsp;MKL_ENABLE_INSTRUCTIONS=AVX2, the libmkl_avx2.so and libmkl_vml_avx2.so are loaded.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Since&amp;nbsp;6348 support AVX2, when I just set MKL_CBWR=AVX2, why MKL not load the right library(libmkl_avx2.so and libmkl_vml_avx2.so)&amp;nbsp; ?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Is it because the&amp;nbsp;&amp;nbsp;6348's launch date(Q2'21) is behind the MKL launch date(20191122) , so the MKL not dispatch the code path to AVX2 even I set&amp;nbsp;MKL_CBWR=AVX2 ?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;And why the AVX512 is dispatched ?&lt;/P&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;</description>
      <pubDate>Fri, 07 Apr 2023 08:27:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/About-MKL-CBWR-code-path-dispatch/m-p/1474138#M34424</guid>
      <dc:creator>Bob2023</dc:creator>
      <dc:date>2023-04-07T08:27:21Z</dc:date>
    </item>
    <item>
      <title>Re:About MKL_CBWR code path dispatch</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/About-MKL-CBWR-code-path-dispatch/m-p/1474874#M34438</link>
      <description>&lt;P&gt;Hi Bob,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for posting in Intel communities.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;In some cases, Intel oneAPI Math Kernel Library also provides support for upcoming architectures ahead of hardware availability and Intel MKL does not automatically dispatch code path as desired. Hence, you will need to use the MKL_ENABLE_INSTRUCTIONS environment variable or mkl_enable_instructions support function to enable an ISA. &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Please refer to the below link for more information.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.intel.com/content/www/us/en/docs/onemkl/developer-guide-windows/2023-0/instruction-set-specific-dispatch-on-intel-archs.html" rel="noopener noreferrer" target="_blank"&gt;https://www.intel.com/content/www/us/en/docs/onemkl/developer-guide-windows/2023-0/instruction-set-specific-dispatch-on-intel-archs.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Praneeth Achanta&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 10 Apr 2023 11:11:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/About-MKL-CBWR-code-path-dispatch/m-p/1474874#M34438</guid>
      <dc:creator>PraneethA_Intel</dc:creator>
      <dc:date>2023-04-10T11:11:20Z</dc:date>
    </item>
    <item>
      <title>Re:About MKL_CBWR code path dispatch</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/About-MKL-CBWR-code-path-dispatch/m-p/1477304#M34469</link>
      <description>&lt;P&gt;Hi Bob, &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We have not heard back from you. Could you please provide an update on your issue?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Praneeth Achanta&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Apr 2023 04:23:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/About-MKL-CBWR-code-path-dispatch/m-p/1477304#M34469</guid>
      <dc:creator>PraneethA_Intel</dc:creator>
      <dc:date>2023-04-17T04:23:06Z</dc:date>
    </item>
    <item>
      <title>Re:About MKL_CBWR code path dispatch</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/About-MKL-CBWR-code-path-dispatch/m-p/1478644#M34490</link>
      <description>&lt;P&gt;Hi Bob,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Glad to know your issue was resolved. As per your comments in &lt;A href="https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-CBWR-and-MKL-ENALBE-INSTRUCTIONS/m-p/1478254#M34483" rel="noopener noreferrer" target="_blank"&gt;this&lt;/A&gt; thread, we are closing this case. The current thread will no longer be monitored by Intel. If you need any further assistance, please post a new question.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Praneeth Achanta&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Apr 2023 09:24:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/About-MKL-CBWR-code-path-dispatch/m-p/1478644#M34490</guid>
      <dc:creator>PraneethA_Intel</dc:creator>
      <dc:date>2023-04-20T09:24:05Z</dc:date>
    </item>
  </channel>
</rss>

