Skip to content

Commit ff47bc1

Browse files
committed
doc: updated set of supported applications and functionality
1 parent 06b02fc commit ff47bc1

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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

2930
Intel 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
7273
We 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.
8586
Intel MKL-DNN supports Intel(R) 64 architecture and compatible architectures.
8687
The 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
111112
The 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

117118
on 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

122123
on 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

127128
The implementation uses OpenMP\* 4.0 SIMD extensions. We recommend using
128129
Intel(R) Compiler for the best performance results.

doc/mainpage.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The table below summarizes the list of supported functions and their variants.
2424
| | 2D winograd convolution | x | x | x |
2525
| | 3D direct convolution | x | x | |
2626
| | 3D direct deconvolution | x | x | |
27-
| Inner Product | 2D inner product | x | x | |
27+
| Inner Product | 2D inner product | x | x | x |
2828
| | 3D inner product | x | x | |
2929
| RNN (experimental)| Vanilla RNN cell | x | x | |
3030
| | LSTM cell | x | x | |
@@ -48,6 +48,7 @@ The table below summarizes the list of supported functions and their variants.
4848
| | Sum | x | x | x |
4949
| | Concat | x | x | x |
5050
| | Elementwise operations | | x | |
51+
| | Channel Shuffle | x | x | x |
5152

5253
## Programming Model
5354

0 commit comments

Comments
 (0)