Skip to content
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

Compare
Choose a tag to compare
@jennifermyers jennifermyers released this 02 Aug 22:33
· 96 commits to master since this release
  • 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"