pub fn detect() -> Vec<GpuInfo>Expand description
Detect all GPUs visible on the host.
Best-effort: spawns only read-only platform queries (NVML, system_profiler,
sysctl) and reads sysfs. Returns an empty Vec on unsupported platforms
or when no GPU is found.