Skip to content

Commit b3c3cf6

Browse files
committed
Remove CLI argument '-allow-unsupported-compiler' for nvcc
1 parent 70c7bef commit b3c3cf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
CUDAExtension(module_name,
2828
[generated_file] + cuda_sources,
2929
extra_compile_args={'cxx': [],
30-
'nvcc': ['-arch=sm_35', '-O3', '-allow-unsupported-compiler']})
30+
'nvcc': ['-arch=sm_35', '-O3']})
3131
],
3232
cmdclass={
3333
'build_ext': BuildExtension

0 commit comments

Comments
 (0)