add a brief introduction of MKL-DNN work in root README.md

add_depthwiseConv_op_gpu
Luo Tao 7 years ago
parent 9deb1756a2
commit 6b41826b6d

@ -37,6 +37,7 @@ Please refer to our [release announcement](https://github.com/PaddlePaddle/Paddl
- Optimized math operations through SSE/AVX intrinsics, BLAS libraries
(e.g. MKL, OpenBLAS, cuBLAS) or customized CPU/GPU kernels.
- Optimized CNN networks through MKL-DNN library.
- Highly optimized recurrent networks which can handle **variable-length**
sequence without padding.
- Optimized local and distributed training for models with high dimensional

Loading…
Cancel
Save