Open marktohark opened 1 year ago
Thanks for reporting. Just to make sure, tb.shape(0)
and tb.shape(1)
give what?
exception is happend in xt::tile. so cannot get tb.shape
i use debug tool to trace, there is some clue. when t.dim >= 4, xt::tile is work well. i remember that "compute_size" get alloc size wrong. dim is 2, but compute_size will get 4.
version is 0.24.6
it will get an error "An uncaught exception occurred: std::bad_alloc"