We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e956161 commit c6f8d29Copy full SHA for c6f8d29
README.md
@@ -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