candle icon indicating copy to clipboard operation
candle copied to clipboard

fix cpu backend: pow, broadcast_pow

Open shua opened this issue 1 year ago • 0 comments

pow implemented as f32/f64 ln and exp works only for positive base. Then intent of this change is to support negative bases as well, and to that end, the current ln+exp code has been removed in favour of stdlib pow functions or accelerated equivalents.

shua avatar Jul 07 '24 19:07 shua