-
Notifications
You must be signed in to change notification settings - Fork 117
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
[CUDA] Implement urMemImageGetInfo #1213
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #1213 +/- ##
==========================================
- Coverage 15.72% 15.46% -0.27%
==========================================
Files 223 238 +15
Lines 31475 33883 +2408
Branches 3557 3747 +190
==========================================
+ Hits 4951 5239 +288
- Misses 26473 28593 +2120
Partials 51 51 ☔ View full report in Codecov by Sentry. |
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.
adapter LGTM!
55c03aa
to
46604be
Compare
Adds support for the
urMemImageGetInfo
entrypoint.To be able to match the new style for aborts and error codes used in #1127, I also cherry-picked the
UR_RETURN_ON_FAILURE
macro from that PR.intel/llvm: intel/llvm#12287