-
`cargo build` with `dlib-face-recognition = {version = "0.3.2", features = ["embed-all"]}` set in cargo.toml end up failed with message:
error: could not find native static library `dlib`, perhaps an…
-
Create a Spack package and make a pull request to Spack upstream. Manage SUNDIALS and Ipopt dependencies with their dependencies such as KLU, METIS, BLAS/LAPACK, etc.
This issue includes following …
-
Error in balance(baP$z, "S") :
BLAS/LAPACK routine 'DGEBAL' gave error code -3
Calls: pmatrix.msm ... MatrixExp -> -> expm.Higham08 -> balance
Execution halted
I got the following error when …
-
[This commit](https://github.com/m-a-d-n-e-s-s/madness/commit/1f307ebbe6604539493e165a7a2b00b366711fd8) breaks clang builds on macOS. With gcc still works.
-
Add [BLAS and LAPACK Operations](https://pytorch.org/docs/stable/torch.html#blas-and-lapack-operations) to PyTorch frontend:
\_
>Please keep in mind that the proper way to link an issue to thi…
djl11 updated
11 months ago
-
In v1.2.0 we increased the minimum required LAPACK version to 3.4.1. That created, for the first time in a very long time, a situation where some distros and macOS ship LAPACK implementations that don…
-
Now that https://github.com/scipy/scipy/pull/10537 added `?pstrf` and `pstf2`, I am interested in starting discussion on potential higher level functions. It appears that this question was left open e…
-
For CPU performance it will be important to not use the default [BLAS](http://www.netlib.org/blas/) and [LAPACK](http://www.netlib.org/lapack/). Instead it is probably worthwhile looking into using [M…
-
I find the 64-to-32 conversion terribly inconvenient. I propose to instead address this by adding a trivial abstraction layer to handle the integer size problem in the BLAS/LAPACK/ScaLAPACK libraries…
-
Before we merged #328 - we weren't getting any link errors - see https://travis-ci.org/nipy/nipy/builds/56913971
After we merged #328 - the Python 3 build broke down, probably for unrelated reasons -…