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

Improve broadcasting via `FastBroadcast,jl`

Open avik-pal opened this issue 1 year ago • 0 comments

FastBroadcast is really good on CPUs (on GPUs it doesn't really matter a lot). We should migrate to use that in the case where it can give speedups like __apply_activation.

Need to figure out a way for AD packages to play nice with it though because scalar --> scalar we would want to use forward mode ad.

avik-pal avatar Mar 19 '24 03:03 avik-pal