Documentation
README
Parallel sharded data -> cupynumeric load
Why this skill exists. cupynumeric mirrors NumPy's array API, including
cupynumeric.load for a single .npy file. Beyond that, file loading lives
in Legate, not cupynumeric:
| Format | Built-in loader |
|---|---|
Single .npy |
cupynumeric.load(path) (NumPy-API parity) |
| HDF5 (single file) | legate.io.hdf5.from_file / from_file_batched |
| Sharded multi-file (any format), Parquet/Arrow, raw binary, custom layouts | No built-in loader — this skill. |
This is the opening of the README. Read the full README on GitHub.