julia
18ad6a88
- Change lowering of `A .= x` to match fused RHS cases
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
7 years ago
Change lowering of `A .= x` to match fused RHS cases Now instead of lowering to `broadcast!(identity,A,x)`, it lowers to `Broadcast.materialize!(A, Broadcast.broadcasted(identity, x))`, with all names resolved in the top module.
References
#26891 - Customizable lazy fused broadcasting in pure Julia
Author
mbauman
Committer
mbauman
Parents
edd4dcf7
Loading