提交 acebecd7 authored 作者: Iban Harlouchet's avatar Iban Harlouchet

numpydoc for theano/sandbox/gpuarray/comp.py

上级 fd0b1f00
...@@ -16,6 +16,7 @@ class NVCC_compiler(NVCC_base): ...@@ -16,6 +16,7 @@ class NVCC_compiler(NVCC_base):
""" """
Re-implementation of compile_args that does not create an Re-implementation of compile_args that does not create an
additionnal context on the GPU. additionnal context on the GPU.
""" """
flags = [flag for flag in config.nvcc.flags.split(' ') if flag] flags = [flag for flag in config.nvcc.flags.split(' ') if flag]
if config.nvcc.fastmath: if config.nvcc.fastmath:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论