Skip to content

division crashed "bad allocation" #2850

@argman

Description

@argman

I am using a 4D tensor, like

typedef xt::xtensor<float, 4, xt::layout_type::row_major> T4;

when i am doing divsion like:

T4 a, b; // with some initialization
and

a = a/b; (i make sure no zeros in b);

this expression crashed;

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions