Skip to content

Commit 1736189

Browse files
Merge pull request #2 from IntelPython/xaleryb/cr
Update README.md for links correction
2 parents 32291f4 + 56fef9d commit 1736189

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# `mkl_umath`
22

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)
44
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).
66

77
Patches were factored out per community feedback ([NEP-36](https://numpy.org/neps/nep-0036-fair-play.html)).
88

@@ -40,4 +40,3 @@ Intel(R) C compiler and Intel(R) Math Kernel Library are required to build `mkl_
4040
export MKLROOT=$CONDA_PREFIX
4141
python setup.py config_cc --compiler=intelem build_ext --inplace
4242
```
43-

0 commit comments

Comments
 (0)