pub fn dispatch_with_grid_sync_split_timed(
backend: &dyn VyreBackend,
program: &Program,
inputs: &[&[u8]],
config: &DispatchConfig,
) -> Result<TimedDispatchResult, BackendError>Expand description
Timed variant of dispatch_with_grid_sync_split.
ยงErrors
Propagates any BackendError raised by a segment dispatch.