intel-mkl-src
intel-mkl-src copied to clipboard
Redistribute Intel MKL as a crate
I am running into the following issue when trying to build `intel-mkl-src` (via `ndarray` & `blas-src`). This may be related to #114 , though the error is a little different....
For several days now, I get the following error when compiling with `linfa 0.7` with intel-mkl backend (see also in [CI tests](https://github.com/relf/egobox/actions/runs/8898298440/job/24472905907)): ```bash > cargo test --all --release --features blas,linfa/intel-mkl-static...
Hi! First off, great library/project, awesome work. I'm writing with an issue we recently observed - it's an issue related to an older version of this library (`0.7.0`); the dependency...
Fail if `ocipkg::link_package` fails. Errors are ignored currently. `ocipkg::link_package` was returning `Error: Authorization failed: https://ghcr.io/token`. I fixed it by deleting the file `~/.docker/config.json`. Running `docker login ghcr.io` would likely also...
`download` feature which download MKL binaries from AWS S3 has been removed in [0.8.0 release](https://github.com/rust-math/intel-mkl-src/releases/tag/intel-mkl-src-v0.8.0).
Hi, I just found `intel-mkl-tool` may not work well with `libiomp5.so` when Intel MKL suite is not installed to `/opt/intel`. If I didn't misunderstand the code, the function `seek_directory` just...
Does anybody have a summary of the license impacts with respect to MKL licensing on static vs dynamic linking? Some clauses: > You may use and redistribute the software (the“Software”),...
I have installed intel mkl and verified it can be found with `pkg-config`, as running `pkg-config --variable=prefix mkl-static-lp64-seq` results in the output `/opt/intel/oneapi/mkl/latest/lib/pkgconfig/../..` . However, when running a barebones binary...
Dear team, It is a stupid question but it seems intel-mkl can also be run on AMD CPUs with the MKL_DEBUG_CPU_TYPE=5 option according to testings here: https://www.pugetsystems.com/labs/hpc/How-To-Use-MKL-with-AMD-Ryzen-and-Threadripper-CPU-s-Effectively-for-Python-Numpy-And-Other-Applications-1637/#Threadripper3960x,Ryzen3900XandXeon2175WperformanceusingMKL,MKL_DEBUG_CPU_TYPE=5andOpenBLASforaPythonnumpy\ I am wondering...
Hi I'm trying to get a simple ndarray setup using BLAS on a HPC cluster working with intel-mkl as the BLAS library. Unfortunately even a bare bones setup is unable...