Skip to content

Commit

Permalink
doc: add Intel TBB version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
mgouicem committed Oct 22, 2018
1 parent 840acc1 commit 00fec9f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,8 @@ Intel MKL-DNN built with Intel TBB doesn't require special handling:
g++ -std=c++11 -I${MKLDNNROOT}/include -L${MKLDNNROOT}/lib simple_net.cpp -lmkldnn -ltbb
```

Please note that Intel MKL-DNN has limited optimizations done for Intel TBB
Please note that Intel MKL-DNN requires Intel TBB 2017 or above.
Also, Intel MKL-DNN has limited optimizations done for Intel TBB
and has some functional limitations if built with Intel TBB.

Functional limitations:
Expand Down

0 comments on commit 00fec9f

Please sign in to comment.