Skip to content

Commit

Permalink
clean: deleted debug prints
Browse files Browse the repository at this point in the history
  • Loading branch information
MiloLurati committed Dec 13, 2024
1 parent 0227dc9 commit 1227151
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kernel_tuner/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,6 @@ def compile_kernel(self, instance, verbose):
]
error_message = str(e.stderr) if hasattr(e, "stderr") else str(e)
if any(re.search(msg, error_message) for msg in shared_mem_error_messages):
print("DEBUG: SHARED MEM ERROR")
logging.debug(
"compile_kernel failed due to kernel using too much shared memory"
)
Expand Down

0 comments on commit 1227151

Please sign in to comment.