-
Notifications
You must be signed in to change notification settings - Fork 171
Allow ObjectCode
to have a name
#682
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
Conversation
@brandon-b-miller could you check if this meets Numba-cuda's needs? |
/ok to test f72b1c0 |
This comment has been minimized.
This comment has been minimized.
Hi @leofang , with this branch and NVIDIA/numba-cuda@4fad9f3 the last failing test is now a pass for me locally. |
/ok to test be63566 |
/ok to test c8572b2 |
Looks like we have a race here 😛 Since the CI was green and Keith approved, and I only merged the main branch to resolve a conflict in the release note, let me admin-merge. |
|
Description
Close #506. Close #662.
ObjectCode
can be named in all cases:Program.compile()
, passed through the program optionLinker.link()
, passed through the linker optionChecklist