<?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: Re:Low EU active in dpc++ program calculated by vtune in Intel® oneAPI DPC++/C++ Compiler</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Low-EU-active-in-dpc-program-calculated-by-vtune/m-p/1554242#M3460</link>
    <description>&lt;P&gt;Sorry for the late reply.&lt;/P&gt;&lt;P&gt;As the code is of security, I will post a new question next time&lt;SPAN&gt;&amp;nbsp;the latest oneAPI 2024.0 is applied in our program.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 15 Dec 2023 05:41:37 GMT</pubDate>
    <dc:creator>Hannah_zhen</dc:creator>
    <dc:date>2023-12-15T05:41:37Z</dc:date>
    <item>
      <title>Low EU active in dpc++ program calculated by vtune</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Low-EU-active-in-dpc-program-calculated-by-vtune/m-p/1549483#M3450</link>
      <description>&lt;P&gt;Hi community!&lt;BR /&gt;I was running a program under oneAPI base toolkit and using DPC++ for sycl parallization.&lt;/P&gt;&lt;P&gt;However, as the design of my program, the work group number can be from 480~60, while&amp;nbsp;the work group size can be from 48~384.&lt;/P&gt;&lt;P&gt;I used vtune "&lt;STRONG&gt;vtune -collect gpu-offload&lt;/STRONG&gt;" to analyse the EU ACTIVE RATE:&lt;/P&gt;&lt;P&gt;When the setting is work group number is 480 and size is 48,&amp;nbsp; EU &lt;STRONG&gt;active rate&lt;/STRONG&gt; in the kernel function is&lt;STRONG&gt; 7.2%&lt;/STRONG&gt; .&lt;/P&gt;&lt;P&gt;When the setting is work group number is 60 and size is 384,&amp;nbsp; EU &lt;STRONG&gt;active rate&lt;/STRONG&gt; in the kernel function is &lt;STRONG&gt;21.2%&lt;/STRONG&gt;. 21.2% seems to be &lt;STRONG&gt;the highest&lt;/STRONG&gt; in my program with&amp;nbsp;parallel processing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;1--&amp;gt;&lt;/EM&gt;What is the mapping rules from software to hardware WITH oneAPI?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;2--&amp;gt;&lt;/EM&gt;How can I&amp;nbsp; improve the active rate as the SETTING&lt;BR /&gt;sycl::nd_range&amp;lt;3&amp;gt;(sycl::range&amp;lt;3&amp;gt;(1, 1, 60) *&amp;nbsp;sycl::range&amp;lt;3&amp;gt;(1, 1, 384),&amp;nbsp;sycl::range&amp;lt;3&amp;gt;(1, 1, localsize)) for work item and group is now the best performance but still with low active rate&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;Is there any solution to improve the active rate? Thanks in advance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;Below is my device information :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class=""&gt;My environment is ubuntu22.04 with&amp;nbsp;6.2.0-36-generic and the processor is i5-1340P.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;The oneAPI base toolkit is version&amp;nbsp;2023.1.0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2023 06:53:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Low-EU-active-in-dpc-program-calculated-by-vtune/m-p/1549483#M3450</guid>
      <dc:creator>Hannah_zhen</dc:creator>
      <dc:date>2023-12-01T06:53:23Z</dc:date>
    </item>
    <item>
      <title>Re:Low EU active in dpc++ program calculated by vtune</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Low-EU-active-in-dpc-program-calculated-by-vtune/m-p/1551070#M3451</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thank you for posting in Intel Communities.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Could you please try with the latest oneAPI 2024.0 and let us know the results?&lt;/P&gt;&lt;P&gt;Please provide us with the complete reproducer code and the steps you have followed to investigate the issue more from our end.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Pendyala Sesha Srinivas&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Dec 2023 09:19:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Low-EU-active-in-dpc-program-calculated-by-vtune/m-p/1551070#M3451</guid>
      <dc:creator>SeshaP_Intel</dc:creator>
      <dc:date>2023-12-06T09:19:35Z</dc:date>
    </item>
    <item>
      <title>Re:Low EU active in dpc++ program calculated by vtune</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Low-EU-active-in-dpc-program-calculated-by-vtune/m-p/1554236#M3459</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 and Regards,&lt;/P&gt;&lt;P&gt;Pendyala Sesha Srinivas&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 15 Dec 2023 05:04:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Low-EU-active-in-dpc-program-calculated-by-vtune/m-p/1554236#M3459</guid>
      <dc:creator>SeshaP_Intel</dc:creator>
      <dc:date>2023-12-15T05:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Low EU active in dpc++ program calculated by vtune</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Low-EU-active-in-dpc-program-calculated-by-vtune/m-p/1554242#M3460</link>
      <description>&lt;P&gt;Sorry for the late reply.&lt;/P&gt;&lt;P&gt;As the code is of security, I will post a new question next time&lt;SPAN&gt;&amp;nbsp;the latest oneAPI 2024.0 is applied in our program.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Dec 2023 05:41:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Low-EU-active-in-dpc-program-calculated-by-vtune/m-p/1554242#M3460</guid>
      <dc:creator>Hannah_zhen</dc:creator>
      <dc:date>2023-12-15T05:41:37Z</dc:date>
    </item>
    <item>
      <title>Re: Low EU active in dpc++ program calculated by vtune</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Low-EU-active-in-dpc-program-calculated-by-vtune/m-p/1555028#M3463</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For Community support, we would require you to submit a minimum reproduction sample code specific to your issue that provides us with the most relevant background information for triage.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In case you require privacy, and are unable to share the issue/sample with us publicly and If you are a licensed oneAPI product customer and/or member of Intel’s &lt;A href="https://www.intel.com/content/www/us/en/developer/tools/oneapi/training/academic-program.html#gs.1rey67" target="_blank" rel="noopener"&gt;oneAPI Academic Program&lt;/A&gt; please submit a ticket for &lt;A href="https://www.intel.com/content/www/us/en/developer/get-help/priority-support.html" target="_blank" rel="noopener"&gt;Priority support&lt;/A&gt; so that your application can be handled with the required data protection and privacy regulations.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;gt;&amp;gt; &lt;EM&gt;As the code is of security, I will post a new question next time the latest oneAPI 2024.0 is applied in our program.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As per your reply, I am going ahead and closing this case. Please post a new question if you face any issues as this thread will no longer be monitored by Intel.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks and Regards,&lt;/P&gt;
&lt;P&gt;Pendyala Sesha Srinivas&lt;/P&gt;</description>
      <pubDate>Mon, 18 Dec 2023 11:51:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Low-EU-active-in-dpc-program-calculated-by-vtune/m-p/1555028#M3463</guid>
      <dc:creator>SeshaP_Intel</dc:creator>
      <dc:date>2023-12-18T11:51:12Z</dc:date>
    </item>
  </channel>
</rss>

