jorisvandenbossche commented on code in PR #40385:
URL: https://github.com/apache/arrow/pull/40385#discussion_r1541047120
##########
python/pyarrow/_cuda.pyx:
##########
@@ -965,6 +965,56 @@ def read_record_batch(object buffer, object schema, *,
return pyarrow_wrap_batch(batch)
+def _import_device_array_cuda(in_ptr, type):
Review Comment:
Registry was added in https://github.com/apache/arrow/pull/40699
--
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]