提交 aa261d20 authored 作者: Frederic Bastien's avatar Frederic Bastien

small fix to doc.

上级 2e26db46
...@@ -10,11 +10,12 @@ _logger.setLevel(logging.WARNING) ...@@ -10,11 +10,12 @@ _logger.setLevel(logging.WARNING)
AddConfigVar('cuda.root', AddConfigVar('cuda.root',
"""directory with bin/, lib/, include/ for cuda utilities. """directory with bin/, lib/, include/ for cuda utilities.
This directory is included via -L and -rpath when linking dynamically This directory is included via -L and -rpath when linking
compiled modules. If AUTO, if nvcc is in the path, it will use one of dynamically compiled modules. If AUTO and nvcc is in the
this parent directory. Otherwise /usr/local/cuda. Leave empty to path, it will use one of nvcc parent directory. Otherwise
prevent extra linker directives. /usr/local/cuda will be used. Leave empty to prevent extra
Default: environment variable "CUDA_ROOT" or else "AUTO". linker directives. Default: environment variable "CUDA_ROOT"
or else "AUTO".
""", """,
StrParam(os.getenv('CUDA_ROOT', "AUTO"))) StrParam(os.getenv('CUDA_ROOT', "AUTO")))
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论