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

Fast path for broadcasting with an array #30

Open
ChrisRackauckas opened this issue Jul 31, 2018 · 1 comment
Open

Fast path for broadcasting with an array #30

ChrisRackauckas opened this issue Jul 31, 2018 · 1 comment

Comments

@ChrisRackauckas
Copy link
Member

When an array is in the broadcast, it falls back to a full indexing form. A better thing to do would be recursive views via @generated functions, but to get v0.7 working this is being skipped over for now.

@ChrisRackauckas
Copy link
Member Author

With the improved broadcast, arrays still get the fallback. It should somehow recursively make views

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

1 participant