<?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 GPU load details not visible in Analyzers</title>
    <link>https://community.intel.com/t5/Analyzers/GPU-load-details-not-visible/m-p/1753548#M26232</link>
    <description>&lt;P&gt;Iam using the Vtune profiler on below CPU and it is not showing the GPU load details when ran with the&amp;nbsp; performance-snapshot or with&amp;nbsp;gpu-hotspots&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CPU:&amp;nbsp;Intel(R) Core(TM) Ultra X7 358H&lt;/P&gt;&lt;P&gt;Vtune version:&amp;nbsp;Intel(R) VTune(TM) Profiler 2026.0.0 (build 631999) Command Line Tool&lt;/P&gt;&lt;P&gt;OS:&amp;nbsp;&amp;nbsp;Ubuntu 24.04.3 LTS&lt;/P&gt;</description>
    <pubDate>Fri, 10 Jul 2026 05:33:35 GMT</pubDate>
    <dc:creator>sreerag</dc:creator>
    <dc:date>2026-07-10T05:33:35Z</dc:date>
    <item>
      <title>GPU load details not visible</title>
      <link>https://community.intel.com/t5/Analyzers/GPU-load-details-not-visible/m-p/1753548#M26232</link>
      <description>&lt;P&gt;Iam using the Vtune profiler on below CPU and it is not showing the GPU load details when ran with the&amp;nbsp; performance-snapshot or with&amp;nbsp;gpu-hotspots&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CPU:&amp;nbsp;Intel(R) Core(TM) Ultra X7 358H&lt;/P&gt;&lt;P&gt;Vtune version:&amp;nbsp;Intel(R) VTune(TM) Profiler 2026.0.0 (build 631999) Command Line Tool&lt;/P&gt;&lt;P&gt;OS:&amp;nbsp;&amp;nbsp;Ubuntu 24.04.3 LTS&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jul 2026 05:33:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/GPU-load-details-not-visible/m-p/1753548#M26232</guid>
      <dc:creator>sreerag</dc:creator>
      <dc:date>2026-07-10T05:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: GPU load details not visible</title>
      <link>https://community.intel.com/t5/Analyzers/GPU-load-details-not-visible/m-p/1753815#M26235</link>
      <description>&lt;P&gt;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/396742"&gt;@sreerag&lt;/a&gt;&amp;nbsp; do you see any errors? are the gfx drivers for&amp;nbsp;&lt;SPAN&gt;Intel® Arc™ B390 GPU&lt;/SPAN&gt; installed according to the recommendations?&amp;nbsp;&lt;A href="https://dgpu-docs.intel.com/overview/supported-hardware/xe-driver-gpus.html" target="_blank"&gt;https://dgpu-docs.intel.com/overview/supported-hardware/xe-driver-gpus.html&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jul 2026 10:24:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/GPU-load-details-not-visible/m-p/1753815#M26235</guid>
      <dc:creator>Svetlana_K_Intel</dc:creator>
      <dc:date>2026-07-13T10:24:28Z</dc:date>
    </item>
    <item>
      <title>Re: GPU load details not visible</title>
      <link>https://community.intel.com/t5/Analyzers/GPU-load-details-not-visible/m-p/1753873#M26236</link>
      <description>&lt;DIV&gt;&lt;DIV&gt;&lt;P&gt;I am not encountering any errors when running VTune or APS. However, when I ran the VTune Self Checker, it reported some errors. I have attached the logs for reference.&lt;/P&gt;&lt;P&gt;To further verify the DPC++ GPU setup, I ran a C++ test program. The application executed successfully, and I was able to retrieve the expected GPU driver details.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Code:-&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;LI-CODE lang="cpp"&gt;#include &amp;lt;sycl/sycl.hpp&amp;gt;
#include &amp;lt;iostream&amp;gt;

int main()
{
    sycl::queue q{sycl::gpu_selector_v};

    std::cout &amp;lt;&amp;lt; q.get_device()
                     .get_info&amp;lt;sycl::info::device::name&amp;gt;()
              &amp;lt;&amp;lt; std::endl;

    return 0;
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Output:-&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="bash"&gt;sdp@sdp:~/sreerag$ icpx -fsycl test_gpu.cpp -o test_gpu
sdp@sdp:~/sreerag$ ONEAPI_DEVICE_SELECTOR=level_zero:gpu ./test_gpu
Intel(R) Arc(TM) B390 GPU&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jul 2026 06:20:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/GPU-load-details-not-visible/m-p/1753873#M26236</guid>
      <dc:creator>sreerag</dc:creator>
      <dc:date>2026-07-14T06:20:35Z</dc:date>
    </item>
    <item>
      <title>Re: GPU load details not visible</title>
      <link>https://community.intel.com/t5/Analyzers/GPU-load-details-not-visible/m-p/1754107#M26239</link>
      <description>&lt;P&gt;from self-check I'm seeing 2 problems: 1st it says vtune sampling driver is loaded with "wrong permissions" - I'm suspecting it means it's loaded for default 'vtune' group, and the user is not in this group... anyways it suggests looking into this help page to make sure drivers are installed correctly&amp;nbsp;&lt;A href="https://www.intel.com/content/www/us/en/docs/vtune-profiler/user-guide/2025-1/build-install-sampling-drivers-for-linux-targets.html" target="_blank"&gt;https://www.intel.com/content/www/us/en/docs/vtune-profiler/user-guide/2025-1/build-install-sampling-drivers-for-linux-targets.html&lt;/A&gt;&lt;BR /&gt;the second problem is&amp;nbsp;'Error: Cannot stop collection of GPU events' - that one is most probably resulting in no GPU-related info. here our diagnostics could be better actually, but for the start, can you please verify if you ran the `prepare-gpu-hardware-metrics.sh` script with sudo permissions before running vtune? it sets the needed paranoids and makes sure the user is in the groups needed to deal with gpu.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2026 15:30:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/GPU-load-details-not-visible/m-p/1754107#M26239</guid>
      <dc:creator>Svetlana_K_Intel</dc:creator>
      <dc:date>2026-07-16T15:30:35Z</dc:date>
    </item>
  </channel>
</rss>

