summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxuhaibing <hxu@openailab.com>2017-09-24 22:52:26 +0800
committerGitHub <noreply@github.com>2017-09-24 22:52:26 +0800
commit74941ed5b5c9387deadd4c656db7d8f77b324044 (patch)
treea7f1ec536a5f6b270455089be57781bbe48c4044
parent485eec2a473e0a1804f59f6254f28a591197878e (diff)
downloadcaffeonacl-74941ed5b5c9387deadd4c656db7d8f77b324044.tar.gz
caffeonacl-74941ed5b5c9387deadd4c656db7d8f77b324044.tar.bz2
caffeonacl-74941ed5b5c9387deadd4c656db7d8f77b324044.zip
Update release_notes.md
-rw-r--r--acl_openailab/release_notes.md28
1 files changed, 12 insertions, 16 deletions
diff --git a/acl_openailab/release_notes.md b/acl_openailab/release_notes.md
index 8c8afc70..33fed6d7 100644
--- a/acl_openailab/release_notes.md
+++ b/acl_openailab/release_notes.md
@@ -1,4 +1,4 @@
-# 1. Release Note
+ # 1. Release Note
[![License](https://img.shields.io/badge/license-BSD-blue.svg)](LICENSE)
CaffeOnACL is a project that is maintained by **OPEN** AI LAB, it uses Arm Compute Library (NEON+GPU) to speed up [Caffe](http://caffe.berkeleyvision.org/) and provide utilities to debug, profile and tune application performance.
@@ -21,6 +21,7 @@ Please refer to [Performance Report](performance_report.pdf) for details
## 1.4 Performance Report
Please refer to [Performance Report](performance_report.pdf) for details
+
## 1.5 Arm Compute Library 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
@@ -31,19 +32,10 @@ There are some compatibility issues between ACL and Caffe Layers, we bypass it t
Performance need be fine turned in the future
-# 2 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
-
-
-# 3 Release History
+# 2 Release History
The Caffe based version is [793bd96351749cb8df16f1581baf3e7d8036ac37](https://github.com/BVLC/caffe/tree/793bd96351749cb8df16f1581baf3e7d8036ac37).
-
-## 3.1 CaffeOnACL Version 0.3.0 - Aug 26, 2017
-
+## 2.1 CaffeOnACL Version 0.3.0 - Aug 26, 2017
Support Arm Compute Library version 17.06 with 4 new layers added
* Batch Normalization Layer
@@ -52,16 +44,14 @@ Support Arm Compute Library version 17.06 with 4 new layers added
* Concatenate layer
-## 3.2 CaffeOnACL Version 0.2.0 - Jul 2, 2017
+## 2.2 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.
-
-
-## 3.3 CaffeOnACL Version 0.1.0 - Jun 2, 2017
+## 2.3 CaffeOnACL Version 0.1.0 - Jun 2, 2017
Initial version supports 10 Layers accelerated by Arm Compute Library version 17.05 :
@@ -75,3 +65,9 @@ Fix the issues:
* AbsVal Layer
* BNLL Layer
* InnerProduct Layer
+
+# 3 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