-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
component: benchmarkRelated to assessing speedRelated to assessing speedtype: daskDask out-of-core Array typeDask out-of-core Array type
Description
See #30 (comment)
We could create random dask arrays something like this:
import dask.array as da
arr = da.zeros(shape, dtype=dtype, chunks=_half_chunk_size(shape))
return arr.map_blocks(
lambda x: self.random(x.shape, dtype=x.dtype, gen=gen), dtype=dtype
)cc @ilan-gold
Metadata
Metadata
Assignees
Labels
component: benchmarkRelated to assessing speedRelated to assessing speedtype: daskDask out-of-core Array typeDask out-of-core Array type