We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 104bf6d commit 455ae90Copy full SHA for 455ae90
setup.py
@@ -65,7 +65,7 @@ def get_compile_args(module_name):
65
cpp_extra_flags.append("-fopenmp")
66
67
nvcc_extra_flags = []
68
- if True or profile_mode:
+ if profile_mode:
69
nvcc_extra_flags.append("-lineinfo")
70
nvcc_extra_flags.append("-Xptxas=-v")
71
0 commit comments