Skip to content
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

CUSOLVER library only available in CUDA 7.0 and later #322

Open
decoli opened this issue Aug 26, 2021 · 0 comments
Open

CUSOLVER library only available in CUDA 7.0 and later #322

decoli opened this issue Aug 26, 2021 · 0 comments

Comments

@decoli
Copy link

decoli commented Aug 26, 2021

Problem

I found pycuda.gpuarray.dot() is different from numpy.dot().
So I want to use linalg.dot() by import skcuda.linalg.
(The calculation method of linalg.dot() is equivalent to numpy.dot()?).

Then I got ImportError:
CUSOLVER library only available in CUDA 7.0 and later

Someone know why this will happen?
Thanks for your help.

Environment

OS platform: Windows 10
Python version: 3.6.8
CUDA version: V10.2.89
PyCUDA version: 2021.1
scikit-cuda version: 0.5.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant