This repository has been archived by the owner on Jan 3, 2023. It is now read-only.
Default to MKL backend on Linux/CPU and update to MKLML release 20170720
- Set MKL backend (-b mkl) as the default CPU backend on Linux (use -b cpu to specify original CPU backend)
- Update MKLML version 20170720 (AVX512 code paths enabled by default and conversion optimizations)
- Simplify ResNet example
- Makefiles now check for virtualenv and pkg-config (#383)
- Fix Deep Speech2 model on MKL backend
- Fix MKL installation for "make sysinstall"