@@ -25,6 +25,7 @@ of the following deep learning topologies and variations of these.
2525| Speech Recognition (experimental) | DeepSpeech
2626| Adversarial Networks | DCGAN, 3DGAN
2727| Reinforcement Learning | A3C
28+ | Text-to-Speech | WaveNet
2829
2930Intel MKL-DNN is used in the following software products:
3031* [ Caffe\* Optimized for Intel Architecture] ( https://github.com/intel/caffe )
@@ -66,7 +67,7 @@ without prior notification in future releases:
6667* Convolutions with ` s16 ` data type in source, weights or destination
6768* Convolutions and auxiliary primitives for 3D spatial data
6869* RNN, LSTM and GRU primitives
69- * Intel Threading Building (Intel TBB\* ) support
70+ * Intel Threading Building Blocks (Intel TBB\* ) support
7071
7172## How to Contribute
7273We welcome community contributions to Intel MKL-DNN. If you have an idea how to improve the library:
@@ -85,7 +86,7 @@ request will be merged the repository.
8586Intel MKL-DNN supports Intel(R) 64 architecture and compatible architectures.
8687The library is optimized for the systems based on
8788* Intel Atom(R) processor with Intel(R) SSE4.1 support
88- * 4th, 5th, 6th and 7th generation Intel(R) Core processor
89+ * 4th, 5th, 6th, 7th and 8th generation Intel(R) Core processor
8990* Intel(R) Xeon(R) processor E5 v3 family (formerly Haswell)
9091* Intel Xeon processor E5 v4 family (formerly Broadwell)
9192* Intel Xeon Platinum processor family (formerly Skylake)
@@ -109,20 +110,20 @@ The software dependencies are:
109110> software system requirements for details.
110111
111112The software was validated on RedHat\* Enterprise Linux 7 with
112- * GNU\* Compiler Collection 4.8, 5.2 , 6.1 and 7.2
113+ * GNU\* Compiler Collection 4.8, 5.4 , 6.1, 7.2 and 8.1
113114* Clang\* 3.8.0
114115* [ Intel(R) C/C++ Compiler] ( https://software.intel.com/en-us/intel-parallel-studio-xe )
115- 17.0 and 18 .0
116+ 17.0, 18.0 and 19 .0
116117
117118on Windows Server\* 2012 R2 with
118119* Microsoft\* Visual C++ 14.0 (Visual Studio 2015)
119120* [ Intel(R) C/C++ Compiler] ( https://software.intel.com/en-us/intel-parallel-studio-xe )
120- 17.0 and 18 .0
121+ 17.0 and 19 .0
121122
122123on macOS\* 10.13 (High Sierra) with
123- * Apple LLVM version 9.0.0 (XCode 9.0.0 )
124+ * Apple LLVM version 9.2 (XCode 9.2 )
124125* [ Intel C/C++ Compiler] ( https://software.intel.com/en-us/intel-parallel-studio-xe )
125- 18.0 (XCode 8.3.2)
126+ 18.0 and 19.0
126127
127128The implementation uses OpenMP\* 4.0 SIMD extensions. We recommend using
128129Intel(R) Compiler for the best performance results.
0 commit comments