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

Define general broadcasting of DArrays #120

Merged
merged 2 commits into from
Jan 3, 2017
Merged

Define general broadcasting of DArrays #120

merged 2 commits into from
Jan 3, 2017

Conversation

andreasnoack
Copy link
Member

Right now, the broadcasting functionality is frustratingly slow but I think it works correctly which is a start. Hopefully, we'll be able to speed things up later. Although this code is pretty type unstable, I don't think the performance issues are in this PR but rather in base or DistributedArrays in general. See also #119.

I've dropped support for Julia 0.5. The broadcasting code in base doesn't have a stable API for new AbstractArrays extensions so it would require a separate implementation to support 0.5 which is not worth it with 0.6 being released relative soon.

@andreasnoack
Copy link
Member Author

Things are moving in Base once again so we should hold off with merging this until JuliaLang/julia#19787 is merged and this PR updated.

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.

1 participant