-
Notifications
You must be signed in to change notification settings - Fork 229
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
compiler: Introduce cluster-level Temp #2281
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2281 +/- ##
=======================================
Coverage 86.82% 86.83%
=======================================
Files 229 229
Lines 42450 42461 +11
Branches 7870 7870
=======================================
+ Hits 36858 36869 +11
Misses 4933 4933
Partials 659 659 ☔ View full report in Codecov by Sentry. |
Minor comment left, otherwise GTG. Thanks |
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
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.
GTG, thanks!
c4f52a4
to
302e2cb
Compare
A high-order TTI kernel resulted in requiring a mulsort between a "cluster-level" and a "devito" Temp, both having the same name and class name. This fix solves this issue. MFE test added.
Not sure, if we would like to have a TTI so16 kernel to compile in testing