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: MKL_README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ This README shows the user how to setup and install MKL2017 library with mxnet.
12
12
13
13
1.1 By default, MKL_2017_EXPRIEMENTAL=0. If setting MKL_2017_EXPRIEMENTAL=1, MKL buffer will be created and transferred between layers to achiever much higher performance.
14
14
15
-
1.2 By default, USE_BLAS=atlas, MKLML_ROOT=/usr/local, MKL2017_ML will be used
15
+
1.2 By default, MKLML_ROOT=/usr/local, MKL2017_ML will be used
16
16
17
17
1.2.1 when excute make, Makefile will execute "prepare_mkl.sh" to download the MKL2017_ML library under <MKLML_ROOT>
18
18
@@ -28,11 +28,11 @@ This README shows the user how to setup and install MKL2017 library with mxnet.
28
28
29
29
1.3 If setting USE_BLAS=mkl
30
30
31
-
1.3.1 please navigate here to do a full MKL installation: https://registrationcenter.intel.com/en/forms/?productid=2558&licensetype=2
31
+
1.3.1 mshadow can also utilize mkl blas function in mklml package
32
32
33
-
1.3.2 do not use MKL2017 and MKL2017_ML at the same time
33
+
1.4 MKL version compatibility
34
34
35
-
1.3.2.1 Do not execute MKL2017 compilervars.sh or mklvars.sh script before MxNet compilation. Otherwise, MKL2017 may conflict with MKL2017_ML and MxNet may not be compiled.
35
+
1.3.2.1 If you already have MKL installed and MKLROOT being set in your system, by default, it will not attempt to download the latest mklml package unless you unset MKLROOT.
0 commit comments