Skip to content

Commit 6bd5fdd

Browse files
committed
[ci skip]
1 parent 8c58ddb commit 6bd5fdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def get_extensions():
5151
nvcc_flags += ['--expt-relaxed-constexpr', '-O2']
5252
extra_compile_args['nvcc'] = nvcc_flags
5353
if sys.platform == 'win32':
54-
extra_compile_args['nvcc'].append('/Zm1000')
54+
extra_compile_args['nvcc'].append('/Zm5000')
5555

5656
name = main.split(os.sep)[-1][:-4]
5757
sources = [main]

0 commit comments

Comments
 (0)