zeroshade commented on issue #36103:
URL: https://github.com/apache/arrow/issues/36103#issuecomment-1593393085

   We should probably put a `void* raw_event()` in the base interface, while 
the derived impls would have properly typed methods. i.e.: 
`CudaSyncEvent::cuda_event` would return a `cudaEvent_t*` and 
`CudaSyncEvent::event` would return a `void*`. etc. But I guess nitpicks like 
this can be discussed on the eventual PR for this rather than hashing it out 
here. I think we can agree that this is definitely needed.


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