<?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: HELP ME!Problem of time that call one function. in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/HELP-ME-Problem-of-time-that-call-one-function/m-p/1390964#M33251</link>
    <description>&lt;P&gt;Oh!Thank you for the first answer.I want to accept your answer as the right result but the browser remind me :"Authentication failed for the action you are trying to do. This failure could be due to your browser not supporting JavaScript, JavaScript not being enabled, or trying to use the action URL directly in the browser address bar instead of clicking the link on the page."&lt;/P&gt;</description>
    <pubDate>Wed, 08 Jun 2022 13:42:21 GMT</pubDate>
    <dc:creator>north7422380</dc:creator>
    <dc:date>2022-06-08T13:42:21Z</dc:date>
    <item>
      <title>HELP ME!Problem of time that call one function.</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/HELP-ME-Problem-of-time-that-call-one-function/m-p/1390453#M33239</link>
      <description>&lt;P&gt;&amp;nbsp; I use MKL RNG to generate 1,000,000 numbers with the function that is called "viuniform"，The name of the server is gold 6148.&amp;nbsp;At the bottom of the code, I call this function again to generate 1,000,000 numbers.The time is as follows (in microseconds)：&lt;/P&gt;
&lt;P&gt;&amp;nbsp; first:1887&lt;/P&gt;
&lt;P&gt;&amp;nbsp; second:774&lt;/P&gt;
&lt;P&gt;&amp;nbsp; This is not exceptional case，it happens when I use functions in any new file.Is that prove the MKL will&amp;nbsp;spend a lot of time on Pretreatment or something else?&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jun 2022 08:33:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/HELP-ME-Problem-of-time-that-call-one-function/m-p/1390453#M33239</guid>
      <dc:creator>north7422380</dc:creator>
      <dc:date>2022-06-07T08:33:01Z</dc:date>
    </item>
    <item>
      <title>Re: HELP ME!Problem of time that call one function.</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/HELP-ME-Problem-of-time-that-call-one-function/m-p/1390690#M33245</link>
      <description>&lt;P&gt;The first reference to an MKL function/subroutine may require that the DLL or shared library containing the function be loaded from disk. That is a one-time overhead. I regularly observe similar behavior with DLLs from other libraries such as IMSL, NAG, etc.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jun 2022 19:31:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/HELP-ME-Problem-of-time-that-call-one-function/m-p/1390690#M33245</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2022-06-07T19:31:46Z</dc:date>
    </item>
    <item>
      <title>Re: HELP ME!Problem of time that call one function.</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/HELP-ME-Problem-of-time-that-call-one-function/m-p/1390964#M33251</link>
      <description>&lt;P&gt;Oh!Thank you for the first answer.I want to accept your answer as the right result but the browser remind me :"Authentication failed for the action you are trying to do. This failure could be due to your browser not supporting JavaScript, JavaScript not being enabled, or trying to use the action URL directly in the browser address bar instead of clicking the link on the page."&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jun 2022 13:42:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/HELP-ME-Problem-of-time-that-call-one-function/m-p/1390964#M33251</guid>
      <dc:creator>north7422380</dc:creator>
      <dc:date>2022-06-08T13:42:21Z</dc:date>
    </item>
    <item>
      <title>Re: HELP ME!Problem of time that call one function.</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/HELP-ME-Problem-of-time-that-call-one-function/m-p/1390965#M33252</link>
      <description>&lt;P&gt;Thank you ! The browser is back to normal. I think your answer solves my problem.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jun 2022 13:44:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/HELP-ME-Problem-of-time-that-call-one-function/m-p/1390965#M33252</guid>
      <dc:creator>north7422380</dc:creator>
      <dc:date>2022-06-08T13:44:09Z</dc:date>
    </item>
    <item>
      <title>Re:Why does it take a long time to call two functions of the same test file for the first time?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/HELP-ME-Problem-of-time-that-call-one-function/m-p/1391131#M33256</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for accepting the solution.&lt;/P&gt;&lt;P&gt;As the issue is resolved we are closing this thread. Please post a new question if you need any additional assistance from Intel as this thread will no longer be monitored.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vidya.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 09 Jun 2022 03:24:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/HELP-ME-Problem-of-time-that-call-one-function/m-p/1391131#M33256</guid>
      <dc:creator>VidyalathaB_Intel</dc:creator>
      <dc:date>2022-06-09T03:24:53Z</dc:date>
    </item>
  </channel>
</rss>

