pub fn set_gpu_runtime_status(observers: &WorkerObservers, status: Result<()>)Expand description
Probe the GPU runtime and record it in observers, warn-logging the
remedy when it’s missing. status is injected (the live caller
passes sd_provision::vulkan_runtime_status()) so the
observer-write + logging are testable without a real GPU stack.