We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
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
The text was updated successfully, but these errors were encountered:
Already implemented in #120
Sorry, something went wrong.
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
I rather like the second behavior and hoping it could be made to work
by overloading the dot in broadcast.
The text was updated successfully, but these errors were encountered: