Skip to content

division crashed "bad allocation" #2850

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;

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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