intel-mkl-src
intel-mkl-src copied to clipboard
Redistribute Intel MKL as a crate
Current MKL update procedure is following: 1. Update system MKL using package manager (pacman on ArchLinux, or manually on Windows) 2. Create packages (`mkl-*.tar.zst`) using `intel-mkl-tool` 3. Upload them onto...
https://www.intel.com/content/www/us/en/develop/documentation/onemkl-developer-reference-c/top/sparse-solver-routines/onemkl-pardiso-parallel-direct-sparse-solver-iface.html > The Intel® oneAPI Math Kernel Library PARDISO package is a high-performance, robust, memory fficient, and easy to use software package for solving large sparse linear systems of equations...
MKL provides `libmkl_gnu_thread.a`, but currently there is no way to use it from this crate
I want to use `mkl_sparse_*` functions but I found that `intel-mkl-sys` only bindgened `mkl_vml.h` and `mkl_vsl.h`. What's the purpose that not bindgen the whole `mkl.h` in wrapper? May I create...
I'm trying to get a "hello world" build working on macOS 11.4 with intel-mkl-src as a dependency, and I've installed Intel MKL through the oneAPI graphical installer. I can see...
I realize this may be a Bad Idea because the entire distribution is 20+ GB (!) but it seems Intel wants to make oneAPI the future of the MKL. Perhaps...
I'm getting "Intel MKL ERROR: Parameter 11 was incorrect on entry to cblas_dgemm." I'm guessing that this is due to using version 2021.1 instead of 2020.1 but I can't seem...
I am using NDArray Linalg (https://github.com/rust-ndarray/ndarray-linalg) with intel-mkl-static feature. It is working in msvc toolchain perfectly. However, when I switch to GNU toolchain, I am getting below error, ``` could...
For target_os="windows" target_arch="x86" there's no configuration at all. Happy to add manually if you have the appropriate tar.zst in the s3 bucket. Thanks
intel-mkl-sys crate introduced in #26 contains FFI for PRNG in MKL https://software.intel.com/en-us/onemkl-developer-reference-c-random-number-generators