Skip to content
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

Merged
merged 3 commits into from Dec 13, 2023
Merged

compiler: Introduce cluster-level Temp #2281

merged 3 commits into from Dec 13, 2023

Conversation

georgebisbas
Copy link
Contributor

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

Copy link

codecov bot commented Dec 12, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (9810a8f) 86.82% compared to head (302e2cb) 86.83%.

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.
📢 Have feedback on the report? Share it here.

tests/test_tools.py Outdated Show resolved Hide resolved
@FabioLuporini
Copy link
Contributor

Minor comment left, otherwise GTG. Thanks

Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

Copy link
Contributor

@FabioLuporini FabioLuporini left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

GTG, thanks!

@mloubout mloubout merged commit 7d73a60 into master Dec 13, 2023
31 checks passed
@mloubout mloubout deleted the cluster_temp branch December 13, 2023 02:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants