Skip to content

Commit

Permalink
include sm70
Browse files Browse the repository at this point in the history
  • Loading branch information
camfairchild committed Oct 3, 2022
1 parent 761a3e7 commit ce9fd7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def build_extensions(self):
extra_compile_args={
'gcc': [],
'nvcc': ['-Xptxas', '-v', '-O3',
'-gencode', 'arch=compute_86,code=sm_86', '-gencode', 'arch=compute_80,code=sm_80', '-gencode', 'arch=compute_75,code=sm_75', '--ptxas-options=-v', '-c',
'-gencode', 'arch=compute_86,code=sm_86', '-gencode', 'arch=compute_80,code=sm_80', '-gencode', 'arch=compute_75,code=sm_75', '-gencode', 'arch=compute_70,code=sm_70', '--ptxas-options=-v', '-c',
'--compiler-options', "'-fPIC'"
]
},
Expand Down

0 comments on commit ce9fd7f

Please sign in to comment.