cu
cu copied to clipboard
package cu provides an idiomatic interface to the CUDA Driver API.
Incorrect variable passed, looks like copy/paste error
I got `go\pkg\mod\gorgonia.org\[email protected]\params.go: In function 'CallHostFunc': go\pkg\mod\gorgonia.org\[email protected]\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`
windows cuda 9.0 # gorgonia.org/cu C:/TDM-GCC-64/bin/../lib/gcc/x86_64-w64-mingw32/5.1.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -lcuda collect2.exe: error: ld returned 1 exit status Hello... Any idea on how to resolver this problem?
Hi people, I had some difficulty trying to install this library. For one part that was because I didn't see that [there is a guide](https://gorgonia.org/tutorials/mnist-cuda/#preparing-the-code) until after I got it...
I'm newer and first i go get -u gorgonia.org/cu,then go install gorgonia.org/cu/cmd/cudatest,but here was a mistake 
testing
Error in initialization, please refer to "https://docs.nvidia.com/cuda/cuda-driver-api/group__CUDA__INITIALIZE.html" for details on: I have encountered this error while following the instruction to test if its correctly installed
C = α op ( A ) op ( B ) + β C where α and β are scalars, and A , B and C are matrices stored in...
When I run ` go test -tags="cuda" -run=LargeBatch -v`, the test display nothing and never finish. ```text (base) ➜ ip-172-31-49-229 cu git:(master) ✗ go test -tags="cuda" -run=LargeBatch -v === RUN...
Hi! Please provide some basic example how to work with this library properly. How to create basic Kernel and use it into computation with GPU. Thanks!