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

[arrow] branch master updated (ac5aa71 -> f3ac832)

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

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


    from ac5aa71  ARROW-7930: [CI][Python] Test jpype integration
     add f3ac832  ARROW-7879: [C++][Doc] Add doc for the Device API

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/buffer.cc            |  3 +++
 cpp/src/arrow/buffer.h             | 38 ++++++++++++++++++++++++++++++++---
 cpp/src/arrow/buffer_test.cc       | 24 ++++++++++++++++++++++
 cpp/src/arrow/device.cc            |  2 +-
 cpp/src/arrow/device.h             |  2 ++
 cpp/src/arrow/gpu/cuda_arrow_ipc.h | 26 ++++++++++++++----------
 cpp/src/arrow/memory_pool.h        |  2 +-
 docs/source/cpp/api/cuda.rst       | 35 ++++++++++++++++++--------------
 docs/source/cpp/api/memory.rst     | 25 +++++++++++++++++++++++
 docs/source/cpp/memory.rst         | 41 ++++++++++++++++++++++++++++++++++++++
 10 files changed, 168 insertions(+), 30 deletions(-)