We are planning to add MKL static library
Created by: tensor-tang
We are planning to link -lmkl_core -lmkl_gf_lp64 -lmkl_intel_lp64 -lmkl_sequential
in MKL static library, which is the so-called BIG MKL package.
This should be something not expected by MKLDNN, right?
We can only link -lmkl_rt
for MKLDNN, but would not work if we link the sequential lib.
And it seems MKLDNN does not generate static library.