Skip to content

Commit 06ffe13

Browse files
committed
bugfix: turned off verbose
upd
1 parent d3e7b6d commit 06ffe13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flashinfer/jit/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ def gen_jit_spec(
294294
cflags += ["-O3"]
295295

296296
# useful for ncu
297-
if bool(os.environ.get("FLASHINFER_JIT_LINEINFO", "0")):
297+
if os.environ.get("FLASHINFER_JIT_LINEINFO", "0") == "1":
298298
cuda_cflags += ["-lineinfo"]
299299

300300
if extra_cflags is not None:

0 commit comments

Comments
 (0)