-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"go get -u gorgonia.org/cu" doesn't work on Windows 10 with CUDA v10.2 #51
Comments
I suspect you might have mismatching versions installed. Can you check:
cc @cfgt |
|
I finally made it work:
Now it worked and I tested with cudatest. Thank you very much ! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I try to use "go get -u gorgonia.org/cu" to download and build the package, I get:
I added the path to CUDA v10.2 in cgoflags.go using the example from issue #50:
The text was updated successfully, but these errors were encountered: