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

at-spawn: Add support for broadcasting #372

Merged
merged 1 commit into from
Feb 24, 2023
Merged

Conversation

jpsamaroo
Copy link
Member

@jpsamaroo jpsamaroo commented Feb 24, 2023

Previously, operations like A .+ B had to be called as spawn(.+, A, B) because @spawn couldn't handle them (because broadcasting is handled during lowering). With this PR, @spawn will now explicitly detect broadcasting operations and convert them to a supported form which directly calls materialize and broadcasted.

@jpsamaroo jpsamaroo merged commit be403f3 into master Feb 24, 2023
@jpsamaroo jpsamaroo deleted the jps/at-spawn-broadcast branch February 24, 2023 16:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant