Skip to content

Hangs with DistArray.var and std. #435

@cowlicks

Description

@cowlicks

Code to reproduce, with 4 engines:

from distarray.dist import Context, Distribution
context = Context()
db = Distribution.from_shape(context, (14,), dist=('c',))
darr = context.ones(db)
darr.var()

# or 
#darr.std()

This also works for 'b' distribution.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions