Skip to content

Add AMD telemetry on Windows ROCm - #16

Open
0xDELUXA wants to merge 1 commit into
kijai:mainfrom
0xDELUXA:amd-telemetry
Open

Add AMD telemetry on Windows ROCm#16
0xDELUXA wants to merge 1 commit into
kijai:mainfrom
0xDELUXA:amd-telemetry

Conversation

@0xDELUXA

@0xDELUXA 0xDELUXA commented Jul 22, 2026

Copy link
Copy Markdown

On a ROCm build the panel already enables itself and names the GPU, but every hardware bar reads N/A, because torch.cuda.utilization/temperature/power_draw go through amdsmi and it has no Windows build.

ADLXPybind is currently the only working approach for telemetry on Windows ROCm.

NVIDIA is untouched - the 28 deleted lines are the existing torch calls moving into an else branch plus a rename of the now vendor-agnostic name cache. The AMD block is gated behind torch.version.hip.

Without ADLXPybind the payload is byte-identical to today's, so nothing regresses for anyone who doesn't install it. That's why it's a README note rather than a requirements.txt entry.

Tested on Windows with ROCm 7.15 and PyTorch 2.12 on RDNA4 and RDNA2 GPUs; verified the ADLX-absent path by blocking the import.

@0xDELUXA
0xDELUXA force-pushed the amd-telemetry branch 3 times, most recently from eab7009 to 0262949 Compare July 22, 2026 12:24
@0xDELUXA 0xDELUXA changed the title Add AMD telemetry on Windows Add AMD telemetry on Windows ROCm Jul 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant