FastBroadcast.jl
FastBroadcast.jl copied to clipboard
macro for `@.. thread=true`
is there any macro such as @... or @..t to implement @.. thread=true? Writing thread=true becomes a burden after a while.
Thanks!
perhaps @🧵 x = foo(a, bar(c,d,e), f, g)
You can make a PR if you want this feature.