Skip to content

Commit

Permalink
remove prints
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-garvey committed Jan 13, 2025
1 parent 06827d5 commit 4983ed9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sharktank/sharktank/kernels/attention.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,6 @@ def generate(self, ksel: KernelSelection, kb: KernelBuilder):
"scale_type": scale_type_str,
"o_type": o_type_str,
}
print("ARGS:")
print(kwargs)
template_file = "flash_attention.mlir"
target_function_name = f"sharktank_flash_attention_{l}_{s}_{d}_{e}_{i_type_str}_{scale_type_str}_{o_type_str}"
target_function = inline_template_function(
Expand Down

0 comments on commit 4983ed9

Please sign in to comment.