From 2c9d09f3b85ca6f317d53a50ae471f02160e09aa Mon Sep 17 00:00:00 2001 From: pytorchbot Date: Wed, 23 Oct 2024 11:34:43 +0000 Subject: [PATCH] 2024-10-23 nightly release (e9a3213524a0abd609ac7330cf170b9e19917d39) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 05a07c826fc..c2be57e9775 100644 --- a/setup.py +++ b/setup.py @@ -127,7 +127,7 @@ def get_macros_and_flags(): if NVCC_FLAGS is None: nvcc_flags = [] else: - nvcc_flags = nvcc_flags.split(" ") + nvcc_flags = NVCC_FLAGS.split(" ") extra_compile_args["nvcc"] = nvcc_flags if sys.platform == "win32":