Skip to content

Commit

Permalink
Update src/gt4py/next/program_processors/runners/dace/transformations…
Browse files Browse the repository at this point in the history
…/auto_optimize.py

Co-authored-by: edopao <edoardo16@gmail.com>
  • Loading branch information
philip-paul-mueller and edopao authored Feb 26, 2025
1 parent abdcd60 commit 07a7d5d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def gt_auto_optimize(
one with stride one.
5. If requested the function will now apply loop blocking, on the dimension
indicated by `leading_dim`.
6. The strides of temporaries are set to match the compute order..
6. The strides of temporaries are set to match the compute order.
7. If requested the SDFG will be transformed to GPU. For this the
`gt_gpu_transformation()` function is used, that might apply several other
optimizations.
Expand Down

0 comments on commit 07a7d5d

Please sign in to comment.