Merge branch 'feat/p2-python-bindings' into feat/p2-perf-coverage
# Conflicts: # CHANGELOG.md # README.md
This commit is contained in:
@@ -513,6 +513,10 @@ fn collect_chunk_info_inner(
|
||||
///
|
||||
/// Chunks are stored contiguously starting at `base_address`. No stored index;
|
||||
/// addresses are computed from the chunk position.
|
||||
///
|
||||
/// `chunk_dimensions` are the spatial chunk dimensions, one per entry of
|
||||
/// `dataset_dims` — not the layout message's list, which carries the element
|
||||
/// size as an extra last dimension.
|
||||
pub fn generate_implicit_chunks(
|
||||
base_address: u64,
|
||||
dataset_dims: &[u64],
|
||||
|
||||
Reference in New Issue
Block a user