Skip to content

Commit

Permalink
Removed some debug output.
Browse files Browse the repository at this point in the history
  • Loading branch information
philip-paul-mueller committed Dec 3, 2024
1 parent 7330e7b commit f3cbbdb
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,7 @@ def gt_auto_optimize(

# We now ensure that point wise computations are properly double buffered.
# The main reason is to ensure that rule 3 of ADR18 is maintained.
count = gtx_transformations.gt_crearte_local_double_buffering(sdfg)
print(f">>>>> APPLIED {count} LOCAL BUFFERINGS.")
gtx_transformations.gt_crearte_local_double_buffering(sdfg)

# Phase 5: Apply blocking
if blocking_dim is not None:
Expand Down

0 comments on commit f3cbbdb

Please sign in to comment.