-
Notifications
You must be signed in to change notification settings - Fork 84
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
transformations (csl): Add prefetch lowering #3584
Conversation
What's with the hackathon tag? Did I miss some news? |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3584 +/- ##
==========================================
- Coverage 90.41% 90.38% -0.04%
==========================================
Files 469 469
Lines 58945 59086 +141
Branches 5611 5617 +6
==========================================
+ Hits 53297 53405 +108
- Misses 4208 4235 +27
- Partials 1440 1446 +6 ☔ View full report in Codecov by Sentry. |
@@ -3,217 +3,6 @@ | |||
builtin.module { | |||
// CHECK-NEXT: builtin.module { | |||
|
|||
func.func @gauss_seidel(%a : !stencil.field<[-1,1023]x[-1,511]xtensor<512xf32>>, %b : !stencil.field<[-1,1023]x[-1,511]xtensor<512xf32>>) { |
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.
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.
cc @superlopuh
Add a prefetch lowering by rewriting csl_stencil.prefetch into a communicate-only csl_stencil.apply