You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Problem
I found
pycuda.gpuarray.dot()
is different fromnumpy.dot()
.So I want to use
linalg.dot()
byimport skcuda.linalg
.(The calculation method of
linalg.dot()
is equivalent tonumpy.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
The text was updated successfully, but these errors were encountered: