<?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:Device: Max work group size: in Mobile and Desktop Processors</title>
    <link>https://community.intel.com/t5/Mobile-and-Desktop-Processors/Device-Max-work-group-size/m-p/1325987#M54406</link>
    <description>&lt;P&gt;Hello OmJadhav,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We have not heard back from you, so we will close this inquiry. If you need further assistance or if you have additional questions, please create a new thread and we will gladly assist you.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Deivid A.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 29 Oct 2021 21:13:27 GMT</pubDate>
    <dc:creator>DeividA_Intel</dc:creator>
    <dc:date>2021-10-29T21:13:27Z</dc:date>
    <item>
      <title>Device: Max work group size:</title>
      <link>https://community.intel.com/t5/Mobile-and-Desktop-Processors/Device-Max-work-group-size/m-p/1323752#M54251</link>
      <description>&lt;P&gt;Getting following error while while trying to get Max group size on Intel Skylake. Can anyone please suggest what should I do ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Error :&amp;nbsp;terminate called after throwing an instance of 'cl::sycl::runtime_error'&lt;BR /&gt;what(): No device of requested type available.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Program :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;#include &amp;lt;CL/sycl.hpp&amp;gt;&lt;/P&gt;
&lt;P&gt;using namespace cl::sycl;&lt;/P&gt;
&lt;P&gt;int main() {&lt;/P&gt;
&lt;P&gt;gpu_selector selector;&lt;/P&gt;
&lt;P&gt;queue q(selector);&lt;/P&gt;
&lt;P&gt;// Print the device name&lt;BR /&gt;std::cout &amp;lt;&amp;lt; "Device: " &amp;lt;&amp;lt; q.get_device().get_info&amp;lt;info::device::name&amp;gt;() &amp;lt;&amp;lt; std::endl;&lt;BR /&gt;std::cout &amp;lt;&amp;lt; "Device: Max work group size: " &amp;lt;&amp;lt; q.get_device().get_info&amp;lt;info::device::max_work_group_size&amp;gt;() &amp;lt;&amp;lt; std::endl;&lt;/P&gt;
&lt;P&gt;return 0;&lt;BR /&gt;}&lt;/P&gt;</description>
      <pubDate>Thu, 21 Oct 2021 13:40:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Mobile-and-Desktop-Processors/Device-Max-work-group-size/m-p/1323752#M54251</guid>
      <dc:creator>OmJadhav</dc:creator>
      <dc:date>2021-10-21T13:40:41Z</dc:date>
    </item>
    <item>
      <title>Re:Device: Max work group size:</title>
      <link>https://community.intel.com/t5/Mobile-and-Desktop-Processors/Device-Max-work-group-size/m-p/1324064#M54278</link>
      <description>&lt;P&gt;Hello OmJadhav&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thank you for posting on the Intel&lt;LI-EMOJI id="lia_registered" title=":registered:"&gt;&lt;/LI-EMOJI&gt; communities.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;In order to have a better understanding of your issue, please share with us the following information:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Which processor are you using?&lt;/LI&gt;&lt;LI&gt;Is this for a software development project?&lt;/LI&gt;&lt;LI&gt;Which programming language are you using?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Deivid A.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 22 Oct 2021 17:49:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Mobile-and-Desktop-Processors/Device-Max-work-group-size/m-p/1324064#M54278</guid>
      <dc:creator>DeividA_Intel</dc:creator>
      <dc:date>2021-10-22T17:49:05Z</dc:date>
    </item>
    <item>
      <title>Re:Device: Max work group size:</title>
      <link>https://community.intel.com/t5/Mobile-and-Desktop-Processors/Device-Max-work-group-size/m-p/1325174#M54350</link>
      <description>&lt;P&gt;Hello OmJadhav,&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Were you able to check the previous post and get the information requested? Please let me know if you need more assistance.&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Deivid A.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Oct 2021 16:32:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Mobile-and-Desktop-Processors/Device-Max-work-group-size/m-p/1325174#M54350</guid>
      <dc:creator>DeividA_Intel</dc:creator>
      <dc:date>2021-10-27T16:32:23Z</dc:date>
    </item>
    <item>
      <title>Re:Device: Max work group size:</title>
      <link>https://community.intel.com/t5/Mobile-and-Desktop-Processors/Device-Max-work-group-size/m-p/1325987#M54406</link>
      <description>&lt;P&gt;Hello OmJadhav,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We have not heard back from you, so we will close this inquiry. If you need further assistance or if you have additional questions, please create a new thread and we will gladly assist you.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Deivid A.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 29 Oct 2021 21:13:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Mobile-and-Desktop-Processors/Device-Max-work-group-size/m-p/1325987#M54406</guid>
      <dc:creator>DeividA_Intel</dc:creator>
      <dc:date>2021-10-29T21:13:27Z</dc:date>
    </item>
  </channel>
</rss>

