scikit-cuda icon indicating copy to clipboard operation
scikit-cuda copied to clipboard

CUSOLVER library only available in CUDA 7.0 and later

Open decoli opened this issue 3 years ago • 0 comments

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

decoli avatar Aug 26 '21 08:08 decoli