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: Tweaks to enable decoupling on GPUs #2385

Merged
merged 3 commits into from
Jun 7, 2024
Merged

Conversation

FabioLuporini
Copy link
Contributor

No description provided.

class TestAdvanced:

def test_foreign(self):
MySparseFunction = type('MySparseFunction', (SparseFunction,), {'attr': 42})
Copy link
Contributor

Choose a reason for hiding this comment

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

What does this emulate?

Copy link

codecov bot commented Jun 7, 2024

Codecov Report

Attention: Patch coverage is 66.66667% with 7 lines in your changes missing coverage. Please review.

Project coverage is 86.69%. Comparing base (ac582e7) to head (9c40360).

Files Patch % Lines
devito/arch/archinfo.py 16.66% 5 Missing ⚠️
conftest.py 33.33% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2385      +/-   ##
==========================================
- Coverage   86.82%   86.69%   -0.14%     
==========================================
  Files         234      234              
  Lines       43986    44004      +18     
  Branches     8126     8127       +1     
==========================================
- Hits        38192    38148      -44     
- Misses       5087     5154      +67     
+ Partials      707      702       -5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mloubout mloubout merged commit 38c1709 into master Jun 7, 2024
31 checks passed
@mloubout mloubout deleted the decoupler-exec branch June 7, 2024 17:59
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.

3 participants