-
Hi, I am trying to use both `xtensor-blas` and TBB acceleration at the same time. However, the compilation fails.
I am using the following `CMakeLists.txt`
``` cmake
cmake_minimum_required(VERSIO…
-
-
With this code:
```
xt::xarray A = xt::ones({ 6, 4, 6, 8 });
auto aa = xt::view(A, 0, xt::all());
xt::adapt(aa.shape());
auto bb = xt::view(A, 0, xt::all(), xt::all(), xt::all…
-
Would it be possible to add support for tensor serialization/deserialization? i.e. things like xtensor or eigen? Ideally these would have a '0-copy' ability - you could deserialize the memory directly…
-
Would it make sense to contribute this to `xtensor` itself, or is it better as a separate library as it is now?
I think @SylvainCorlay, @wolfv and others might be interested in your work.
-
I get a number of errors when building latest xtensor tests against xsimd 8.0.3 on MSVC with latest Visual Studio v16.11.5. The problem is here reported for test_xdatesupport, but appears in other sou…
-
Sometime in the last month and a half or so, LLVM has broken for the C++ xtensor header library (https://github.com/xtensor-stack/xtensor).
I have a minimal reproducer, `main.cpp`:
```C++
#incl…
-
[Xtensor has support for linear algebra functions](https://xtensor.readthedocs.io/en/latest/numpy.html#linear-algebra) through [xtensor-blas](https://github.com/xtensor-stack/xtensor-blas).
Unfortun…
-
## Describe the bug
There is a segfault when creating new SetCover instance in example/libecole/src/branching.cpp.
## Setting
- OS: Ubuntu 18.04
- Compiler: gcc 12.4.0
- Python version: 3.11.9
…
-
Hi everyone,
I try to use cmake to manage my all dependencies. Here is the code I want it to download xtensor and related packages automatically if find_package is failed:
```
# define target
fi…