Skip to content

Should broadcast work on distributed arrays? #121

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

Closed
alanedelman opened this issue Jan 7, 2017 · 1 comment
Closed

Should broadcast work on distributed arrays? #121

alanedelman opened this issue Jan 7, 2017 · 1 comment

Comments

@alanedelman
Copy link

alanedelman commented Jan 7, 2017

I rather like the second behavior and hoping it could be made to work
by overloading the dot in broadcast.

a = distribute(1:5)
(x->x+1).(a)
5-element Array{Int64,1}:
 2
 3
 4
 5
 6
map(x->x+1,a)
5-element DistributedArrays.DArray{Int64,1,Array{Int64,1}}:
 2
 3
 4
 5
 6
@andreasnoack
Copy link
Member

Already implemented in #120

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

No branches or pull requests

2 participants