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 f31fa47 commit 6a1525bCopy full SHA for 6a1525b
setup.py
@@ -50,8 +50,6 @@ def get_extensions():
50
nvcc_flags = [] if nvcc_flags == '' else nvcc_flags.split(' ')
51
nvcc_flags += ['--expt-relaxed-constexpr', '-O2']
52
extra_compile_args['nvcc'] = nvcc_flags
53
- if sys.platform == 'win32':
54
- extra_compile_args['nvcc'].append('/Zm5000')
55
56
name = main.split(os.sep)[-1][:-4]
57
sources = [main]
0 commit comments