提交 87d63f4d authored 作者: abergeron's avatar abergeron 提交者: GitHub

Merge pull request #5010 from gvtulder/f-compiler-bindir

gpuarray: Do not pass config.nvcc.compiler-bindir to g++
...@@ -67,8 +67,6 @@ if ((err = cudnnCreate(&_handle)) != CUDNN_STATUS_SUCCESS) { ...@@ -67,8 +67,6 @@ if ((err = cudnnCreate(&_handle)) != CUDNN_STATUS_SUCCESS) {
params.append("-I" + config.dnn.include_path) params.append("-I" + config.dnn.include_path)
if config.dnn.library_path: if config.dnn.library_path:
params.append("-L" + config.dnn.library_path) params.append("-L" + config.dnn.library_path)
if config.nvcc.compiler_bindir:
params.extend(['--compiler-bindir', config.nvcc.compiler_bindir])
# Do not run here the test program. It would run on the # Do not run here the test program. It would run on the
# default gpu, not the one selected by the user. If mixed # default gpu, not the one selected by the user. If mixed
# GPU are installed or if the GPUs are configured in # GPU are installed or if the GPUs are configured in
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论