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 947b4d9 commit 8c58ddbCopy full SHA for 8c58ddb
setup.py
@@ -50,6 +50,8 @@ 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('/Zm1000')
55
56
name = main.split(os.sep)[-1][:-4]
57
sources = [main]
0 commit comments