nodatapoints

Results 2 comments of nodatapoints

For a minimum example I took the following code ```C++ #include inline auto build(int n) { auto x = xt::make_xshared(xt::arange(n)); return x*x; } int main() { xt::xtensor array; array =...

I adapted this PR locally and downgraded all relevant packages to build against LLVM 15, and this seems to work for me. I tested it with `clinfo`. However the LLVM...