Skip to main content

tensor_wait

Function tensor_wait 

Source
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.