pub fn tensor_wait(event: TensorEvent)Expand description
Stall the hart until the specified tensor co-processor event fires.
This must be called between dependent tensor operations to enforce ordering – the co-processor and the hart pipeline are otherwise decoupled.