-
Notifications
You must be signed in to change notification settings - Fork 204
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
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
|
/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? |
|
/build |
Signed-off-by: Alexandre Milesi <[email protected]>
Signed-off-by: milesial <[email protected]>
|
/build |
|
@roiedanino I don't see AWS tests finishing, can we resolve CI issues and merge this one? |
|
/ok to test 0e6d2cf |
|
/build |
|
/build |
|
/build |
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