mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
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:
parent
0074dc7fa8
commit
5439ab3cdc
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue