jorisvandenbossche commented on PR #39783: URL: https://github.com/apache/arrow/pull/39783#issuecomment-1948931127
I added a basic roundtrip test to `bridge_test.cc` with a CUDA device. I first wanted to reuse the existing `TestDeviceArrayRoundtrip` class, but in the end didn't do that here because that class does several things that don't work for CUDA (like validating the resulting array, checking the allocated pool size (with CUDA we don't have a memory pool that can say how much data is allocated?), etc). But this might benefit from some refactor in the future. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
