Skip to content

feat: broadcasting of concrete arrays #913

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

Merged
merged 1 commit into from
Mar 14, 2025
Merged

feat: broadcasting of concrete arrays #913

merged 1 commit into from
Mar 14, 2025

Conversation

avik-pal
Copy link
Collaborator

fixes #912

end

function Base.copyto!(
dest::AbstractArray, src::Broadcast.Broadcasted{Broadcast.ArrayStyle{$(aType)}}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this really sufficient? on a gpu backend [where indexing isn't free] I feel like this doesn't resolve the issue of the a * 2 part

@wsmoses wsmoses merged commit 97f0993 into main Mar 14, 2025
55 of 56 checks passed
@wsmoses wsmoses deleted the ap/bcast branch March 14, 2025 06:17
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.

Broadcast of concreterarray requires scalar indexing
2 participants