Hi.
I have a question about USE_MKLDNN.
My build options : LLVM ON, BLAS none, USE_MKL /opt/intel/mkl, USE_MKLDNN ON
Even though I set MKLDNN_VERBOSE=1, any outputs about MKLDNN are not printed while tvm relay build and module run…
tvm uses mkl(mkldnn) for dense layer. But why this happen? Is TVM not using mkldnn properly?