-
Notifications
You must be signed in to change notification settings - Fork 192
Stubs fallback #1011
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?
Stubs fallback #1011
Conversation
Signed-off-by: Alexandre Milesi <[email protected]>
Signed-off-by: Alexandre Milesi <[email protected]>
Signed-off-by: Alexandre Milesi <[email protected]>
Signed-off-by: Alexandre Milesi <[email protected]>
Signed-off-by: Alexandre Milesi <[email protected]>
|
@ayushag-nv can you help drive this PR and get it merged? |
|
@roiedanino clang format fixed |
roiedanino
left a comment
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.
There are many formatting of code unrelated to this PR.
Please revert those and use git-clang-format to format just your PR diff
Signed-off-by: Guan Luo <[email protected]>
7d17e00 to
fe14078
Compare
|
/build |
Signed-off-by: Guan Luo <[email protected]>
|
@roiedanino sorry for taking a while, I have addressed comments and relied to some that I didn't make changes for. |
|
/build |
Signed-off-by: Alexandre Milesi <[email protected]>
Signed-off-by: Alexandre Milesi <[email protected]>
|
@roiedanino I cleaned up some formatting and added a test so that we avoid divergence of stubs vs real APIs in the future, can you take another look? |
Allow building with stubs as a fallback when NIXL is not found.
Also adds some missing stub APIs.
NIXL_NO_STUBS_FALLBACK=1 to disable