This is an automated email from the ASF dual-hosted git repository.
jorisvandenbossche pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
from aae2557e30 GH-39377: [C++] IO: Reuse same buffer in
CompressedInputStream (#39807)
add a407a6b45e GH-40698: [C++] Create registry for Devices to map
DeviceType to MemoryManager in C Device Data import (#40699)
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/buffer_test.cc | 13 +++++++++
cpp/src/arrow/c/bridge.cc | 11 ++++---
cpp/src/arrow/c/bridge.h | 12 ++++----
cpp/src/arrow/device.cc | 63 ++++++++++++++++++++++++++++++++++++++++
cpp/src/arrow/device.h | 28 ++++++++++++++++++
cpp/src/arrow/gpu/cuda_memory.cc | 19 ++++++++++++
cpp/src/arrow/gpu/cuda_memory.h | 4 ++-
cpp/src/arrow/gpu/cuda_test.cc | 15 ++--------
8 files changed, 139 insertions(+), 26 deletions(-)