forked from apache/arrow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ARROW-3920: [plasma] Fix reference counting in custom tensorflow plas…
…ma operator. There is an issue here where `Release` was never being called in the plasma TF operator. Note that I also changed the release delay in the plasma operator to 0. Author: Robert Nishihara <[email protected]> Author: Philipp Moritz <[email protected]> Closes apache#3061 from robertnishihara/extrareleaseinplasmaop and squashes the following commits: c109566 <Philipp Moritz> add include guards f89d5df <Philipp Moritz> lint 4836342 <Philipp Moritz> unregister memory e3b3864 <Robert Nishihara> Linting b948ce0 <Robert Nishihara> Add test. 75f2bd9 <Robert Nishihara> Remove logging statement. f04a7d2 <Robert Nishihara> Fix 574c035 <Robert Nishihara> Fix ndarray/tensor confusion in plasma op. 06985cd <Robert Nishihara> Have plasma op deserialize as numpy array. a2a9c36 <Robert Nishihara> Add release call into wrapped_callback. 0db9154 <Robert Nishihara> Change release delay to 0. f434094 <Robert Nishihara> Add Release call in plasma op.
- Loading branch information
1 parent
2bc4d95
commit a667fca
Showing
6 changed files
with
58 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters