Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implement gather operation, which selects elements along an axis for … #25

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pcmoritz
Copy link
Collaborator

…a stack of remote ndarrays

@@ -202,3 +203,23 @@ def block_row(a, row):
result = DistArray()
result.construct(shape, a.objrefs[row, :])
return result

@op.distributed([np.ndarray], [List[tuple]])
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we really want to implement this method? It doesn't parallel anything in the numpy API. Also, if we do provide it, it should be in "single" not "dist", since it operates on numpy arrays.

pcmoritz added a commit to pcmoritz/ray that referenced this pull request Dec 18, 2017
* API revision

* update

* make status a bitmap

* update api

* tests working

* new task log APIs

* update APIs

* write binary structures to redis

* update tests

* fix clang-format

* Fix formatting.
pcmoritz pushed a commit to pcmoritz/ray that referenced this pull request Dec 18, 2017
…ect#25)

* Merge sealed_objects and open_objects into a single hashmap

* Entry contains enum that determines whether it is open or closed

* Removed unused variable.

* Applied Robert's patch

* Fixed styling.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants