Я пытаюсь воспользоваться cuda с моим gtx 1080 на Windows, я установил cuda toolkit 10 с веб-сайта nvidia и установил переменные окружения, используя этот учебник на среде: учебник Однако, когда яКоманда run numba -s
в приглашении anaconda Я получил следующее сообщение:
Finding cublas
ERROR: can't locate lib
Finding cusparse
ERROR: can't locate lib
Finding cufft
ERROR: can't locate lib
Finding curand
ERROR: can't locate lib
Finding nvvm
located at C:\Users\Nimrod Naim\Anaconda3\DLLs\nvvm64_32_0.dll
finding libdevice for compute_20... ERROR: can't open libdevice for compute_20
finding libdevice for compute_30... ERROR: can't open libdevice for compute_30
finding libdevice for compute_35... ERROR: can't open libdevice for compute_35
finding libdevice for compute_50... ERROR: can't open libdevice for compute_50
Found 1 CUDA devices
id 0 b'GeForce GTX 1080' [SUPPORTED]
compute capability: 6.1
pci device id: 0
pci bus id: 7
Summary:
1/1 devices are supported
, поэтому cuda не будет включен с помощью numba.
Не могли бы вы помочь мне решить эту проблему?
Спасибо!