You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#37040 Added abstractions for Device::SyncEvent and Device::Stream, the next step is to add cuda implementations for these abstractions to the arrow-cuda lib.
Component(s)
C++, GPU
The text was updated successfully, but these errors were encountered:
### 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>
…he#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: apache#37364
Authored-by: Matt Topol <zotthewizard@gmail.com>
Signed-off-by: Matt Topol <zotthewizard@gmail.com>
dgreiss
pushed a commit
to dgreiss/arrow
that referenced
this issue
Feb 19, 2024
…he#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: apache#37364
Authored-by: Matt Topol <zotthewizard@gmail.com>
Signed-off-by: Matt Topol <zotthewizard@gmail.com>
Describe the enhancement requested
#37040 Added abstractions for
Device::SyncEvent
andDevice::Stream
, the next step is to add cuda implementations for these abstractions to the arrow-cuda lib.Component(s)
C++, GPU
The text was updated successfully, but these errors were encountered: