pitrou commented on code in PR #40385:
URL: https://github.com/apache/arrow/pull/40385#discussion_r1530713146


##########
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:
   Didn't we decide at some point that we would have a registration system on 
the C++ side, so that per-device type memory mappers could be added at library 
initialization time?



-- 
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]

Reply via email to