Skip to content

Commit c2b6a07

Browse files
committed
Update README
1 parent e87672a commit c2b6a07

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# `mkl-service` - Python package for run-time control of Intel® OneAPI Math Kernel Library (OneMKL).
1+
# `mkl-service` - Python package for run-time control of Intel® oneAPI Math Kernel Library (oneMKL).
22
[![Conda package](https://github.com/IntelPython/mkl-service/actions/workflows/conda-package.yml/badge.svg)](https://github.com/IntelPython/mkl-service/actions/workflows/conda-package.yml)
33
[![Build mkl-service with clang](https://github.com/IntelPython/mkl-service/actions/workflows/build-with-clang.yml/badge.svg)](https://github.com/IntelPython/mkl-service/actions/workflows/build-with-clang.yml)
44
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/IntelPython/mkl-service/badge)](https://securityscorecards.dev/viewer/?uri=github.com/IntelPython/mkl-service)
@@ -12,7 +12,7 @@ To install PyPI package, use `python -m pip install mkl-service`.
1212

1313
---
1414

15-
Intel® OneMKL support functions are subdivided into the following groups according to their purpose:
15+
Intel® oneAPI Math Kernel Library (oneMKL) supports functions are subdivided into the following groups according to their purpose:
1616
- Version Information
1717
- Threading Control
1818
- Timing
@@ -24,8 +24,8 @@ A short example, illustrating its use:
2424

2525
```python
2626
>>> import mkl
27-
>>> mkl.domain_set_num_threads(1, domain="fft") # OneMKL FFT functions to run sequentially
27+
>>> mkl.domain_set_num_threads(1, domain="fft") # oneMKL FFT functions to run sequentially
2828
# 'success'
2929
```
3030

31-
For more information about the usage of support functions see [Developer Reference for Intel® oneAPI Math Kernel Library for C](https://www.intel.com/content/www/us/en/docs/onemkl/developer-reference-c/2025-1/support-functions.html).
31+
For more information about the usage of support functions see [Developer Reference for Intel® oneAPI Math Kernel Library for C](https://www.intel.com/content/www/us/en/docs/onemkl/developer-reference-c/2025-2/support-functions.html).

0 commit comments

Comments
 (0)