Skip to content

Commit

Permalink
Merge pull request #3893 from rscohn2/patch-1
Browse files Browse the repository at this point in the history
[docs] info about MKL licensing
  • Loading branch information
shelhamer committed Feb 17, 2017
2 parents c510e33 + 8c041a7 commit c5fad40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Caffe requires BLAS as the backend of its matrix and vector computations.
There are several implementations of this library. The choice is yours:

* [ATLAS](http:https://math-atlas.sourceforge.net/): free, open source, and so the default for Caffe.
* [Intel MKL](http:https://software.intel.com/en-us/intel-mkl): commercial and optimized for Intel CPUs, with a free trial and [student](http:https://software.intel.com/en-us/intel-education-offerings) licenses.
* [Intel MKL](http:https://software.intel.com/en-us/intel-mkl): commercial and optimized for Intel CPUs, with [free](https:https://registrationcenter.intel.com/en/forms/?productid=2558) licenses.
1. Install MKL.
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*
3. Set `BLAS := mkl` in `Makefile.config`
Expand Down

0 comments on commit c5fad40

Please sign in to comment.