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

Avoid Style() during broadcast whenever possible. #51708

Merged
merged 1 commit into from
Oct 15, 2023
Merged

Conversation

N5N3
Copy link
Member

@N5N3 N5N3 commented Oct 14, 2023

On master, combine_styles(bc::Broadcasted) calls BroadcastStyle(typeof(bc)), which seems bad after #49395 as it has a Style() call by default.

On master, `combine_styles(bc::Broadcasted)` calls `BroadcastStyle(typeof(bc))`, which seems bad after JuliaLang#49395 as it has a `Style()` call.
@N5N3 N5N3 added the domain:broadcast Applying a function over a collection label Oct 14, 2023
@N5N3 N5N3 requested a review from vtjnash October 14, 2023 17:34
@N5N3 N5N3 merged commit b1e711e into JuliaLang:master Oct 15, 2023
7 checks passed
@N5N3 N5N3 deleted the bcstyle branch October 15, 2023 13:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain:broadcast Applying a function over a collection
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants