mkl_random
mkl_random copied to clipboard
Python interface to Intel(R) Math Kernel Library's random number generation functionality
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...
`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...