pub fn dispatch_with_grid_sync_split_into(
backend: &dyn VyreBackend,
program: &Program,
inputs: &[&[u8]],
config: &DispatchConfig,
outputs: &mut OutputBuffers,
) -> Result<(), BackendError>Expand description
Variant of dispatch_with_grid_sync_split that writes final outputs into
caller-owned storage.
ยงErrors
Propagates any BackendError raised by a segment dispatch.