Skip to content

Commit 23e8c17

Browse files
cleanup print statement
1 parent 672e0c0 commit 23e8c17

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

kernel_tuner/core.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -713,8 +713,6 @@ def wrap_templated_kernel(kernel_string, kernel_name):
713713
# there is a __launch_bounds__() group that is matched
714714
launch_bounds = ""
715715
if match.group(2):
716-
print(f"found launch bounds: {match.group(2)=}")
717-
718716
definition = definition.replace(match.group(2), " ")
719717
launch_bounds = match.group(2)
720718

0 commit comments

Comments
 (0)