-
Hello, experiencing this build failure in Nixpkgs on Darwin systems:
```
===============================================================================
/tmp/nix-build-xsimd-13.0.0.drv-0/source/t…
-
The following code:
```
#include "xtensor/xfixed.hpp"
template
using PointList = xt::xtensor_fixed;
int main() {
PointList a;
PointList b;
PointList c = xt::vstack(xt::xtuple(…
-
Windows 10
MSVC 2019 Enterprise
C++20
Fails to compile with both XSIMD and TBB enabled. Fails with the following
`syntax error: 'template'`
On line 1252 of xassign.hpp
-
First it failed like this:
```
In file included from /usr/local/include/pybind11/pytypes.h:12:
/usr/local/include/pybind11/detail/common.h:186:10: fatal error: 'Python.h' file not found
#include
…
-
I'm not sure what was the status when #1692 was resolved, but currently:
```cmake
set(XTENSOR_USE_XSIMD "" CACHE BOOL ON)
add_subdirectory(xtl)
add_subdirectory(xsimd)
add_subdirectory(xtenso…
-
Hello everyone. Thank you very much for your awesome project!
I am currently trying to compute the variance over some tensors but if I supply an axis to calculate the variance for, the program cras…
-
Hi,
_tl;dr: affinity goes from a mask 4 (that I've set myself) to a mask 20000 (that xtensor/mkl set down the line). I believe it is not a desirable behavior :) ._
This is on GNU/Linux. Running …
-
## Motivation
It can make sense for users to move the data/storage out of an `xcontainer` (for instance statically reshape an `xt::xtensor` to an `xt::xtensor`).
Right now, we can do
```cpp
xten…
-
Hello all,
"xt::variance / xt::mean with axis returns different dimension"
```
#include
#include
int main(int argc, char **argv)
{
xt::xtensor channels = {{1,2,3}, {4,5,6}};
…
-
The following simple test code does not compile when using -DXTENSOR_USE_XSIMD:
```
#include
void xtensor_or(xt::xtensor_fixed& b1,
const xt::xtensor_fixed& b2) {
b1 = b1 |…