[install torch from source] what third-party can I add to make torch faster?

[install torch from source] what third-party can I add to make torch faster?
e.g. MKL or MKL-DNN ?
I has no GPU. I use torch-CPU.
Thanks.

Sorry for not being very helpfup, but the conda binaries should already ship with MKL, if I’m not mistaken, so you might try these out directly.

Thanks. I couldn’t use conda for some reasons. I will try conda again.
In addition, do you konw, is pytorch with mkldnn and mklml slower than pytorch with mkl?

No, I don’t know it, as I’m not deeply experienced with CPU accelerators.