Files
p2p-rendering-computation/server/gpu_test.go
2025-01-07 01:24:14 +00:00

17 lines
210 B
Go

package server
// import (
// "fmt"
// "testing"
// )
//
// func TestGpuOutput(t *testing.T) {
// gpu, err := GPUInfo()
//
// if err != nil {
// t.Error(err)
// }
//
// fmt.Print(gpu.Gpu.GpuName)
// }