Dose TVM only support mkldnn dense operation?

To use native libraries, you have to pass them to the libs flag like so: llvm -libs=mkdnn. Also make sure you have set USE_MKLDNN=On in build/config.cmake.

Right now we only support using mkldnn for matrix multiplication.