How can I use mkldnn without building from source

I have already installed pytorch by conda. Can I use mkldnn without building from source?

mkldnn should be used in the conda binaries.
You can check the MKL-DNN version using print(torch.__config__.show()).