update gpu.go

This commit is contained in:
pufferffish
2024-06-15 12:05:01 +01:00
parent e77ea68e11
commit 18f3f960b0
4 changed files with 441 additions and 228 deletions

View File

@@ -62,6 +62,13 @@ type OneapiGPUInfo struct {
}
type OneapiGPUInfoList []OneapiGPUInfo
type VulkanGPUInfo struct {
GpuInfo
index int
}
type VulkanGPUInfoList []VulkanGPUInfo
type GpuInfoList []GpuInfo
// Split up the set of gpu info's by Library and variant