Skip to content

Commit 2c9d09f

Browse files
author
pytorchbot
committed
2024-10-23 nightly release (e9a3213)
1 parent 2726a39 commit 2c9d09f

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
@@ -127,7 +127,7 @@ def get_macros_and_flags():
127127
if NVCC_FLAGS is None:
128128
nvcc_flags = []
129129
else:
130-
nvcc_flags = nvcc_flags.split(" ")
130+
nvcc_flags = NVCC_FLAGS.split(" ")
131131
extra_compile_args["nvcc"] = nvcc_flags
132132

133133
if sys.platform == "win32":

0 commit comments

Comments
 (0)