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 70c7bef commit b3c3cf6Copy full SHA for b3c3cf6
setup.py
@@ -27,7 +27,7 @@
27
CUDAExtension(module_name,
28
[generated_file] + cuda_sources,
29
extra_compile_args={'cxx': [],
30
- 'nvcc': ['-arch=sm_35', '-O3', '-allow-unsupported-compiler']})
+ 'nvcc': ['-arch=sm_35', '-O3']})
31
],
32
cmdclass={
33
'build_ext': BuildExtension
0 commit comments