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 c6f8d29 commit d387af0Copy full SHA for d387af0
README.md
@@ -3,9 +3,9 @@
3
To build it:
4
5
```sh
6
-# ensure that MKL is installed, icc is activate
+# ensure that MKL is installed, icc is activated
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,
+`mkl_umath._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