Skip to content

Commit f1da148

Browse files
authored
ci: remove multi-threading in nvcc compile flags (#229)
We already created lots of process and there is no need to use multi-threading to accelerate compilation.
1 parent bc5c4fa commit f1da148

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

python/setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -394,8 +394,6 @@ def __init__(self, *args, **kwargs) -> None:
394394
"nvcc": [
395395
"-O3",
396396
"-std=c++17",
397-
"--threads",
398-
"8",
399397
"-Xfatbin",
400398
"-compress-all",
401399
],

0 commit comments

Comments
 (0)