kkraus14 commented on code in PR #37365: URL: https://github.com/apache/arrow/pull/37365#discussion_r1308072282
########## cpp/src/arrow/device.h: ########## @@ -225,7 +258,7 @@ class ARROW_EXPORT MemoryManager : public std::enable_shared_from_this<MemoryMan /// \brief Wrap an event into a SyncEvent. /// - /// @param sync_event passed in sync_event from the imported device array. + /// @param sync_event passed in sync_event (should be a CUevent*) Review Comment: I don't think this comment is accurate if the Device isn't a CUDA device? -- 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]
