I/O#

Utilities for serializing and deserializing Legate stores.

HDF5#

API#

from_file(path, str dataset_name)

Read an HDF5 array from disk using the native hdf5 API.

from_file_batched(path, dataset_name, chunk_size)

Read a HDF5 file as a series of batches, yielding an array over each batch.

to_file(LogicalArray array, path, ...)

Write a LogicalArray to disk using HDF5.

KVikIO#

from_file(path, Type array_type)

to_file(path, LogicalArray array)

FileHandle(file[, flags])

File handle for distributed IO.