We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b181add commit b81d332Copy full SHA for b81d332
README.md
@@ -65,3 +65,10 @@ The list of supported by `mkl_random.RandomState` constructor `brng` keywords is
65
* 'PHILOX4X32X10'
66
* 'NONDETERM'
67
* 'ARS5'
68
+
69
+---
70
71
+To build ``mkl_random`` from sources on Linux:
72
+ - install a recent version of MKL, if necessary;
73
+ - execute ``source /path_to_oneapi/mkl/latest/env/vars.sh`` ;
74
+ - execute ``python -m pip install .``
0 commit comments