<?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: MKL_Set_Num_Threads(n) and MKL_Verbose(1) make DASUM() and DGEMM() fail in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Set-Num-Threads-n-and-MKL-Verbose-1-make-DASUM-and-DGEMM/m-p/1556279#M35650</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Based on the provided link, it appears that the code you shared is written in Pascal. Could you please confirm if this is indeed the case?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Jilani&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 22 Dec 2023 06:12:40 GMT</pubDate>
    <dc:creator>JilaniS_Intel</dc:creator>
    <dc:date>2023-12-22T06:12:40Z</dc:date>
    <item>
      <title>MKL_Set_Num_Threads(n) and MKL_Verbose(1) make DASUM() and DGEMM() fail</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Set-Num-Threads-n-and-MKL-Verbose-1-make-DASUM-and-DGEMM/m-p/1553324#M35594</link>
      <description>&lt;P&gt;Dear community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I met the situation that currently couldn't be explained.&lt;/P&gt;&lt;P&gt;&lt;U&gt;Situation 1&lt;/U&gt;: If I call&amp;nbsp;MKL_Verbose(1), then DASUM() and DGEMM() fail with&amp;nbsp;External exception C06D007E.&lt;/P&gt;&lt;P&gt;&lt;U&gt;Situation 2&lt;/U&gt;:&amp;nbsp; if I call&amp;nbsp;MKL_Set_Num_Threads(n) where n&amp;gt;1,&amp;nbsp;DGEMM() fails with same exception but DASUM() works as expected. Before setting the number of threads, MKL_Set_Dynamic(0) is called.&lt;/P&gt;&lt;P&gt;Actually, I work with my code from&amp;nbsp;&lt;A href="https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Failed-to-use-MKL-linked-dynamically-from-Delphi-x64/m-p/1552112" target="_blank"&gt;https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Failed-to-use-MKL-linked-dynamically-from-Delphi-x64/m-p/1552112&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Everything is fine in case of MKL_Set_Dynamic(0) and&amp;nbsp;MKL_Set_Num_Threads(1).&lt;/P&gt;&lt;P&gt;I also tried to use MKL_malloc() to allocate the memory, but it changed nothing. Playing with&amp;nbsp;MKL_Enable_Instructions() and&amp;nbsp;MKL_Set_Threading_Layer() didn't help as well.&lt;/P&gt;&lt;P&gt;Internet is full of the&amp;nbsp;DGEMM() +&amp;nbsp;MKL_Set_Num_Threads() examples, so they should work together.&lt;/P&gt;&lt;P&gt;Could you please help in this?&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2023 00:20:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Set-Num-Threads-n-and-MKL-Verbose-1-make-DASUM-and-DGEMM/m-p/1553324#M35594</guid>
      <dc:creator>RomanN</dc:creator>
      <dc:date>2023-12-13T00:20:07Z</dc:date>
    </item>
    <item>
      <title>Re:MKL_Set_Num_Threads(n) and MKL_Verbose(1) make DASUM() and DGEMM() fail</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Set-Num-Threads-n-and-MKL-Verbose-1-make-DASUM-and-DGEMM/m-p/1554327#M35616</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&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;We are looking into your issue internally. We will get back to you soon with an update.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jilani&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 15 Dec 2023 11:10:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Set-Num-Threads-n-and-MKL-Verbose-1-make-DASUM-and-DGEMM/m-p/1554327#M35616</guid>
      <dc:creator>JilaniS_Intel</dc:creator>
      <dc:date>2023-12-15T11:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: MKL_Set_Num_Threads(n) and MKL_Verbose(1) make DASUM() and DGEMM() fail</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Set-Num-Threads-n-and-MKL-Verbose-1-make-DASUM-and-DGEMM/m-p/1556279#M35650</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Based on the provided link, it appears that the code you shared is written in Pascal. Could you please confirm if this is indeed the case?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Jilani&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Dec 2023 06:12:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Set-Num-Threads-n-and-MKL-Verbose-1-make-DASUM-and-DGEMM/m-p/1556279#M35650</guid>
      <dc:creator>JilaniS_Intel</dc:creator>
      <dc:date>2023-12-22T06:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: MKL_Set_Num_Threads(n) and MKL_Verbose(1) make DASUM() and DGEMM() fail</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Set-Num-Threads-n-and-MKL-Verbose-1-make-DASUM-and-DGEMM/m-p/1556332#M35651</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi Jilani,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I confirm that the code is written in Delphi 11 and targeted Win64 platform.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Roman&lt;/P&gt;</description>
      <pubDate>Thu, 21 Dec 2023 15:55:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Set-Num-Threads-n-and-MKL-Verbose-1-make-DASUM-and-DGEMM/m-p/1556332#M35651</guid>
      <dc:creator>RomanN</dc:creator>
      <dc:date>2023-12-21T15:55:08Z</dc:date>
    </item>
    <item>
      <title>Re:MKL_Set_Num_Threads(n) and MKL_Verbose(1) make DASUM() and DGEMM() fail</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Set-Num-Threads-n-and-MKL-Verbose-1-make-DASUM-and-DGEMM/m-p/1556671#M35654</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thank you for your reply.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Could you kindly refer to the link provided below?. The provided link contains information regarding hardware and software requirements for the Intel® oneAPI Math Kernel Library.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;A href="https://www.intel.com/content/www/us/en/developer/articles/system-requirements/oneapi-math-kernel-library-system-requirements.html" target="_blank"&gt;https://www.intel.com/content/www/us/en/developer/articles/system-requirements/oneapi-math-kernel-library-system-requirements.html&lt;/A&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jilani&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 22 Dec 2023 06:19:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Set-Num-Threads-n-and-MKL-Verbose-1-make-DASUM-and-DGEMM/m-p/1556671#M35654</guid>
      <dc:creator>JilaniS_Intel</dc:creator>
      <dc:date>2023-12-22T06:19:29Z</dc:date>
    </item>
    <item>
      <title>Re: Re:MKL_Set_Num_Threads(n) and MKL_Verbose(1) make DASUM() and DGEMM() fail</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Set-Num-Threads-n-and-MKL-Verbose-1-make-DASUM-and-DGEMM/m-p/1557651#M35670</link>
      <description>&lt;P&gt;Dear&amp;nbsp;&lt;SPAN&gt;Jilani,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you very much for the information provided. I checked the requirements and discovered that the Intel® oneAPI Threading Building Blocks is not installed in the system.&amp;nbsp; I installed it to&amp;nbsp;c:\Program Files (x86)\Intel\oneAPI\tbb\2021.11 and added&amp;nbsp;"c:\Program Files (x86)\Intel\oneAPI\tbb\2021.11\bin" to the PATH for the testing purposes.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Unfortunately&lt;SPAN&gt;, it didn't change the situation. I even put all MKL and TBB dlls from their bins together with my exe and loaded&amp;nbsp;mkl_rt.2.dll dynamically from this folder - no results.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If TBB is required by MKL to implement multithreading, could you please suggest me how to make the MKL use the installed TBB correctly if I load MKL dynamically?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Roman&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Dec 2023 01:00:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Set-Num-Threads-n-and-MKL-Verbose-1-make-DASUM-and-DGEMM/m-p/1557651#M35670</guid>
      <dc:creator>RomanN</dc:creator>
      <dc:date>2023-12-27T01:00:17Z</dc:date>
    </item>
    <item>
      <title>Re:MKL_Set_Num_Threads(n) and MKL_Verbose(1) make DASUM() and DGEMM() fail</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Set-Num-Threads-n-and-MKL-Verbose-1-make-DASUM-and-DGEMM/m-p/1562073#M35715</link>
      <description>&lt;P&gt;As you can see in the system requirements link above, oneMKL provides C++, Fortran (and also DPC++/SYCL) interfaces. It looks like you were able to use oneMKL with Delphi Pascal but I'm not sure if we can support Delphi Pascal issues with oneMKL.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Jan 2024 02:26:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Set-Num-Threads-n-and-MKL-Verbose-1-make-DASUM-and-DGEMM/m-p/1562073#M35715</guid>
      <dc:creator>Mark_L_Intel</dc:creator>
      <dc:date>2024-01-12T02:26:08Z</dc:date>
    </item>
    <item>
      <title>Re: Re:MKL_Set_Num_Threads(n) and MKL_Verbose(1) make DASUM() and DGEMM() fail</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Set-Num-Threads-n-and-MKL-Verbose-1-make-DASUM-and-DGEMM/m-p/1562656#M35725</link>
      <description>&lt;P&gt;Thank you for reply. Could you please give a link to any C/C++ example of the dynamic&amp;nbsp;&lt;SPAN&gt;oneMKL +&amp;nbsp;TBB&amp;nbsp;loading?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 14 Jan 2024 15:33:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Set-Num-Threads-n-and-MKL-Verbose-1-make-DASUM-and-DGEMM/m-p/1562656#M35725</guid>
      <dc:creator>RomanN</dc:creator>
      <dc:date>2024-01-14T15:33:15Z</dc:date>
    </item>
    <item>
      <title>Re: MKL_Set_Num_Threads(n) and MKL_Verbose(1) make DASUM() and DGEMM() fail</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Set-Num-Threads-n-and-MKL-Verbose-1-make-DASUM-and-DGEMM/m-p/1564497#M35742</link>
      <description>&lt;P&gt;I would recommend to start from installing&amp;nbsp;&lt;A href="https://www.intel.com/content/www/us/en/developer/tools/oneapi/base-toolkit-download.html?operatingsystem=window&amp;amp;distributions=online" target="_self"&gt;oneAPI Base Toolkit on Windows&lt;/A&gt;. It sounds that you are already using Visual Studio.&amp;nbsp; You can choose to integrate oneAPI Base Toolkit into Visual Studio. After that, you should have an option to start command prompt "Intel oneAPI command prompt for Intel 64 for Visual Studio". Clicking on that prompt, should open the command window with Intel oneAPI tools initialized.&amp;nbsp; That way, you don't need to install Intel tools piece-wise and wondering why they won't work together. By the way, you could choose at the time of installation the only tools you need, e.g., C/C++ compiler, oneMKL, oneTBB.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When you use the Intel oneAPI tools command prompt, oneMKL and oneTBB will be available without extra effort.&amp;nbsp;&amp;nbsp;If you later decide to&amp;nbsp;experiment with your own way to access MKL APIs, you could check what&amp;nbsp;environmental variables are set in the oneAPI command prompt and try to emulate them.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;oneTBB is not&amp;nbsp;required for oneMKL to use multi-threading. By&amp;nbsp;default oneMKL should use OpenMP for multi-threading. It is called "intel_thread" in the output below.&amp;nbsp; To check what threading model you are using, please "set MKL_VERBOSE=1".&amp;nbsp; Then, when you are running the code, you should see something similar to the following:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;MKL_VERBOSE oneMKL 2023.0 Update 2 Product build 20230613 for Intel(R) 64 architecture Intel(R) Advanced Vector Extensions 2 (Intel(R) AVX-2) with support of Intel(R) Deep Learning Boost (Intel(R) DL Boost), Win 3.78GHz cdecl intel_thread
MKL_VERBOSE DGEMM(N,N,1000,2000,200,000000386B93FAF0,00000235BA889080,1000,00000235BA565080,200,000000386B93FB18,00000235BAA23080,1000) 10.50ms CNR:OFF Dyn:1 FastMM:1 TID:0  NThr:10&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;as you can see, there is "intel_thread" in the output now. If you'd like to use oneTBB threading for oneMKL, you can enter "set MKL_THREADING_LAYER=tbb" into the command window. Then you should see something like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;MKL_VERBOSE oneMKL 2023.0 Update 2 Product build 20230613 for Intel(R) 64 architecture Intel(R) Advanced Vector Extensions 2 (Intel(R) AVX-2) with support of Intel(R) Deep Learning Boost (Intel(R) DL Boost), Win 3.78GHz lp64 tbb_thread
MKL_VERBOSE DGEMM(N,N,2,2,2,0000006A2038F7C8,0000006A2038F7D0,2,0000006A2038F810,2,0000006A2038F7C0,0000006A2038F7F0,2) 5.22ms CNR:OFF Dyn:1 FastMM:1&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;with "tbb_thread" in the output. You could switch back to OpenMP by "MKL_THREADING_LAYER=INTEL".&amp;nbsp; As always, please check the value of the threading variable, e.g., "echo %MKL_THREADING_LAYER%".&lt;/P&gt;
&lt;P&gt;After that, I'd recommend to build and run matrix multiply example&amp;nbsp;&lt;A href="https://www.intel.com/content/www/us/en/docs/onemkl/tutorial-c/2021-4/multiplying-matrices-using-dgemm.html" target="_self"&gt;multiplying-matrices-using-dgemm&lt;/A&gt;. And then, try &lt;A href="https://www.intel.com/content/www/us/en/docs/onemkl/tutorial-c/2021-4/measuring-effect-of-threading-on-dgemm.html" target="_self"&gt;measuring-effect-of-threading-on-dgemm&lt;/A&gt;&amp;nbsp;example.&amp;nbsp; Please use icpx for C++ or icx for C to compile your code or examples.&lt;/P&gt;
&lt;P&gt;Also, you could add the following into your C++ code to check on the number of threads you are running.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;std::cout &amp;lt;&amp;lt; "mkl_get_max_threads = " &amp;lt;&amp;lt; mkl_get_max_threads () &amp;lt;&amp;lt; std::endl;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jan 2024 23:29:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Set-Num-Threads-n-and-MKL-Verbose-1-make-DASUM-and-DGEMM/m-p/1564497#M35742</guid>
      <dc:creator>Mark_L_Intel</dc:creator>
      <dc:date>2024-01-19T23:29:05Z</dc:date>
    </item>
    <item>
      <title>Re: MKL_Set_Num_Threads(n) and MKL_Verbose(1) make DASUM() and DGEMM() fail</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Set-Num-Threads-n-and-MKL-Verbose-1-make-DASUM-and-DGEMM/m-p/1568059#M35762</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/328138"&gt;@RomanN&lt;/a&gt;, have the last post helped you?&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jan 2024 21:45:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Set-Num-Threads-n-and-MKL-Verbose-1-make-DASUM-and-DGEMM/m-p/1568059#M35762</guid>
      <dc:creator>Mark_L_Intel</dc:creator>
      <dc:date>2024-01-31T21:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: MKL_Set_Num_Threads(n) and MKL_Verbose(1) make DASUM() and DGEMM() fail</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Set-Num-Threads-n-and-MKL-Verbose-1-make-DASUM-and-DGEMM/m-p/1570328#M35791</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/328138"&gt;@RomanN&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; Is this issue still of interest to you?&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2024 20:54:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Set-Num-Threads-n-and-MKL-Verbose-1-make-DASUM-and-DGEMM/m-p/1570328#M35791</guid>
      <dc:creator>Mark_L_Intel</dc:creator>
      <dc:date>2024-02-07T20:54:15Z</dc:date>
    </item>
    <item>
      <title>Re: MKL_Set_Num_Threads(n) and MKL_Verbose(1) make DASUM() and DGEMM() fail</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Set-Num-Threads-n-and-MKL-Verbose-1-make-DASUM-and-DGEMM/m-p/1571130#M35806</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello&amp;nbsp;&lt;/SPAN&gt;&lt;A class="sub_section_element_selectors" href="https://community.intel.com/t5/user/viewprofilepage/user-id/328138" target="_blank"&gt;@RomanN&lt;/A&gt;&lt;SPAN&gt;, we have not heard back from you. The issue will no longer be monitored by Intel. Thank you for posting at oneMKL Community Forum.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Feb 2024 22:07:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Set-Num-Threads-n-and-MKL-Verbose-1-make-DASUM-and-DGEMM/m-p/1571130#M35806</guid>
      <dc:creator>Mark_L_Intel</dc:creator>
      <dc:date>2024-02-09T22:07:08Z</dc:date>
    </item>
  </channel>
</rss>

