We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eaf533 commit b6b200aCopy full SHA for b6b200a
cmake/nvidiacc.py
@@ -79,7 +79,7 @@ def checkCall(f, *args):
79
cc_len = len(cc_list)
80
if cc_len:
81
cc_str = '{}'.format(cc_list[0])
82
- for i in range(2, cc_len):
+ for i in range(1, cc_len):
83
cc_str = cc_str + ',{}'.format(cc_list[i])
84
return cc_str
85
else:
0 commit comments