Skip to content

Commit

Permalink
Revert "ci: remove multi-threading in nvcc compile flags (#229)" (#230)
Browse files Browse the repository at this point in the history
This reverts commit f1da148.
  • Loading branch information
yzh119 authored May 3, 2024
1 parent f1da148 commit 11ca502
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,8 @@ def __init__(self, *args, **kwargs) -> None:
"nvcc": [
"-O3",
"-std=c++17",
"--threads",
"8",
"-Xfatbin",
"-compress-all",
],
Expand Down

0 comments on commit 11ca502

Please sign in to comment.