<?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 can I call vslConvCopyTask asynchronously in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/can-I-call-vslConvCopyTask-asynchronously/m-p/1658147#M36846</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to parallelize convolution/correlation, so I wonder if can I asynchonously call vslConvCopyTask in another thread while main thread executes a convolution/correlation operation ? Thanks.&lt;/P&gt;&lt;H2&gt;&amp;nbsp;&lt;/H2&gt;</description>
    <pubDate>Sat, 18 Jan 2025 00:11:54 GMT</pubDate>
    <dc:creator>SNena1</dc:creator>
    <dc:date>2025-01-18T00:11:54Z</dc:date>
    <item>
      <title>can I call vslConvCopyTask asynchronously</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/can-I-call-vslConvCopyTask-asynchronously/m-p/1658147#M36846</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to parallelize convolution/correlation, so I wonder if can I asynchonously call vslConvCopyTask in another thread while main thread executes a convolution/correlation operation ? Thanks.&lt;/P&gt;&lt;H2&gt;&amp;nbsp;&lt;/H2&gt;</description>
      <pubDate>Sat, 18 Jan 2025 00:11:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/can-I-call-vslConvCopyTask-asynchronously/m-p/1658147#M36846</guid>
      <dc:creator>SNena1</dc:creator>
      <dc:date>2025-01-18T00:11:54Z</dc:date>
    </item>
    <item>
      <title>Re: can I call vslConvCopyTask asynchronously</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/can-I-call-vslConvCopyTask-asynchronously/m-p/1661688#M36886</link>
      <description>&lt;P&gt;Did you give it a try? It sounds do-able if the main thread doesn't edit the task. Is the time spent on vslConvCopyTask comparable to the time on execution in you case?&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2025 01:23:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/can-I-call-vslConvCopyTask-asynchronously/m-p/1661688#M36886</guid>
      <dc:creator>Fengrui</dc:creator>
      <dc:date>2025-01-30T01:23:00Z</dc:date>
    </item>
    <item>
      <title>Re: can I call vslConvCopyTask asynchronously</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/can-I-call-vslConvCopyTask-asynchronously/m-p/1661692#M36887</link>
      <description>&lt;P&gt;I need guarantees it is an allowed and safe operation in a multithreaded environment (using single threaded mkl).&lt;/P&gt;&lt;P&gt;Even if I try and it works, it doesn't mean it won't break in production.&amp;nbsp; ATM. I'm creating new plan with same arguments for each new thread.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2025 01:34:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/can-I-call-vslConvCopyTask-asynchronously/m-p/1661692#M36887</guid>
      <dc:creator>SNena1</dc:creator>
      <dc:date>2025-01-30T01:34:15Z</dc:date>
    </item>
    <item>
      <title>Re: can I call vslConvCopyTask asynchronously</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/can-I-call-vslConvCopyTask-asynchronously/m-p/1661934#M36890</link>
      <description>&lt;P&gt;The guaranteed safe way of copying the task from the main thread and doing the subsequent execution is to wait for all the threads to finish the copy operation first.&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-olk-copy-source="MessageBody"&gt;Thread0 -- create task0 --- wait all threads to copy --- execute task0&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thread1 --------------------- copy task 0 to task1 ----- execute task1&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thread2 --------------------- copy task 0 to task2 ----- execute task2&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jan 2025 01:00:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/can-I-call-vslConvCopyTask-asynchronously/m-p/1661934#M36890</guid>
      <dc:creator>Fengrui</dc:creator>
      <dc:date>2025-01-31T01:00:15Z</dc:date>
    </item>
  </channel>
</rss>

