mirror of
https://github.com/fumiama/gozel.git
synced 2026-06-10 19:30:25 +08:00
feat(gen): impl. all specs except union
This commit is contained in:
@@ -3,14 +3,13 @@ package main
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
"github.com/fumiama/gozel"
|
||||
"github.com/fumiama/gozel/ze"
|
||||
)
|
||||
|
||||
func main() {
|
||||
err := gozel.InitZe()
|
||||
hs, err := ze.InitGPUDrivers()
|
||||
if err != nil {
|
||||
panic(err)
|
||||
}
|
||||
desc := gozel.GPGPUDriverTypeDesc()
|
||||
fmt.Println(gozel.InitDrivers(&desc))
|
||||
fmt.Println(hs)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user