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

(Towards 2421) Suggested fix to inline trans #2430

Merged
merged 7 commits into from
Dec 12, 2023
Merged

Conversation

LonelyCat124
Copy link
Collaborator

No description provided.

Copy link

codecov bot commented Dec 6, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (0ff8992) 99.84% compared to head (3d1c115) 99.84%.

❗ Current head 3d1c115 differs from pull request most recent head 1ad9e42. Consider uploading reports for the commit 1ad9e42 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2430      +/-   ##
==========================================
- Coverage   99.84%   99.84%   -0.01%     
==========================================
  Files         350      350              
  Lines       47265    47272       +7     
==========================================
+ Hits        47194    47200       +6     
- Misses         71       72       +1     

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

@LonelyCat124
Copy link
Collaborator Author

@arporter This is my proposed fix for the issues I had with inlining, which should enable more general usage for parallel loops.

@arporter
Copy link
Member

For some reason, github isn't letting me complete my review properly. The fix looks fine. I think it just needs some comments and an explicit (new) test of the bug that is being fixed. I'll trigger the integration tests now. Note that I've merged master into the branch so you'll need to pull before you work on it.

@LonelyCat124
Copy link
Collaborator Author

@arporter I added a test to explicitly check this and some comments - let me know if you feel they're enough or is there's anything I've missed.

@LonelyCat124
Copy link
Collaborator Author

I'm confused as to why this reports a loss in coverage though? Nothing I've changed should touch the OMPParallelDirective

Copy link
Member

@arporter arporter left a comment

Choose a reason for hiding this comment

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

Thanks for those changes. All looks good now and integration tests were fine.
Will proceed to merge.

arporter added a commit that referenced this pull request Dec 12, 2023
@arporter arporter merged commit 39891cf into master Dec 12, 2023
9 checks passed
@arporter arporter deleted the #2421_inline_improvement branch December 12, 2023 09:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants