fixed formatting

This commit is contained in:
Inforithmics 2025-10-04 16:32:39 +02:00
parent b2aba4ea83
commit 9ac9f3a952
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ func devInfoToInfoList(devs []ml.DeviceInfo) GpuInfoList {
} else {
info.Compute = fmt.Sprintf("%d.%d", dev.ComputeMajor, dev.ComputeMinor)
}
// TODO any special processing of Vulkan devices?
// TODO any special processing of Vulkan devices?
resp = append(resp, info)
}
if len(resp) == 0 {