Skip to main content

tensor_fma16a32

Function tensor_fma16a32 

Source
pub unsafe fn tensor_fma16a32(xs: u64)
Expand description

Initiate an asynchronous TensorFMA16A32.

Issues csrrw x0, 0x801, xs where xs is built by fma16a32_xs. The hardware selects the FMA16A32 path via bits 3:1 = 001 in xs. Call tensor_wait(TensorEvent::Fma) before reading results.

ยงSafety

Same constraints as tensor_fma32.