Deep Neural Network Library (DNNL)  1.3.0
Performance library for Deep Learning
Build from Source

Download the Source Code

Download DNNL source code or clone the repository.

git clone https://github.com/intel/mkl-dnn.git

Build the Library

Ensure that all software dependencies are in place and have at least the minimal supported version.

The DNNL build system is based on CMake. Use

See Build Options for detailed description of build-time configuration options.

Linux/macOS

Windows

Validate the Build

Run unit tests:

ctest