paleolimbot commented on code in PR #550:
URL: https://github.com/apache/arrow-nanoarrow/pull/550#discussion_r1693316271
##########
python/src/nanoarrow/_buffer.pyx:
##########
@@ -569,6 +618,36 @@ cdef class CBuffer:
out._populate_view()
return out
+ @staticmethod
+ def from_dlpack(obj):
+ capsule = obj.__dlpack__()
Review Comment:
Probably, and we could probably do something with `cuStreamRecordEvent()` to
create the `CSharedSyncEvent`!
--
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]