Skip to content

Wheest/dnnl_issue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DNNL MWE

A minimum working example of an issue I was having with the Intel DNNL.

Building

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published