You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ko...@apache.org on 2020/02/15 11:21:31 UTC

[arrow] branch master updated (0e12a5a -> 5411915)

This is an automated email from the ASF dual-hosted git repository.

kou pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.


    from 0e12a5a  ARROW-7859: [R] Minor patches for CRAN submission 0.16.0.2
     add 5411915  ARROW-7330: [C++] Migrate Arrow Cuda to Result<T>

No new revisions were added by this update.

Summary of changes:
 c_glib/arrow-cuda-glib/cuda.cpp           |  97 ++++++++++---------------
 c_glib/plasma-glib/client.cpp             |  17 ++---
 cpp/src/arrow/gpu/cuda_arrow_ipc.cc       |  27 +++++--
 cpp/src/arrow/gpu/cuda_arrow_ipc.h        |  25 ++++++-
 cpp/src/arrow/gpu/cuda_context.cc         | 114 +++++++++++++++++++++---------
 cpp/src/arrow/gpu/cuda_context.h          |  68 ++++++++++++++++--
 cpp/src/arrow/gpu/cuda_memory.cc          |  87 +++++++++++++++--------
 cpp/src/arrow/gpu/cuda_memory.h           |  44 +++++++++++-
 cpp/src/arrow/gpu/cuda_test.cc            |  57 +++++++--------
 cpp/src/plasma/client.cc                  |  13 ++--
 cpp/src/plasma/protocol.cc                |  13 ++--
 cpp/src/plasma/store.cc                   |  17 +++--
 cpp/src/plasma/test/client_tests.cc       |   4 +-
 python/pyarrow/_cuda.pyx                  |  73 ++++++++++---------
 python/pyarrow/includes/libarrow.pxd      |   3 +-
 python/pyarrow/includes/libarrow_cuda.pxd |  54 ++++++--------
 python/pyarrow/ipc.pxi                    |   3 +-
 17 files changed, 446 insertions(+), 270 deletions(-)