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: docs/installation.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,8 @@ There are several implementations of this library. The choice is yours:
54
54
*[ATLAS](http://math-atlas.sourceforge.net/): free, open source, and so the default for Caffe.
55
55
*[Intel MKL](http://software.intel.com/en-us/intel-mkl): commercial and optimized for Intel CPUs, with a free trial and [student](http://software.intel.com/en-us/intel-education-offerings) licenses.
56
56
1. Install MKL.
57
-
2. Set `BLAS := mkl` in `Makefile.config`
57
+
2. Set up MKL environment (Details: [Linux](https://software.intel.com/en-us/node/528499), [OS X](https://software.intel.com/en-us/node/528659)). Example: *source /opt/intel/mkl/bin/mklvars.sh intel64*
58
+
3. Set `BLAS := mkl` in `Makefile.config`
58
59
*[OpenBLAS](http://www.openblas.net/): free and open source; this optimized and parallel BLAS could require more effort to install, although it might offer a speedup.
0 commit comments