-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
multi-threaded (@threads) dotcall/broadcast? #19777
Copy link
Copy link
Open
Labels
broadcastApplying a function over a collectionApplying a function over a collectionmultithreadingBase.Threads and related functionalityBase.Threads and related functionalityspeculativeWhether the change will be implemented is speculativeWhether the change will be implemented is speculative
Metadata
Metadata
Assignees
Labels
broadcastApplying a function over a collectionApplying a function over a collectionmultithreadingBase.Threads and related functionalityBase.Threads and related functionalityspeculativeWhether the change will be implemented is speculativeWhether the change will be implemented is speculative
It would be nice to be able to put
@threadsin front of a dot call, e.g.@threads X .= f.(Y), and have it call a multi-threaded version ofbroadcast(which would assumefis thread-safe).