xtensor
xtensor copied to clipboard
[Question] Is there an easy path to point the XSIMD allocator at std::pmr or a custom memory pool?
I want to be more flexible in my memory usage in my program's hot path. To do this I need to point xtensor allocations at a memory pool ideally also using xsimd.
Thoughts?
When I try to use a std::pmr::polymorphic_allocator with xtensor I get compiler errors on the deleted copy constructor?