gorgonia / cu

package cu provides an idiomatic interface to the CUDA Driver API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

There isn't handleCUDACB in CUDA v11.4

tirogen opened this issue · comments

I got
go\pkg\mod\gorgonia.org\cu@v0.9.4\params.go: In function 'CallHostFunc': go\pkg\mod\gorgonia.org\cu@v0.9.4\params.go:7:2: warning: implicit declaration of function 'handleCUDACB' [-Wimplicit-function-declaration] 7 | handleCUDACB(fn)
from run
go get -u -v gorgonia.org/cu

I already saw in cuda.h that there isn't handleCUDACB function