Skip to content

Commit b0e6bc7

Browse files
author
Koch
committed
fix: setup.py formatting
1 parent 5fe240a commit b0e6bc7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
from torch.utils.cpp_extension import CppExtension, CUDAExtension, CUDA_HOME
99

1010

11-
# Windows users: Edit both of these to contain your Visual Studio include path, i.e.
11+
# Windows users: Edit both of these to contain your VS include path, i.e.
1212
# cxx_extra_compile_args = ['-I{VISUAL_STUDIO_DIR}\\include']
13-
# nvcc_extra_compile_args = ['-arch=sm_35', '--expt-relaxed-constexpr', '-I{VISUAL_STUDIO_DIR}\\include']
13+
# nvcc_extra_compile_args = [..., '-I{VISUAL_STUDIO_DIR}\\include']
1414
cxx_extra_compile_args = []
1515
nvcc_extra_compile_args = ['-arch=sm_35', '--expt-relaxed-constexpr']
1616

17-
# Windows users: Edit both of these to contain your Visual Studio library path, i.e.
17+
# Windows users: Edit both of these to contain your VS library path, i.e.
1818
# cxx_extra_link_args = ['/LIBPATH:{VISUAL_STUDIO_DIR}\\lib\\{x86|x64}']
1919
# nvcc_extra_link_args = ['/LIBPATH:{VISUAL_STUDIO_DIR}\\lib\\{x86|x64}']
2020
cxx_extra_link_args = []

0 commit comments

Comments
 (0)