xtensor-blas icon indicating copy to clipboard operation
xtensor-blas copied to clipboard

BLAS extension to xtensor

Results 57 xtensor-blas issues
Sort by recently updated
recently updated
newest added

``` /disk-samsung/freebsd-ports/math/xtensor-blas/work/xtensor-blas-0.20.0/test/test_lapack.cpp:166:40: warning: implicit conversion changes signedness: 'int' to 'xt::xaccessible::size_type' (aka 'unsigned long') [-Wsign-conversion] EXPECT_NEAR(x_expected[i], x[i], 5e-16); ~ ^ /usr/local/include/gtest/gtest.h:2162:29: note: expanded from macro 'EXPECT_NEAR' val1, val2, abs_error) ^~~~ /usr/local/include/gtest/gtest_pred_impl.h:219:40:...

The xlapack.solveCholesky test in https://github.com/xtensor-stack/xtensor-blas/blob/0aee2999a3b9edebb58a0ab3ec44eee7f4c5009d/test/test_lapack.cpp#L150 uses an expected x value `0.13757507429403265` This tests fails on 32-bit architectures (or at least i386/i686), ``` [ RUN ] xlapack.solveCholesky /tmp/autopkgtest-lxc.gg3nslld/downtmp/autopkgtest_tmp/test_lapack.cpp:166: Failure Expected equality...

The doc build for xtensor-blas fails with sphinx 4: ``` sphinx-build -b html -d build/doctrees source build/html Running Sphinx v4.2.0 making output directory... done Exception occurred: File "/build/xtensor-blas-0.19.1/docs/source/conf.py", line 19,...

Build does not work when using 64 bit integer C API. To repro, create a simple test program (saved as `temp/xtensor_blas_test.cpp`): ``` #include "xtensor-blas/xlinalg.hpp" #include #include #include #include int main(int...

Currently xtensor-blas supports cmake prior to 3.8 by *not* using `target_compile_features` to set the c++14/17 standard. This can be a problem when mixed with projects that do use `target_compile_features` to...

In building the tests for xtensor I saw the following: xtensor/test > cmake . CMake Error at /usr/share/cmake-3.20/Modules/FindThreads.cmake:66 (message): FindThreads only works if either C or CXX language is enabled...

For some functions in the online documentation, instead of seeing their documentation in the [reference](https://xtensor-blas.readthedocs.io/en/stable/reference.html) section, we see a Sphinx Warning. Possibly related to https://github.com/xtensor-stack/xtensor/issues/2242. **Error message**: ``` doxygenfunction: Unable...

Benchmark results: ``` STATS FOR OPENBLAS --------------------------------------------------------------- NUMBER OF THREADS: 1 NUMBER OF PROCESSORS: 6 CONFIG: OpenBLAS 0.3.13 NO_LAPACKE DYNAMIC_ARCH NO_AFFINITY Haswell MAX_THREADS=64 CORE NAME: Haswell PARALLEL: 1 2021-07-10T17:29:27+00:00 Running...

I got error when using MKL or openBlas. Parameter 11 was incorrect on entry to cblas_sgemm. but if I compiled my project in Windows the error is accour