Duplicated async statements in OpenACC#3055
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3055 +/- ##
==========================================
- Coverage 99.92% 99.92% -0.01%
==========================================
Files 366 366
Lines 51678 51668 -10
==========================================
- Hits 51638 51628 -10
Misses 40 40 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
@schreiberx Good spot, but we can actually go further and completely remove the I took the liberty to do the change in this branch, but this means that the review will need to be finished by @arporter or @LonelyCat124 |
arporter
left a comment
There was a problem hiding this comment.
Thanks very much Martin and Sergi.
This looks good.
I've set the integration tests running. If they are green then this is good to go.
arporter
left a comment
There was a problem hiding this comment.
Integration tests were all green.
Will proceed to merge.
The async ACC clause results in duplicated async statements, which are fixed with this PR.