提交 725b7a3f authored 作者: Frédéric Bastien's avatar Frédéric Bastien

Merge pull request #3787 from oeway/master

fixed cula runtime error (libcula.so not found)
......@@ -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 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论