Skip to content

Commit c6f8d29

Browse files
filled README.md
1 parent e956161 commit c6f8d29

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# `mkl_umath`
2+
3+
To build it:
4+
5+
```sh
6+
# ensure that MKL is installed, icc is activate
7+
MKLROOT=$CONDA_PREFIX python setup.py config_cc --compiler=intelem build_ext --inplace
8+
```
9+
10+
`mkl_umath` in extension `_ufuncs` exposes MKL-enabled version of loops used in patched NumPy,
11+
that used to be included in Intel(R) Distribution for Python

0 commit comments

Comments
 (0)