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 8c58ddb commit 6bd5fddCopy full SHA for 6bd5fdd
setup.py
@@ -51,7 +51,7 @@ def get_extensions():
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')
+ extra_compile_args['nvcc'].append('/Zm5000')
55
56
name = main.split(os.sep)[-1][:-4]
57
sources = [main]
0 commit comments