gofumpt fix
This commit is contained in:
parent
82f0c7e6a5
commit
a7ddd0e2ae
|
|
@ -486,7 +486,7 @@ func GetGPUInfo() GpuInfoList {
|
|||
gpuInfo.DriverMinor = int(memInfo.minor)
|
||||
|
||||
// TODO potentially sort on our own algorithm instead of what the underlying GPU library does...
|
||||
var backend = gpuInfoExistsInOtherBackends(gpuInfo)
|
||||
backend := gpuInfoExistsInOtherBackends(gpuInfo)
|
||||
if backend != "" {
|
||||
unsupportedGPUs = append(unsupportedGPUs,
|
||||
UnsupportedGPUInfo{
|
||||
|
|
|
|||
Loading…
Reference in New Issue