File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
1
# ` mkl_umath `
2
2
3
- ` mkl_umath._ufuncs ` exposes [ Intel(R) Math Kernel Library] ( https://software .intel.com/content/www/us/en/develop /tools/oneapi/components /onemkl.html )
3
+ ` mkl_umath._ufuncs ` exposes [ Intel(R) Math Kernel Library] ( https://www .intel.com/content/www/us/en/developer /tools/oneapi/onemkl.html )
4
4
powered version of loops used in the patched version of [ NumPy] ( https://numpy.org ) , that used to be included in
5
- [ Intel(R) Distribution for Python* ] ( https://software .intel.com/content/www/us/en/develop /tools/oneapi/components /distribution-for-python.html ) .
5
+ [ Intel(R) Distribution for Python* ] ( https://www .intel.com/content/www/us/en/developer /tools/oneapi/distribution-for-python.html ) .
6
6
7
7
Patches were factored out per community feedback ([ NEP-36] ( https://numpy.org/neps/nep-0036-fair-play.html ) ).
8
8
@@ -40,4 +40,3 @@ Intel(R) C compiler and Intel(R) Math Kernel Library are required to build `mkl_
40
40
export MKLROOT=$CONDA_PREFIX
41
41
python setup.py config_cc --compiler=intelem build_ext --inplace
42
42
```
43
-
You can’t perform that action at this time.
0 commit comments