diff --git a/python/setup.py b/python/setup.py index 40556ec41..0346dc713 100644 --- a/python/setup.py +++ b/python/setup.py @@ -132,7 +132,7 @@ def get_cuda_version_from_header(cuda_include_dir): ], libraries=["cuda", "cudart"], language="c++", - extra_compile_args=["-std=c++14"], + extra_compile_args=["-std=c++17"], ) ], nthreads=nthreads,