-
Notifications
You must be signed in to change notification settings - Fork 54
feat[next-dace]: Enable tasklet fusion in dataflow optimization #2452
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
There are big changes also in the dycore, it might be only fluctuations, so I would advise to run it again to see what is fluctuations and what is not. |
philip-paul-mueller
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See comment.
src/gt4py/next/program_processors/runners/dace/transformations/auto_optimize.py
Outdated
Show resolved
Hide resolved
e58a55d to
19172fd
Compare
| sdfg.apply_transformations_repeated( | ||
| dace_dataflow.TaskletFusion, validate=False, validate_all=validate_all | ||
| ) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The location is not optimial because it essentially destroy LoopBlooking but since that stencil does not depend on it, it should be fine.
|
Surpassed by development in #2457 |

One innocent line that makes a huge performance difference for muphys
graupelprogram in ICON4Py.