提交 c15dc61a authored 作者: Geoffrey French [UEA]'s avatar Geoffrey French [UEA]

Added -I and -L to the list of argument patterns from nvcc.flags that are not…

Added -I and -L to the list of argument patterns from nvcc.flags that are not presented to nvcc in comma-separated form.
上级 52ea2d0c
......@@ -293,8 +293,8 @@ class NVCC_compiler(object):
#nvcc argument
preargs1 = []
for pa in preargs:
for pattern in ['-O', '-arch=', '-ccbin=', '-G', '-g',
'--fmad', '--ftz', '--maxrregcount',
for pattern in ['-O', '-arch=', '-ccbin=', '-G', '-g', '-I',
'-L', '--fmad', '--ftz', '--maxrregcount',
'--prec-div', '--prec-sqrt', '--use_fast_math',
'-fmad', '-ftz', '-maxrregcount',
'-prec-div', '-prec-sqrt', '-use_fast_math']:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论