Function cubecl_core::frontend::fma

source ยท
pub fn fma<C: CubePrimitive>(a: C, b: C, c: C) -> C
Expand description

Fused multiply-add A*B+C.