提交 5b0b90a1 authored 作者: Wei Ouyang's avatar Wei Ouyang

fixed cula runtime error (libcula.so not found)

上级 6d4633be
......@@ -16,7 +16,7 @@ cula_available = False
try:
from scikits.cuda import cula
cula_available = True
except (ImportError, OSError, pkg_resources.DistributionNotFound):
except (ImportError, OSError, RuntimeError, pkg_resources.DistributionNotFound):
pass
cula_initialized = False
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论