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


##########
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:
   Is there a GH issue for this?



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