<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet type="text/xsl" href="atom.xsl"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <id>https://gpu-flight.github.io/blog</id>
    <title>GPUFlight - GPU Profiler &amp; Monitoring System Blog</title>
    <updated>2025-04-01T00:00:00.000Z</updated>
    <generator>https://github.com/jpmonette/feed</generator>
    <link rel="alternate" href="https://gpu-flight.github.io/blog"/>
    <subtitle>GPUFlight - GPU Profiler &amp; Monitoring System Blog</subtitle>
    <icon>https://gpu-flight.github.io/img/favicon.ico</icon>
    <entry>
        <title type="html"><![CDATA[AMD ROCm Support]]></title>
        <id>https://gpu-flight.github.io/blog/amd-rocm-support</id>
        <link href="https://gpu-flight.github.io/blog/amd-rocm-support"/>
        <updated>2025-04-01T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[GPUFlight now supports AMD GPUs via ROCm, including HIP kernel tracing, system telemetry, occupancy analysis, ISA disassembly, and extended hardware metrics.]]></summary>
        <content type="html"><![CDATA[<p>GPUFlight now supports AMD GPUs via ROCm, including HIP kernel tracing, system telemetry, occupancy analysis, ISA disassembly, and extended hardware metrics.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="whats-new">What's New<a href="https://gpu-flight.github.io/blog/amd-rocm-support#whats-new" class="hash-link" aria-label="Direct link to What's New" title="Direct link to What's New" translate="no">​</a></h2>
<ul>
<li class=""><strong>AMD/ROCm backend</strong>: Kernel tracing via rocprofiler-sdk, system metrics via ROCm SMI</li>
<li class=""><strong>Occupancy analysis</strong>: Theoretical occupancy computed from VGPR usage, LDS, and wavefront limits</li>
<li class=""><strong>ISA disassembly</strong>: Automatic RDNA ISA capture via llvm-objdump</li>
<li class=""><strong>Extended metrics</strong>: Fan speed, junction/memory temperature, voltage, energy, PCIe bandwidth, ECC errors</li>
<li class=""><strong>Report generation</strong>: <code>gpufl::generateReport()</code> produces a text summary after profiling</li>
<li class=""><strong>CPU iGPU filtering</strong>: AMD APU integrated graphics are automatically excluded from telemetry</li>
<li class=""><strong>Vendor-neutral frontend</strong>: Web UI adapts terminology (SASS/ISA, Warp/Wavefront) based on GPU vendor</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="supported-hardware">Supported Hardware<a href="https://gpu-flight.github.io/blog/amd-rocm-support#supported-hardware" class="hash-link" aria-label="Direct link to Supported Hardware" title="Direct link to Supported Hardware" translate="no">​</a></h2>
<ul>
<li class=""><strong>NVIDIA</strong>: CUDA Toolkit with CUPTI (unchanged)</li>
<li class=""><strong>AMD</strong>: ROCm 6.x with HIP, rocprofiler-sdk, and ROCm SMI</li>
</ul>
<p>See the <a class="" href="https://gpu-flight.github.io/docs/guides/amd-integration">AMD Integration Guide</a> for details.</p>]]></content>
        <author>
            <name>GPUFlight Team</name>
            <uri>https://github.com/gpu-flight</uri>
        </author>
        <category label="Release" term="Release"/>
        <category label="AMD" term="AMD"/>
        <category label="Feature" term="Feature"/>
    </entry>
</feed>