pub fn dispatch_with_grid_sync_split_via<F>(
program: &Program,
inputs: &[&[u8]],
config: &DispatchConfig,
dispatch: &F,
) -> Result<Vec<Vec<u8>>, BackendError>Expand description
Allocating wrapper over dispatch_with_grid_sync_split_via_into.
ยงErrors
Propagates any error from dispatch_with_grid_sync_split_via_into.