From b7cb5362aa27fcfd279373019335d9c45741f5bd Mon Sep 17 00:00:00 2001 From: Anthony Barbier Date: Fri, 2 Nov 2018 17:17:20 +0000 Subject: Added README and LICENSE, updated gitmodules to point at internal Arm server Change-Id: I87f193fce28d2de12514da675931813162fa292d --- .gitmodules | 2 +- LICENSE | 21 +++++++++++++++++++++ README.md | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 74 insertions(+), 1 deletion(-) create mode 100644 LICENSE create mode 100644 README.md diff --git a/.gitmodules b/.gitmodules index edbc9500fe..1adb266c44 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,5 +4,5 @@ branch = master [submodule "3rdparty"] path = 3rdparty - url = ../3rdparty + url = http://eu-gerrit-1.euhpc.arm.com/p/VisualCompute/3rdparty branch = master diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000000..ab713b4c4c --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2017-2018 ARM Software + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README.md b/README.md new file mode 100644 index 0000000000..361e0a2ce6 --- /dev/null +++ b/README.md @@ -0,0 +1,52 @@ + +Please report issues here: https://github.com/ARM-software/ComputeLibrary/issues +**Make sure you are using the latest version of the library before opening an issue. Thanks** + +News: + +- [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) + +Related projects: + +- [Arm NN SDK](https://github.com/arm-software/armnn) +- [Caffe on Compute Library](https://github.com/OAID/Caffe-HRT) +- [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) +- [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) + +Documentation available here: + +- [v18.08](https://arm-software.github.io/ComputeLibrary/v18.08/) +- [v18.05](https://arm-software.github.io/ComputeLibrary/v18.05/) +- [v18.03](https://arm-software.github.io/ComputeLibrary/v18.03/) +- [v18.02](https://arm-software.github.io/ComputeLibrary/v18.02/) +- [v18.01](https://arm-software.github.io/ComputeLibrary/v18.01/) +- [v17.12](https://arm-software.github.io/ComputeLibrary/v17.12/) +- [v17.10](https://arm-software.github.io/ComputeLibrary/v17.10/) +- [v17.09](https://arm-software.github.io/ComputeLibrary/v17.09/) +- [v17.06](https://arm-software.github.io/ComputeLibrary/v17.06/) +- [v17.05](https://arm-software.github.io/ComputeLibrary/v17.05/) +- [v17.04](https://arm-software.github.io/ComputeLibrary/v17.04/) +- [v17.03.1](https://arm-software.github.io/ComputeLibrary/v17.03.1/) + +Binaries available here: + +- [v18.08-linux](https://github.com/ARM-software/ComputeLibrary/releases/download/v18.08/arm_compute-v18.08-bin-linux.tar.gz) +- [v18.08-android](https://github.com/ARM-software/ComputeLibrary/releases/download/v18.08/arm_compute-v18.08-bin-android.tar.gz) +- [v18.05-linux](https://github.com/ARM-software/ComputeLibrary/releases/download/v18.05/arm_compute-v18.05-bin-linux.tar.gz) +- [v18.05-android](https://github.com/ARM-software/ComputeLibrary/releases/download/v18.05/arm_compute-v18.05-bin-android.tar.gz) +- [v18.03-linux](https://github.com/ARM-software/ComputeLibrary/releases/download/v18.03/arm_compute-v18.03-bin-linux.tar.gz) +- [v18.03-android](https://github.com/ARM-software/ComputeLibrary/releases/download/v18.03/arm_compute-v18.03-bin-android.tar.gz) +- [v18.02-linux](https://github.com/ARM-software/ComputeLibrary/releases/download/v18.02/arm_compute-v18.02-bin-linux.tar.gz) +- [v18.02-android](https://github.com/ARM-software/ComputeLibrary/releases/download/v18.02/arm_compute-v18.02-bin-android.tar.gz) +- [v18.01](https://github.com/ARM-software/ComputeLibrary/releases/download/v18.01/arm_compute-v18.01-bin.tar.gz) +- [v17.12](https://github.com/ARM-software/ComputeLibrary/releases/download/v17.12/arm_compute-v17.12-bin.tar.gz) +- [v17.10](https://github.com/ARM-software/ComputeLibrary/releases/download/v17.10/arm_compute-v17.10-bin.tar.gz) +- [v17.09](https://github.com/ARM-software/ComputeLibrary/releases/download/v17.09/arm_compute-v17.09-bin.tar.gz) +- [v17.06](https://github.com/ARM-software/ComputeLibrary/releases/download/v17.06/arm_compute-v17.06-bin.tar.gz) +- [v17.05](https://github.com/ARM-software/ComputeLibrary/releases/download/v17.05/arm_compute-v17.05-bin.tar.gz) +- [v17.04](https://github.com/ARM-software/ComputeLibrary/releases/download/v17.04/arm_compute-v17.04-bin.tar.gz) +- [v17.03.1](https://github.com/ARM-software/ComputeLibrary/releases/download/v17.03.1/arm_compute-v17.03.1-bin.tar.gz) + +Support: developer-compute@arm.com + +License & Contributions: The software is provided under MIT license. Contributions to this project are accepted under the same license. -- cgit v1.2.1