Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
afraz-ahmed committed Jul 14, 2023
1 parent 925ce7e commit 751d4d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ _replacement_string = ''
for i in range(len(cuda_compute_capabilities)):
_c = cuda_compute_capabilities[i].replace('.', '')
_replacement_string += (r'GENCODE:=\$\(GENCODE\) \-gencode=arch=compute_%s,code=\\"sm_%s,compute_%s\\"\n'
% (_c, _c, _c))
% (_c, _c, _c))

_replacement_cmd = "sed -i 's/^GENCODE.*/%s/' Makefile" % _replacement_string

Expand Down

0 comments on commit 751d4d8

Please sign in to comment.