Merge pull request #7518 from luotao1/readme

add a brief introduction of MKL-DNN work in root README.md
add_depthwiseConv_op_gpu
Tao Luo 7 years ago committed by GitHub
commit d4fea04500
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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