Open
Description
I have a tensor with large but fixed dimensions. For my application, it's important to get the optimizations that are possible due to compile-time constant loop counts, but my tensor is too large to fit on the stack. It would be nifty if xtensor_fixed
had an option for allocating its storage on the heap.