<?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:Intel API to get GPU activity for Intel Arc Graphics card in Intel® Arc™ Discrete Graphics</title>
    <link>https://community.intel.com/t5/Intel-Arc-Discrete-Graphics/Intel-API-to-get-GPU-activity-for-Intel-Arc-Graphics-card/m-p/1532316#M8793</link>
    <description>&lt;P&gt;Hello SindhuTN,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for posting in the Intel Communities. We understand that you are currently designing an application that will show Discrete card-related information, but you are unable to get parameters for GPU activity and memory activity. Based on the information you have shared, we invite you to open the question in our &lt;A href="https://community.intel.com/t5/Developer-Software-Forums/ct-p/developer-software-forums" rel="noopener noreferrer" target="_blank"&gt;Developer Software Forum&lt;/A&gt; since you will find more suitable support for your question there.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Jean O.&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 10 Oct 2023 16:28:56 GMT</pubDate>
    <dc:creator>Jean_Intel</dc:creator>
    <dc:date>2023-10-10T16:28:56Z</dc:date>
    <item>
      <title>Intel API to get GPU activity for Intel Arc Graphics card</title>
      <link>https://community.intel.com/t5/Intel-Arc-Discrete-Graphics/Intel-API-to-get-GPU-activity-for-Intel-Arc-Graphics-card/m-p/1531648#M8734</link>
      <description>&lt;P&gt;I'm working in an c# windows application where it will show Discrete card related info like GPU activity, GPU fan and temperature parameters etc. For NVIDIA , AMD, we have NVAPI and ATL. But for Intel, I'm not aware.&lt;/P&gt;&lt;P&gt;For Intel arc card, I could get parameters like memory size, GPU fan, temperature from&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://intel.github.io/drivers.gpu.control-library/api.html" rel="nofollow noreferrer" target="_blank"&gt;Intel IGCL&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;. But for GPU activity and memory activity, OpenCL usageI could not find suitable method/struct in it.&lt;/P&gt;&lt;P&gt;Is there any other c++ API available that provides these details? or any low level APIs?&lt;/P&gt;&lt;P&gt;if anybody knows about this!&lt;/P&gt;&lt;P&gt;Previously for integrated graphics, there is a struct named&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://learn.microsoft.com/en-us/windows-hardware/drivers/ddi/d3dkmthk/ns-d3dkmthk-_d3dkmt_escape" rel="nofollow noreferrer" target="_blank"&gt;D3DKMT_ESCAPE&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/A&gt;where it would return parameter values for video usage, open CL usage, GPU activity etc. Since Intel stopped supporting D3DKMT_ESCAPE and Intel Arc card being new, I could not find them.&lt;/P&gt;&lt;P&gt;What I try to get is, g-&amp;gt;PStateUtil_GPU = pDynamicPStatesInfo.utilization[0].percentage; --&amp;gt; returns GPU activity percent for NVIDIA card. I want to get similar value for Intel&lt;/P&gt;</description>
      <pubDate>Mon, 09 Oct 2023 04:40:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Arc-Discrete-Graphics/Intel-API-to-get-GPU-activity-for-Intel-Arc-Graphics-card/m-p/1531648#M8734</guid>
      <dc:creator>SindhuTN</dc:creator>
      <dc:date>2023-10-09T04:40:01Z</dc:date>
    </item>
    <item>
      <title>Re:Intel API to get GPU activity for Intel Arc Graphics card</title>
      <link>https://community.intel.com/t5/Intel-Arc-Discrete-Graphics/Intel-API-to-get-GPU-activity-for-Intel-Arc-Graphics-card/m-p/1532316#M8793</link>
      <description>&lt;P&gt;Hello SindhuTN,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for posting in the Intel Communities. We understand that you are currently designing an application that will show Discrete card-related information, but you are unable to get parameters for GPU activity and memory activity. Based on the information you have shared, we invite you to open the question in our &lt;A href="https://community.intel.com/t5/Developer-Software-Forums/ct-p/developer-software-forums" rel="noopener noreferrer" target="_blank"&gt;Developer Software Forum&lt;/A&gt; since you will find more suitable support for your question there.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Jean O.&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Oct 2023 16:28:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Arc-Discrete-Graphics/Intel-API-to-get-GPU-activity-for-Intel-Arc-Graphics-card/m-p/1532316#M8793</guid>
      <dc:creator>Jean_Intel</dc:creator>
      <dc:date>2023-10-10T16:28:56Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Intel API to get GPU activity for Intel Arc Graphics card</title>
      <link>https://community.intel.com/t5/Intel-Arc-Discrete-Graphics/Intel-API-to-get-GPU-activity-for-Intel-Arc-Graphics-card/m-p/1533469#M8946</link>
      <description>&lt;P&gt;Hi Jean,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for responding!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I already raised this question in Developer Forum, link is here,&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.intel.com/t5/Software-Tuning-Performance/API-to-get-GPU-activity-for-Intel-Arc-Graphics-card/m-p/1527996#M8221" target="_blank"&gt;https://community.intel.com/t5/Software-Tuning-Performance/API-to-get-GPU-activity-for-Intel-Arc-Graphics-card/m-p/1527996#M8221&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Not sure that I posted this in the right space!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sindhu&lt;/P&gt;</description>
      <pubDate>Fri, 13 Oct 2023 13:37:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Arc-Discrete-Graphics/Intel-API-to-get-GPU-activity-for-Intel-Arc-Graphics-card/m-p/1533469#M8946</guid>
      <dc:creator>SindhuTN</dc:creator>
      <dc:date>2023-10-13T13:37:31Z</dc:date>
    </item>
  </channel>
</rss>

