FastBroadcast.jl icon indicating copy to clipboard operation
FastBroadcast.jl copied to clipboard

macro for `@.. thread=true`

Open alfaromartino opened this issue 2 years ago • 2 comments

is there any macro such as @... or @..t to implement @.. thread=true? Writing thread=true becomes a burden after a while.

Thanks!

alfaromartino avatar Feb 20 '23 11:02 alfaromartino

perhaps @🧵 x = foo(a, bar(c,d,e), f, g)

chriselrod avatar Feb 20 '23 15:02 chriselrod

You can make a PR if you want this feature.

YingboMa avatar Feb 20 '23 16:02 YingboMa