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;