A minimum working example of an issue I was having with the Intel DNNL.
I build DNNL from source, and placed it in the directory \~/tools/mkl-dnn
. It is installed globally with sudo make install
The example can run with:
mkdir _build
cd _build
cmake ..
make
./src/main