-
Notifications
You must be signed in to change notification settings - Fork 10
Consolidate loader logic to cross platform class #325
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
base: main
Are you sure you want to change the base?
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #325 +/- ##
==========================================
+ Coverage 27.15% 27.28% +0.12%
==========================================
Files 190 193 +3
Lines 39174 39232 +58
Branches 14166 14288 +122
==========================================
+ Hits 10638 10703 +65
- Misses 27240 27820 +580
+ Partials 1296 709 -587 ☔ View full report in Codecov by Sentry. |
1ea99d0
to
beeb413
Compare
|
||
#include "realm/gasnetex/gasnetex_internal.h" | ||
|
||
#include "realm/runtime_impl.h" |
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.
don't we have a loader for UCX as well? I think the bootstrap loader?
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.
Yeah, I'll add it.
I am ready to approve. Overall that's looking good. I will do a few more passes though. |
ee08f7b
to
25b2842
Compare
This change adds a Loader class that can be used to easily create a dynamic loader for a library and works across platforms.