mirror of
https://github.com/wassname/ray.git
synced 2026-06-30 03:13:07 +08:00
Upgrade Arrow to include Plasma TensorFlow Op release fix (#3448)
This includes a fix so the TensorFlow op releases memory properly (https://github.com/apache/arrow/pull/3061) and the possibility to store arrow data structures in plasma (https://github.com/apache/arrow/pull/2832). https://github.com/ray-project/ray/issues/3404
This commit is contained in:
committed by
Robert Nishihara
parent
abd37df41e
commit
c5b5cdae33
@@ -15,10 +15,10 @@
|
||||
# - PLASMA_SHARED_LIB
|
||||
|
||||
set(arrow_URL https://github.com/apache/arrow.git)
|
||||
# The PR for this commit is https://github.com/apache/arrow/pull/2826. We
|
||||
# The PR for this commit is https://github.com/apache/arrow/pull/3061. We
|
||||
# include the link here to make it easier to find the right commit because
|
||||
# Arrow often rewrites git history and invalidates certain commits.
|
||||
set(arrow_TAG b4f7ed6d6ed5cdb6dd136bac3181a438f35c8ea0)
|
||||
set(arrow_TAG a667fca3b71772886bb2595986266d2039823dcc)
|
||||
|
||||
set(ARROW_INSTALL_PREFIX ${CMAKE_CURRENT_BINARY_DIR}/external/arrow-install)
|
||||
set(ARROW_HOME ${ARROW_INSTALL_PREFIX})
|
||||
|
||||
Reference in New Issue
Block a user