Skip to content

Commit ae59e65

Browse files
committed
update README.md file
1 parent d7fd3b7 commit ae59e65

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ Intel® OneMKL support functions are subdivided into the following groups accord
2323
A short example, illustrating its use:
2424

2525
```python
26-
import tomopy
27-
import mkl
28-
mkl.domain_set_num_threads(1, domain='fft') # Intel(R) MKL FFT functions to run sequentially
26+
>>> import mkl
27+
>>> mkl.domain_set_num_threads(1, domain="fft") # OneMKL FFT functions to run sequentially
28+
# 'success'
2929
```
30+
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).

0 commit comments

Comments
 (0)