Skip to content

Commit

Permalink
help
Browse files Browse the repository at this point in the history
  • Loading branch information
rcoreilly committed Dec 25, 2024
1 parent aa82968 commit c94789d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gpu/cmd/webgpuinfo/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit c94789d

Please sign in to comment.