JuliaGPU / oneAPI.jl

Julia support for the oneAPI programming toolkit.
https://juliagpu.org/oneapi/
Other
179 stars 22 forks source link

Avoid constructing `MulAddMul`s on Julia v1.12+ #392

Closed dkarrasch closed 4 months ago

dkarrasch commented 6 months ago

This is a companion PR to https://github.com/JuliaLang/julia/pull/52439. Basically, it avoids the construction of MulAddMuls and simply passes the factors alpha and beta forward.

maleadt commented 6 months ago

Going to mark this as draft until the Base PR is merged.