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 03e02e6 commit 77f6ba5Copy full SHA for 77f6ba5
setup.py
@@ -53,8 +53,6 @@ def get_extensions():
53
nvcc_flags = [] if nvcc_flags == '' else nvcc_flags.split(' ')
54
nvcc_flags += ['--expt-relaxed-constexpr', '-O2']
55
extra_compile_args['nvcc'] = nvcc_flags
56
- if sys.platform == 'win32':
57
- extra_compile_args['nvcc'].append('/Zm500')
58
59
name = main.split(os.sep)[-1][:-4]
60
sources = [main]
0 commit comments