diff options
author | xuhaibing <hxu@openailab.com> | 2017-10-11 23:06:53 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-11 23:06:53 +0800 |
commit | 61aa931cbdb34f963ce029b3236ed880fff39b2d (patch) | |
tree | eae197c61e1ab9f4ca30089497fdc01d17319ee6 | |
parent | c298116bd650a8f256a9b8ec8ee927029a53bee9 (diff) | |
download | caffeonacl-61aa931cbdb34f963ce029b3236ed880fff39b2d.tar.gz caffeonacl-61aa931cbdb34f963ce029b3236ed880fff39b2d.tar.bz2 caffeonacl-61aa931cbdb34f963ce029b3236ed880fff39b2d.zip |
Update README.md
Update support Arm Compute Library 17.09
-rw-r--r-- | README.md | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,9 +1,11 @@ + + # CaffeOnACL [![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. -The release version is 0.3.0, is based on [Rockchip RK3399](http://www.rock-chips.com/plus/3399.html) Platform, target OS is Ubuntu 16.04. Can download the source code from [OAID/CaffeOnACL](https://github.com/OAID/CaffeOnACL) +The release version is 0.4.0, is based on [Rockchip RK3399](http://www.rock-chips.com/plus/3399.html) Platform, target OS is Ubuntu 16.04. Can download the source code from [OAID/CaffeOnACL](https://github.com/OAID/CaffeOnACL) * The ARM Computer Vision and Machine Learning library is a set of functions optimised for both ARM CPUs and GPUs using SIMD technologies. See also [Arm Compute Library](https://github.com/ARM-software/ComputeLibrary). * Caffe is a fast open framework for deep learning. See also [Caffe](https://github.com/BVLC/caffe). @@ -26,6 +28,10 @@ Performance need be fine turned in the future # Release History The Caffe based version is [793bd96351749cb8df16f1581baf3e7d8036ac37](https://github.com/BVLC/caffe/tree/793bd96351749cb8df16f1581baf3e7d8036ac37). + +### Version 0.4.0 - Oct 11, 2017 +Support Arm Compute Library version 17.09 + ### Version 0.3.0 - Aug 26, 2017 Support Arm Compute Library version 17.06 with 4 new layers added |