pub fn step_op_compute<S, OA, OG>(
op: Compute,
inputs: ComputeInputs<'_, S, OA, OG>,
) -> OpResult<ProgramControlFlow, S::Error>
Expand description
Step forward execution by the given compute operation.
pub fn step_op_compute<S, OA, OG>(
op: Compute,
inputs: ComputeInputs<'_, S, OA, OG>,
) -> OpResult<ProgramControlFlow, S::Error>
Step forward execution by the given compute operation.