You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,9 @@ Intel® OneMKL support functions are subdivided into the following groups accord
23
23
A short example, illustrating its use:
24
24
25
25
```python
26
-
importtomopy
27
-
import mkl
28
-
mkl.domain_set_num_threads(1, domain='fft') # Intel(R) MKL FFT functions to run sequentially
26
+
>>>importmkl
27
+
>>> mkl.domain_set_num_threads(1, domain="fft") # OneMKL FFT functions to run sequentially
28
+
# 'success'
29
29
```
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