From 6b41826b6dfc3111ded6f8978a09c06424d035a8 Mon Sep 17 00:00:00 2001 From: Luo Tao Date: Mon, 15 Jan 2018 12:20:04 +0800 Subject: [PATCH] add a brief introduction of MKL-DNN work in root README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 577528e7aaf..d06375a444d 100644 --- a/README.md +++ b/README.md @@ -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 -- GitLab