platform/upstream/armcl.git
5 years agoarm_compute v18.05 master
Jenkins [Wed, 23 May 2018 10:36:53 +0000 (11:36 +0100)]
arm_compute v18.05

5 years agobugfix: CLDeconvolutionLayer::validate fails if bias==NULL (#439)
wr0112358 [Mon, 14 May 2018 08:13:56 +0000 (10:13 +0200)]
bugfix: CLDeconvolutionLayer::validate fails if bias==NULL (#439)

5 years agoAdded link to ArmNN
Anthony Barbier [Fri, 4 May 2018 08:30:15 +0000 (09:30 +0100)]
Added link to ArmNN

Change-Id: I3738be62d60d046067c4f347c0e1dd2dd0bd1dab

6 years agoCorrect the use of OpenMP private (#400)
Simone Pellegrini [Thu, 29 Mar 2018 16:51:02 +0000 (18:51 +0200)]
Correct the use of OpenMP private (#400)

6 years agoFix race condition on info.thread_id in OpenMP scheduler (#399)
Simone Pellegrini [Thu, 29 Mar 2018 09:59:28 +0000 (11:59 +0200)]
Fix race condition on info.thread_id in OpenMP scheduler (#399)

Additionally refactor improper use of OpenMP's worksharing
construct (for).

6 years agoBugfix: fixing trivial typo in enum value definition for A53. (#394)
Adam Charytoniuk [Mon, 26 Mar 2018 15:28:31 +0000 (16:28 +0100)]
Bugfix: fixing trivial typo in enum value definition for A53. (#394)

6 years agoarm_compute v18.03
Jenkins [Fri, 2 Mar 2018 12:38:09 +0000 (12:38 +0000)]
arm_compute v18.03

Change-Id: I8f9a2a9d32a6cab019b8504d313216f28671f9f5

6 years agoarm_compute v18.02
Anthony Barbier [Thu, 22 Feb 2018 15:45:35 +0000 (15:45 +0000)]
arm_compute v18.02

Change-Id: I7207aa488e5470f235f39b6c188b4678dc38d1a6

6 years agoBugfix for NumPyBinLoader with SubTensor output. (#345)
hakanardo [Fri, 16 Feb 2018 09:06:34 +0000 (10:06 +0100)]
Bugfix for NumPyBinLoader with SubTensor output. (#345)

* Bugfix for NumPyBinLoader with SubTensor output.

When a SubTensor is used as output from a NumPyBinLoader, data should
not be written to the begining of the buffer.

Change-Id: I6ed4b24710ac09b41ca92c7e21f24d44a3ed2881

* Reduce the buffer size with the same amount

Change-Id: Id260f58209ce2fbee877f7d6f4afbe95c6c74036

* SubTensor's has to be accessed through execution windows

6 years agoBugfix: must zero all values in all slices (#343)
wr0112358 [Wed, 14 Feb 2018 17:37:51 +0000 (18:37 +0100)]
Bugfix: must zero all values in all slices (#343)

6 years agofix warning hit with Android clang version 5.0.300080 (#348)
jasonrandrews [Wed, 14 Feb 2018 17:35:53 +0000 (11:35 -0600)]
fix warning hit with Android clang version 5.0.300080 (#348)

6 years agoarm_compute v18.01
Anthony Barbier [Wed, 24 Jan 2018 16:23:15 +0000 (16:23 +0000)]
arm_compute v18.01

Change-Id: I9bfa178c2e38bfd5fc812e62aab6760d87748e05

6 years agoMerge pull request #325 from lukeiwanski/feature/no_exceptions
Anthony Barbier [Wed, 3 Jan 2018 16:21:54 +0000 (16:21 +0000)]
Merge pull request #325 from lukeiwanski/feature/no_exceptions

ARM_COMPUTE_NO_EXCEPTIONS macro guard

6 years agoarm_compute v17.12
Anthony Barbier [Thu, 14 Dec 2017 23:48:46 +0000 (23:48 +0000)]
arm_compute v17.12

6 years agoUpdate AlexNet example with accessors
Anthony Barbier [Mon, 23 Oct 2017 17:55:17 +0000 (18:55 +0100)]
Update AlexNet example with accessors

6 years agoMerge pull request #244 from forresti/fix-comment
Anthony Barbier [Mon, 23 Oct 2017 17:28:30 +0000 (18:28 +0100)]
Merge pull request #244 from forresti/fix-comment

fix comment

6 years agoMerge pull request #258 from giorgio-arena/patch-1
Anthony Barbier [Mon, 23 Oct 2017 16:11:14 +0000 (17:11 +0100)]
Merge pull request #258 from giorgio-arena/patch-1

Update 00_introduction.dox

6 years agoUpdate 00_introduction.dox
giorgio-arena [Mon, 23 Oct 2017 15:58:59 +0000 (16:58 +0100)]
Update 00_introduction.dox

6 years agofix comment
Forrest Iandola [Mon, 16 Oct 2017 07:44:24 +0000 (00:44 -0700)]
fix comment

typo
kernerl's --> kernel's

6 years agoarm_compute v17.10
Kaizen [Thu, 12 Oct 2017 13:26:51 +0000 (14:26 +0100)]
arm_compute v17.10

Change-Id: If1489af40eccd0219ede8946577afbf04db31b29

6 years agoarm_compute v17.09
Kaizen [Thu, 28 Sep 2017 13:38:23 +0000 (14:38 +0100)]
arm_compute v17.09

Change-Id: I4bf8f4e6e5f84ce0d5b6f5ba570d276879f42a81

6 years agoMerge pull request #195 from DensityCo/master
Anthony Barbier [Fri, 25 Aug 2017 09:08:42 +0000 (10:08 +0100)]
Merge pull request #195 from DensityCo/master

Fix Yocto cross-compiles

6 years agoFix Yocto cross-compiles
bradford barr [Mon, 7 Aug 2017 18:17:09 +0000 (14:17 -0400)]
Fix Yocto cross-compiles

Yocto defines it's compilers in the environment complete with some arch flags.
For example:

```
CC="arm-poky-linux-gnueabi-gcc \
  -march=armv7-a \
  -mfloat-abi=hard \
  -mfpu=neon \
  -mtune=cortex-a9 \
  --sysroot=/home/ubuntu/device/build/tmp/sysroots/pico-imx6"
```

The SConstruct file would fail to find the compiler because it was calling
python's subprocess.check_output which expects the first argument of the list
to be _only_ the name of the executable.

This patch allows the SConstruct script to check the version of the compiler
even with funny environment variables. Instead of appending to the compiler
string and passing `shell=True` to subprocess, split `env['CXX']` into an array
and append `-dumpversion` to that array. Python warns against the use of
`shell=True` in subprocess calls.

6 years agoAdded data folder (For the tests)
Anthony Barbier [Mon, 3 Jul 2017 16:06:50 +0000 (17:06 +0100)]
Added data folder (For the tests)

6 years agoRestored accidentally deleted LICENSE file
Anthony Barbier [Fri, 30 Jun 2017 07:39:19 +0000 (08:39 +0100)]
Restored accidentally deleted LICENSE file

6 years agoAdded reference to Caffe on Compute Library project
Anthony Barbier [Wed, 28 Jun 2017 10:33:54 +0000 (11:33 +0100)]
Added reference to Caffe on Compute Library project

6 years agoarm_compute v17.06
Anthony Barbier [Fri, 23 Jun 2017 14:42:00 +0000 (15:42 +0100)]
arm_compute v17.06

6 years agoMerge pull request #114 from andrew-wja/master
Anthony Barbier [Tue, 23 May 2017 10:36:01 +0000 (11:36 +0100)]
Merge pull request #114 from andrew-wja/master

Add a build flag to control whether or not the example programs get built

6 years agoAdd a build parameter controlling whether or not to build the example programs, defau...
Andrew Anderson [Thu, 18 May 2017 12:50:38 +0000 (13:50 +0100)]
Add a build parameter controlling whether or not to build the example programs, default to off

6 years agoarm_compute v17.05
Anthony Barbier [Thu, 4 May 2017 08:15:15 +0000 (09:15 +0100)]
arm_compute v17.05

7 years agoUpdated README with links to the v17.04 binaries and documentation
Anthony Barbier [Wed, 12 Apr 2017 17:03:27 +0000 (18:03 +0100)]
Updated README with links to the v17.04 binaries and documentation

7 years agoarm_compute v17.04
Anthony Barbier [Wed, 12 Apr 2017 14:12:46 +0000 (15:12 +0100)]
arm_compute v17.04

7 years agoMerge pull request #14 from sundw2014/master
Anthony Barbier [Wed, 5 Apr 2017 09:17:32 +0000 (10:17 +0100)]
Merge pull request #14 from sundw2014/master

fix a bug of checking dimensions in NEGEMMTranspose1xWKernel.cpp

7 years agoMerge pull request #11 from ppwwyyxx/patch-1
Anthony Barbier [Wed, 5 Apr 2017 09:16:53 +0000 (10:16 +0100)]
Merge pull request #11 from ppwwyyxx/patch-1

Include <cerrno>

7 years agoMerge pull request #22 from jlovejoy/patch-1
Anthony Barbier [Wed, 5 Apr 2017 09:14:59 +0000 (10:14 +0100)]
Merge pull request #22 from jlovejoy/patch-1

add license info to README

7 years agoadd license info to README
Jilayne Lovejoy [Tue, 4 Apr 2017 20:11:05 +0000 (14:11 -0600)]
add license info to README

adding explicit statement as to inbound and outbound license to readme

7 years agofix a bug of checking dimensions in NEGEMMTranspose1xWKernel.cpp
sundw2014 [Mon, 3 Apr 2017 03:24:53 +0000 (03:24 +0000)]
fix a bug of checking dimensions in NEGEMMTranspose1xWKernel.cpp

7 years agoInclude <cerrno>
Yuxin Wu [Fri, 31 Mar 2017 21:54:34 +0000 (14:54 -0700)]
Include <cerrno>

When compiling on Linux host to armv7a target following to the tutorial, got error of "errno undeclared". Include this header fixed this problem.

7 years agoAdded link to the binary builds in the README
Anthony Barbier [Fri, 31 Mar 2017 17:25:21 +0000 (18:25 +0100)]
Added link to the binary builds in the README

7 years agoarm_compute v17.03.1
Anthony Barbier [Fri, 24 Mar 2017 14:54:29 +0000 (14:54 +0000)]
arm_compute v17.03.1

7 years agoInitial commit
Richard Christie [Fri, 10 Mar 2017 14:51:44 +0000 (14:51 +0000)]
Initial commit