運行故障:
MNIST,運行中間發生Python執行非法指令錯誤,同時運行窗口報告:Couldn't open CUDA library cupti64_80.dll無法繼續執行
原因:CUDA的cupti64_80.dll的路徑沒有加入PATH
解決問題辦法:
將目錄C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\extras\CUPTI\libx64下的cupti64_80.dll 復制到C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin即可
“
I have encountered this problem before. When you use CUDA 8.0,the file cupti64_80.dll lies in C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\extras\CUPTI\libx64. I just fixed the problem by copying the dll into C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin, and the file cupti.lib in the same location into C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\lib\x64. And it works!
”