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
Fix is_device_write_preferred in void_sink and user_sink_wrapper (#15064)
Addresses a few issues in `data_sink` classes to avoid D2H copies in writers when using a `void_sink`.
Provide an `is_device_write_preferred` implementation to always prefer device writes.
Implement `is_device_write_preferred` in `user_sink_wrapper` that forwards the call to the wrapped object.
Use the `cudf::io::void_sink` in benchmarks instead of the local version, which is not fully implemented.
Authors:
- Vukasin Milovanovic (https://github.com/vuule)
Approvers:
- Nghia Truong (https://github.com/ttnghia)
- Mark Harris (https://github.com/harrism)
URL: #15064
0 commit comments