Commits


Matt Topol authored and GitHub committed 3b8ab8e80a3
GH-37364: [C++][GPU] Add CUDA impl of Device Event/Stream (#37365) ### What changes are included in this PR? Adding `CudaDevice::SyncEvent` and `CudaDevice::Stream` implementations which provide more idiomatic handling of Events and Streams. ### Are these changes tested? Simple SyncEvent test added. More stream tests still being added. * Closes: #37364 Authored-by: Matt Topol <zotthewizard@gmail.com> Signed-off-by: Matt Topol <zotthewizard@gmail.com>