Remove gf library in MKL (#1976)

* Remove OpenGL code from benchmark

* Make it possible to print plot in the ipython notbook

* Create the blob if the blob is not specified in the init net

* Do not use gf library for MKL. Even after I install the entire MKL library it is still not found. After removing it, the MKL code can still run
This commit is contained in:
sf-wind 2018-02-20 15:17:34 -08:00 committed by Pieter Noordhuis
parent 0074dc7fa8
commit 5439ab3cdc

View file

@ -47,10 +47,10 @@ else()
if(WIN32)
list(APPEND __mkl_libs intel_c)
else()
list(APPEND __mkl_libs intel gf)
list(APPEND __mkl_libs intel)
endif()
else()
list(APPEND __mkl_libs intel_lp64 gf_lp64)
list(APPEND __mkl_libs intel_lp64)
endif()
if(MKL_MULTI_THREADED)