提交 73e6e631 authored 作者: James Bergstra's avatar James Bergstra

added another error message to cuda sandbox init

上级 48c84b4c
......@@ -71,6 +71,8 @@ try:
if compile_cuda_ndarray:
import nvcc_compiler
if not nvcc_compiler.is_nvcc_available():
error('nvcc compiler not found on $PATH.'
' Check your nvcc installation and try again')
set_cuda_disabled()
if cuda_available:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论