blob: 0aca596d3d665ef411fb64d095d416707ecfad4f [file] [log] [blame] [view]
Jenkins514be652019-02-28 12:25:18 +00001<div align="center">
2 <img src="https://raw.githubusercontent.com/ARM-software/ComputeLibrary/gh-pages/ACL_logo.png"><br><br>
3</div>
4
Jenkinsb9abeae2018-11-22 11:58:08 +00005Release repository: https://github.com/arm-software/ComputeLibrary
Isabella Gottardi3d2d44e2018-11-28 16:54:19 +00006
Jenkinsb9abeae2018-11-22 11:58:08 +00007Development repository: https://review.mlplatform.org/#/admin/projects/ml/ComputeLibrary
Isabella Gottardi3d2d44e2018-11-28 16:54:19 +00008
Anthony Barbier871448e2017-03-24 14:54:29 +00009Please report issues here: https://github.com/ARM-software/ComputeLibrary/issues
Isabella Gottardi3d2d44e2018-11-28 16:54:19 +000010
Anthony Barbier06ea0482018-02-22 15:45:35 +000011**Make sure you are using the latest version of the library before opening an issue. Thanks**
Anthony Barbier871448e2017-03-24 14:54:29 +000012
Jenkins49b8f902020-11-27 12:49:11 +000013Deprecation notice:
14- We have deprecated the GLES backend and it will be removed from the library in the release 21.05
15- We have deprecated the NEON and OpenCL computer vision functions and they will be removed in 21.05
16
Jenkinsc3f34a42018-03-02 12:38:09 +000017News:
18
Jenkins975dfe12019-09-02 11:47:54 +010019- [Gian Marco's talk on Performance Analysis for Optimizing Embedded Deep Learning Inference Software](https://www.embedded-vision.com/platinum-members/arm/embedded-vision-training/videos/pages/may-2019-embedded-vision-summit)
Jenkins52ba29e2018-08-29 15:32:11 +000020- [Gian Marco's talk on optimizing CNNs with Winograd algorithms at the EVS](https://www.embedded-vision.com/platinum-members/arm/embedded-vision-training/videos/pages/may-2018-embedded-vision-summit-iodice)
Jenkinsb9abeae2018-11-22 11:58:08 +000021- [Gian Marco's talk on using SGEMM and FFTs to Accelerate Deep Learning](https://www.embedded-vision.com/platinum-members/arm/embedded-vision-training/videos/pages/may-2016-embedded-vision-summit-iodice)
Jenkinsc3f34a42018-03-02 12:38:09 +000022
Anthony Barbiercd257032017-06-28 11:33:54 +010023Related projects:
24
Anthony Barbier02c62c82018-05-04 09:30:15 +010025- [Arm NN SDK](https://github.com/arm-software/armnn)
Jenkins975dfe12019-09-02 11:47:54 +010026
27Tutorials:
28
Kaizen8938bd32017-09-28 14:38:23 +010029- [Tutorial: Cartoonifying Images on Raspberry Pi with the Compute Library](https://community.arm.com/graphics/b/blog/posts/cartoonifying-images-on-raspberry-pi-with-the-compute-library)
Anthony Barbier06ea0482018-02-22 15:45:35 +000030- [Tutorial: Running AlexNet on Raspberry Pi with Compute Library](https://community.arm.com/processors/b/blog/posts/running-alexnet-on-raspberry-pi-with-compute-library)
Anthony Barbiercd257032017-06-28 11:33:54 +010031
Jenkins6a7771e2020-05-28 11:28:36 +010032Documentation (API, changelogs, build guide, contribution guide, errata, etc.) available at https://github.com/ARM-software/ComputeLibrary/wiki/Documentation.
Jenkins975dfe12019-09-02 11:47:54 +010033
Jenkins6a7771e2020-05-28 11:28:36 +010034Binaries available at https://github.com/ARM-software/ComputeLibrary/releases.
Anthony Barbierfb8bb482017-03-31 18:25:21 +010035
Anthony Barbierc772c0b2017-04-12 18:03:27 +010036License & Contributions: The software is provided under MIT license. Contributions to this project are accepted under the same license.
Jenkins514be652019-02-28 12:25:18 +000037
38### Public mailing list
39For technical discussion, the ComputeLibrary project has a public mailing list: acl-dev@lists.linaro.org
40The list is open to anyone inside or outside of Arm to self subscribe. In order to subscribe, please visit the following website:
41https://lists.linaro.org/mailman/listinfo/acl-dev
42
43### Developer Certificate of Origin (DCO)
44Before the ComputeLibrary project accepts your contribution, you need to certify its origin and give us your permission. To manage this process we use the Developer Certificate of Origin (DCO) V1.1 (https://developercertificate.org/)
45
46To indicate that you agree to the the terms of the DCO, you "sign off" your contribution by adding a line with your name and e-mail address to every git commit message:
47
48```Signed-off-by: John Doe <john.doe@example.org>```
49
50You must use your real name, no pseudonyms or anonymous contributions are accepted.