From 7305f864429b8dc96d7606cc2a0308d9328de9d3 Mon Sep 17 00:00:00 2001 From: xuhaibing Date: Sun, 24 Sep 2017 22:10:26 +0800 Subject: Update release_notes.md --- acl_openailab/release_notes.md | 116 ++++++++++++++++++++--------------------- 1 file changed, 58 insertions(+), 58 deletions(-) diff --git a/acl_openailab/release_notes.md b/acl_openailab/release_notes.md index 94bf55d8..22fa2349 100644 --- a/acl_openailab/release_notes.md +++ b/acl_openailab/release_notes.md @@ -1,66 +1,66 @@ -# Release Note -[![Build](https://img.shields.io/teamcity/codebetter/bt428.svg)](build) [![License](https://img.shields.io/badge/license-BSD-blue.svg)](LICENSE) - -The release version is 0.3.0. You can download the source code from [OAID/CaffeOnACL](https://github.com/OAID/CaffeOnACL) - -## Verified Platform : - -The release is verified on 64bits ARMv8 processor - +# Release Note +[![License](https://img.shields.io/badge/license-BSD-blue.svg)](LICENSE) + +The release version is 0.3.0. You can download the source code from [OAID/CaffeOnACL](https://github.com/OAID/CaffeOnACL) + +## Verified Platform : + +The release is verified on 64bits ARMv8 processor + - Hardware platform : Rockchip RK3399 ([Firefly-RK3399 board](http://wiki.t-firefly.com/index.php/Firefly-RK3399)) -- Software platform : Ubuntu 16.04
- -## ACL Compatibility Issues : -There are some compatibility issues between ACL and Caffe Layers, we bypass it to Caffe's original layer class as the workaround solution for the below issues - -* Normalization in-channel issue -* Tanh issue -* Softmax supporting multi-dimension issue -* Group issue - -Performance need be fine turned in the future - -# Issue Report -Encounter any issue, please report on [issue report](https://github.com/OAID/CaffeOnACL/issues). Issue report should contain the following information : - -* The exact description of the steps that are needed to reproduce the issue -* The exact description of what happens and what you think is wrong - +- Software platform : Ubuntu 16.04
+ +## ACL Compatibility Issues : +There are some compatibility issues between ACL and Caffe Layers, we bypass it to Caffe's original layer class as the workaround solution for the below issues + +* Normalization in-channel issue +* Tanh issue +* Softmax supporting multi-dimension issue +* Group issue + +Performance need be fine turned in the future + +# Issue Report +Encounter any issue, please report on [issue report](https://github.com/OAID/CaffeOnACL/issues). Issue report should contain the following information : + +* The exact description of the steps that are needed to reproduce the issue +* The exact description of what happens and what you think is wrong + ## Release History -The Caffe based version is [793bd96351749cb8df16f1581baf3e7d8036ac37](https://github.com/BVLC/caffe/tree/793bd96351749cb8df16f1581baf3e7d8036ac37). +The Caffe based version is [793bd96351749cb8df16f1581baf3e7d8036ac37](https://github.com/BVLC/caffe/tree/793bd96351749cb8df16f1581baf3e7d8036ac37). - -## CaffeOnACL Version 0.3.0 - Aug 26, 2017 - -Support Arm Compute Library version 17.06 with 4 new layers added + +## CaffeOnACL Version 0.3.0 - Aug 26, 2017 + +Support Arm Compute Library version 17.06 with 4 new layers added * Batch Normalization Layer * Direct convolution Layer * Locally Connect Layer -* Concatenate layer - - -## CaffeOnACL Version 0.2.0 - Jul 2, 2017 - -Fix the issues: - -* Compatible with Arm Compute Library version 17.06 -* When OpenCL initialization fails, even if Caffe uses CPU-mode,it doesn't work properly. - - - -## CaffeOnACL Version 0.1.0 - Jun 2, 2017 - - Initial version supports 10 Layers accelerated by Arm Compute Library version 17.05 : - -* Convolution Layer -* Pooling Layer -* LRN Layer -* ReLU Layer -* Sigmoid Layer -* Softmax Layer -* TanH Layer -* AbsVal Layer -* BNLL Layer -* InnerProduct Layer +* Concatenate layer + + +## CaffeOnACL Version 0.2.0 - Jul 2, 2017 + +Fix the issues: + +* Compatible with Arm Compute Library version 17.06 +* When OpenCL initialization fails, even if Caffe uses CPU-mode,it doesn't work properly. + + + +## CaffeOnACL Version 0.1.0 - Jun 2, 2017 + + Initial version supports 10 Layers accelerated by Arm Compute Library version 17.05 : + +* Convolution Layer +* Pooling Layer +* LRN Layer +* ReLU Layer +* Sigmoid Layer +* Softmax Layer +* TanH Layer +* AbsVal Layer +* BNLL Layer +* InnerProduct Layer -- cgit v1.2.3