You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The unit ndarray-eigen unit test fails when compiling for linux aarch64 with gcc
(gcc9 from Ubuntu 20.04 or conda build environment)
This patch fixes the problem.
The intermediate m1+m2 assigned to an ndarray yields some slightly different
matrix element floats compared to m3.
The unit ndarray-eigen unit test fails when compiling for linux aarch64 with gcc
(gcc9 from Ubuntu 20.04 or conda build environment)
This patch fixes the problem.
The intermediate
m1+m2assigned to anndarrayyields some slightly differentmatrix element floats compared to
m3.