Skip to content

Commit 11ca502

Browse files
authored
Revert "ci: remove multi-threading in nvcc compile flags (#229)" (#230)
This reverts commit f1da148.
1 parent f1da148 commit 11ca502

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

python/setup.py

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

0 commit comments

Comments
 (0)