Uh oh!
There was an error while loading. Please reload this page.
Add more ObjectCode constructors - #652
Conversation
Auto-sync is disabled for ready for review pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
kkraus14
commented
May 22, 2025
Can we add tests for these new constructors? |
brandon-b-miller
commented
May 22, 2025
Right, good question, I was going to ask about this. It's not quite as straightforward to follow the pattern in #470 because this relies on We might need to compile some files in the test environment to give us some fatbins, ltoIR objects, etc to test. My first idea was maybe to take inspiration from numba-cuda's binary generation makefile and vendor a portion/all of it here. We'd want to think carefully about what library should test what though to avoid duplicating things and share as many components as possible even across tests, What do you think @kkraus14 ? |
leofang
commented
May 22, 2025
Vendoring Numba's existing test (with modification) seems to be a good idea, but @brandon-b-miller could you confirm that if |
brandon-b-miller
commented
May 22, 2025
This commit: update for anticipated cuda-python changes Implements the corresponding |
leofang
commented
May 22, 2025
Sounds good, please feel free to take over #526. btw just for completeness, could you also add support for |
leofang
commented
May 22, 2025
Two other test ideas:
|
brandon-b-miller
commented
May 28, 2025
@leofang do you still want to move forward with merging this as-is? I confirmed |
Uh oh!
There was an error while loading. Please reload this page.
leofang
commented
May 28, 2025
I am supportive for addressing native tests in a separate PR. |
brandon-b-miller
commented
May 29, 2025
Raised #663 |
Uh oh!
There was an error while loading. Please reload this page.
leofang
commented
May 29, 2025
/ok to test eb2bc8b |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
rwgk
commented
May 29, 2025
/ok to test |
This comment has been minimized.
This comment has been minimized.
|
This PR adds the missing
ObjectCodectors needed for NVIDIA/numba-cuda#133.Closes#629