Skip to content

Commit 455ae90

Browse files
committed
after rebase
1 parent 104bf6d commit 455ae90

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
@@ -65,7 +65,7 @@ def get_compile_args(module_name):
6565
cpp_extra_flags.append("-fopenmp")
6666

6767
nvcc_extra_flags = []
68-
if True or profile_mode:
68+
if profile_mode:
6969
nvcc_extra_flags.append("-lineinfo")
7070
nvcc_extra_flags.append("-Xptxas=-v")
7171

0 commit comments

Comments
 (0)