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