1
0
mirror of https://github.com/fumiama/gozel.git synced 2026-06-24 21:00:48 +08:00

feat(gen): impl. all specs except union

This commit is contained in:
源文雨
2026-03-24 00:49:26 +08:00
parent d42d758aeb
commit 1111b0ecc1
159 changed files with 9994 additions and 423 deletions

View File

@@ -42,6 +42,8 @@ func main() {
specdir = os.DirFS(*spec)
}
defer closeAPI()
fmt.Println("[main] parsing core APIs...")
f, err := specdir.Open("include/level_zero/ze_api.h")
if err != nil {