Some Tips about Using this MKL-DNN Library ========================================== Currently MKL-DNN has a issue working in Int8 mode. It should be pointed out that the Int8 mode requires AVX512-BW instruction set to be supported by the host CPU. A fallback is available in the MKL library (or the MKL-ML library, a subset of MKL), but MKL is still not provided by Debian, which means MKL-DNN, compiled standalone without MKL, has no fallback. See: https://github.com/intel/mkl-dnn/issues/214 -- Mo Zhou. Apr 15 2018