<?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:Behaviour of multi queues on single device. in Intel® oneAPI DPC++/C++ Compiler</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Behaviour-of-multi-queues-on-single-device/m-p/1390942#M2265</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We haven't 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;Hemanth&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 08 Jun 2022 12:30:29 GMT</pubDate>
    <dc:creator>HemanthCH_Intel</dc:creator>
    <dc:date>2022-06-08T12:30:29Z</dc:date>
    <item>
      <title>Behaviour of multi queues on single device.</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Behaviour-of-multi-queues-on-single-device/m-p/1386798#M2194</link>
      <description>&lt;P&gt;What's the execution order&amp;nbsp; of multi queues on 1 same device?&lt;/P&gt;
&lt;P&gt;let's say&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; gpu_selector gs;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; queue Q1(gs);&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; queue Q2(gs);&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; queue Q3(gs);&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; Q1.submmit(/***/);&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;Q2.submmit(/***/);&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;Q3.submmit(/***/);&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;are they executed 1 by 1, or it's determined by the runtime, the order is uncertain, even concurrent?&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2022 03:15:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Behaviour-of-multi-queues-on-single-device/m-p/1386798#M2194</guid>
      <dc:creator>shenuo</dc:creator>
      <dc:date>2022-05-24T03:15:54Z</dc:date>
    </item>
    <item>
      <title>Re:Behaviour of multi queues on single device.</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Behaviour-of-multi-queues-on-single-device/m-p/1387707#M2211</link>
      <description>&lt;P&gt;Hi,&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;When we create multiple queues for the same device then the execution is in a serial manner(one after the other). When we create multiple contexts and multiple queues then the execution is concurrent.&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;Hemanth&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 26 May 2022 12:48:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Behaviour-of-multi-queues-on-single-device/m-p/1387707#M2211</guid>
      <dc:creator>HemanthCH_Intel</dc:creator>
      <dc:date>2022-05-26T12:48:24Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Behaviour of multi queues on single device.</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Behaviour-of-multi-queues-on-single-device/m-p/1387710#M2212</link>
      <description>&lt;P&gt;I'm sorry ,still a little confused.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;is that mean different device has different context?&lt;/P&gt;
&lt;P&gt;can you give me a example to illustrate how to create concurrent queues on same device?&lt;/P&gt;
&lt;P&gt;thanks !&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2022 13:05:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Behaviour-of-multi-queues-on-single-device/m-p/1387710#M2212</guid>
      <dc:creator>shenuo</dc:creator>
      <dc:date>2022-05-26T13:05:16Z</dc:date>
    </item>
    <item>
      <title>Re: Behaviour of multi queues on single device.</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Behaviour-of-multi-queues-on-single-device/m-p/1389170#M2235</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can refer to the sample vector add program where we created multiple contexts and multiple queues to run concurrently on a single device.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;
&lt;P&gt;Hemanth.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jun 2022 07:26:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Behaviour-of-multi-queues-on-single-device/m-p/1389170#M2235</guid>
      <dc:creator>HemanthCH_Intel</dc:creator>
      <dc:date>2022-06-01T07:26:17Z</dc:date>
    </item>
    <item>
      <title>Re:Behaviour of multi queues on single device.</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Behaviour-of-multi-queues-on-single-device/m-p/1390942#M2265</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We haven't 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;Hemanth&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Jun 2022 12:30:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Behaviour-of-multi-queues-on-single-device/m-p/1390942#M2265</guid>
      <dc:creator>HemanthCH_Intel</dc:creator>
      <dc:date>2022-06-08T12:30:29Z</dc:date>
    </item>
    <item>
      <title>Re:Behaviour of multi queues on single device.</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Behaviour-of-multi-queues-on-single-device/m-p/1392896#M2280</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We assume that your issue is resolved. If you need any additional information, please post a new question as this thread will no longer be monitored by Intel.&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;Hemanth&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 16 Jun 2022 05:12:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Behaviour-of-multi-queues-on-single-device/m-p/1392896#M2280</guid>
      <dc:creator>HemanthCH_Intel</dc:creator>
      <dc:date>2022-06-16T05:12:49Z</dc:date>
    </item>
  </channel>
</rss>

