Skip to content

Commit

Permalink
Added a note about using auto optimizer multiple times.
Browse files Browse the repository at this point in the history
  • Loading branch information
philip-paul-mueller committed Dec 4, 2024
1 parent 3d693c3 commit 9754557
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ def gt_auto_optimize(
different aspects of the SDFG. The initial SDFG is assumed to have a
very large number of rather simple Maps.
Note, because of how `gt_auto_optimizer()` works it is not save to call
it twice on the same SDFG.
1. Some general simplification transformations, beyond classical simplify,
are applied to the SDFG.
2. Tries to create larger kernels by fusing smaller ones, see
Expand Down

0 comments on commit 9754557

Please sign in to comment.