[Java] Replace the C wrapper layer with the Panama API-based Java implementation#916
Conversation
|
@cjnolet This is not ready to merge yet, but can you please trigger a CI run once? I want to make sure that the tests are able to find the correct .so file in the CI environment after my latest commit. |
|
/ok to test 442a67e |
|
Thanks Corey. There's a failure, perhaps related to jextract? FYI @narangvivek10 Seems like cudaMemcpy isn't found by jextract. In my local build, the following file contains the cudaMemcpy signatures: Wondering why it wasn't found on the CI machine? |
Co-authored-by: Vivek Narang <[email protected]>
|
/ok to test ff0c7a3 |
|
Given that 25.06 has sailed, we should retarget this to the 25.08 branch. |
|
/ok to test 39f92d7 |
|
The java tests passed, but some Python tests (unrelated to this change) failed. Should we merge this now? |
|
@chatman as mentioned before, we cannot merge PRs until all checks pass. |
|
@viclafargue it looks like there are a couple mg test failures. Are you able to look into this? |
|
/ok to test 2b56f59 |
|
In the latest run, the following test failed with a segfault: @cjnolet In case this is a flaky test, can we re-run this? |
|
/ok to test b104f19 |
|
/merge |
…lementation (rapidsai#916) The code changes in this pull request intends to replace the C wrapper layer with the Panama API-based Java implementation. Authors: - Vivek Narang (https://github.com/narangvivek10) - Ishan Chattopadhyaya (https://github.com/chatman) Approvers: - Corey J. Nolet (https://github.com/cjnolet) - Kyle Edwards (https://github.com/KyleFromNVIDIA) URL: rapidsai#916
The code changes in this pull request intends to replace the C wrapper layer with the Panama API-based Java implementation.