From 0da0f0c63335023eb3fa7b5bcf9f7148cd72dbd9 Mon Sep 17 00:00:00 2001 From: forkless Date: Mon, 8 Jun 2026 23:52:35 +0200 Subject: [PATCH] fix: remove _PdhQuery reference from AMD init --- providers/amd.py | 1 - 1 file changed, 1 deletion(-) diff --git a/providers/amd.py b/providers/amd.py index 9c92ac2..d4d6167 100644 --- a/providers/amd.py +++ b/providers/amd.py @@ -54,7 +54,6 @@ class AMDProvider(BaseGPUProvider): # Windows GPU utilisation — typeperf (primary, reliable CSV output) # PDH has wildcard-counter issues with AMD drivers, so skip it. - self._pdh = _PdhQuery() self._pdh_ok = False # PDH disabled for AMD (wildcard handling unreliable) self._tp_gpu = _TypeperfGpuQuery() self._tp_gpu_ok = self._tp_gpu.init()