pub unsafe fn tensor_ima8a32(xs: u64)Expand description
Initiate an asynchronous TensorIMA8A32.
Issues csrrw x0, 0x801, xs where xs is built by ima8a32_xs.
The hardware selects the integer-GEMM path via bits 3:1 = 011 in xs.
Call tensor_wait(TensorEvent::Fma) before reading results.
ยงSafety
Same constraints as tensor_fma32.