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
Good day!
Studied similar issues, verified paths, commands, ctypes etc.
pycuda examples etc work.
But still can't get skcuda working.
Problem
Error message:
C:\Users\user\Anaconda3\lib\site-packages\scikit_cuda-0.5.4-py3.7.egg\skcuda\cublas.py:289: UserWarning: creating CUBLAS context to get version number
warnings.warn('creating CUBLAS context to get version number')
Traceback (most recent call last):
File "G:\SVD_PCA\SVD\SVD.py", line 5, in
from skcuda import linalg
File "C:\Users\user\Anaconda3\lib\site-packages\scikit_cuda-0.5.4-py3.7.egg\skcuda\linalg.py", line 26, in
from . import cusolver
File "C:\Users\user\Anaconda3\lib\site-packages\scikit_cuda-0.5.4-py3.7.egg\skcuda\cusolver.py", line 65, in
raise OSError('cusolver library not found')
Environment
OS platform: Windows 10 Enterpize 1903
Python version: 3.7 (Anaconda x64)
CUDA version: 11.1 installed through .exe cuda toolkit setup
PyCUDA version 2020.1 from GitHub
scikit-cuda version: 0.5.4 from GitHub (tried also using pip install )
The text was updated successfully, but these errors were encountered:
Good day!
Studied similar issues, verified paths, commands, ctypes etc.
pycuda examples etc work.
But still can't get skcuda working.
Problem
Error message:
C:\Users\user\Anaconda3\lib\site-packages\scikit_cuda-0.5.4-py3.7.egg\skcuda\cublas.py:289: UserWarning: creating CUBLAS context to get version number
warnings.warn('creating CUBLAS context to get version number')
Traceback (most recent call last):
File "G:\SVD_PCA\SVD\SVD.py", line 5, in
from skcuda import linalg
File "C:\Users\user\Anaconda3\lib\site-packages\scikit_cuda-0.5.4-py3.7.egg\skcuda\linalg.py", line 26, in
from . import cusolver
File "C:\Users\user\Anaconda3\lib\site-packages\scikit_cuda-0.5.4-py3.7.egg\skcuda\cusolver.py", line 65, in
raise OSError('cusolver library not found')
Environment
The text was updated successfully, but these errors were encountered: