working on software backend

This commit is contained in:
2025-03-04 00:13:32 +01:00
parent 8c7b2bb44f
commit 211700b955
19 changed files with 539 additions and 32 deletions

View File

@@ -33,7 +33,7 @@ local backends = {
Software = {
option = "software",
default = true,
packages = { "spirv-vm", "openmp", "cpuinfo" }
packages = { "spirv-vm", "cpuinfo" }
}
}