jorisvandenbossche commented on code in PR #40385:
URL: https://github.com/apache/arrow/pull/40385#discussion_r1541208612
##########
python/pyarrow/tests/test_cuda.py:
##########
@@ -792,3 +792,155 @@ def test_IPC(size):
p.start()
p.join()
assert p.exitcode == 0
+
+
+def _arr_copy_to_host(carr):
+ # TODO replace below with copy to device when exposed in python
Review Comment:
Not yet (I still need to create a whole set of issues to track the work I am
planning the next months to improve the Device / MemoryManager bindings in
Python)
--
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]