From c94789defbe778cadb00da62eb77dbf9c6160cea Mon Sep 17 00:00:00 2001 From: "Randall C. O'Reilly" Date: Wed, 25 Dec 2024 11:18:24 -0800 Subject: [PATCH] help --- gpu/cmd/webgpuinfo/main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/gpu/cmd/webgpuinfo/main.go b/gpu/cmd/webgpuinfo/main.go index 855c62264..9c1bafbf3 100644 --- a/gpu/cmd/webgpuinfo/main.go +++ b/gpu/cmd/webgpuinfo/main.go @@ -21,6 +21,7 @@ func main() { gpIndex := gp.SelectGPU(gpus) props := gpus[gpIndex].GetInfo() fmt.Println("Default WebGPU Adapter number:", gpIndex, " Type:", props.AdapterType.String(), " Backend:", props.BackendType.String()) + fmt.Println("Set GPU_DEVICE environment variable to select a different device") for i, a := range gpus { props := a.GetInfo()