mkl_random icon indicating copy to clipboard operation
mkl_random copied to clipboard

Python interface to Intel(R) Math Kernel Library's random number generation functionality

Results 13 mkl_random issues
Sort by recently updated
recently updated
newest added

Newer versions of conda-build by default produce `.conda` files instead of tarballs, which have better compression

ref https://github.com/IntelPython/mkl_random/issues/70#issuecomment-3089095824 This package loads the shared objects from MKL by adding them as a relative path from where the shared objects of `mkl-random` will be found at runtime, but...

enhancement
good first issue

`mkl_random` currently relies on `MKLROOT` being set in the environment to build the project (see the build script). Transitioning to find MKL via CMake and building with `scikit-build` would improve...