summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-03-28packaging: package libarm_compute_graph.so librarysubmit/tizen/20180418.060816accepted/tizen/unified/20180419.075938sandbox/inki.dae/v18.03Inki Dae1-0/+1
Packaged libarm_compute_graph.so library. This library is required when user, NN runtime, wants to use armcl graph call. Change-Id: I9017258b34bd2ed5b25574c60d1dde1ecb215a3b Signed-off-by: Inki Dae <inki.dae@samsung.com>
2018-03-28packaging: correct versionInki Dae1-1/+1
Change-Id: Ic66faf8a50b4ca0da903998aa929687e1e59c655 Signed-off-by: Inki Dae <inki.dae@samsung.com>
2018-03-28packaging: build OpenGL ES supportInki Dae1-0/+1
Change-Id: Id713190c5f9596b9fdbe8db86c33fe8af3aaa48d Signed-off-by: Inki Dae <inki.dae@samsung.com>
2018-03-28packaging: install OpenCL stub libraryInki Dae1-0/+2
This patch installs libOpenCL.so file to /usr/lib/, which is just a stub library to build CaffeOnACL or other with GPU. Actual OpenCL library should be installed manually. Change-Id: Ica7c81c10566543ec2547452b2c696e39705382f Signed-off-by: Inki Dae <inki.dae@samsung.com>
2018-03-28packaging: change package nameInki Dae2-6/+6
The name, libacl, is conflicted with one which is used by btrfs.progs package so this patch changes the name to 'libarmcl' Change-Id: I313e12597cbffdbc6eddbdfb37328fedc590c225 Signed-off-by: Inki Dae <inki.dae@samsung.com>
2018-03-28packaging: cleanup spec fileInki Dae1-9/+31
It makes a release package and corrects package names, which removes the use of duplicated version string. Change-Id: I63075aebc5b7b2708c16c13072c9aebbb2fbc8be Signed-off-by: Inki Dae <inki.dae@samsung.com>
2018-03-28packaging: add spec file for Tizen buildInki Dae2-0/+153
Change-Id: Ief403afb2e29f47aaa5e5a38432a72e4bdae50dd Signed-off-by: Inki Dae <inki.dae@samsung.com>
2018-03-28modify toolchain setting for Tizen buildInki Dae1-6/+6
Signed-off-by: Inki Dae <inki.dae@samsung.com>
2018-03-26Bugfix: fixing trivial typo in enum value definition for A53. (#394)Adam Charytoniuk1-1/+1
2018-03-02arm_compute v18.03Jenkins5024-21237/+22671
Change-Id: I8f9a2a9d32a6cab019b8504d313216f28671f9f5
2018-02-23arm_compute v18.02Anthony Barbier6983-95787/+191502
Change-Id: I7207aa488e5470f235f39b6c188b4678dc38d1a6
2018-02-16Bugfix for NumPyBinLoader with SubTensor output. (#345)hakanardo1-2/+3
* 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
2018-02-14Bugfix: must zero all values in all slices (#343)wr01123581-1/+1
2018-02-14fix warning hit with Android clang version 5.0.300080 (#348)jasonrandrews1-3/+0
2018-01-24arm_compute v18.01Anthony Barbier6719-132849/+193914
Change-Id: I9bfa178c2e38bfd5fc812e62aab6760d87748e05
2018-01-24Merge pull request #325 from lukeiwanski/feature/no_exceptionsAnthony Barbier1-0/+2
ARM_COMPUTE_NO_EXCEPTIONS macro guard
2018-01-24arm_compute v17.12Anthony Barbier10821-330518/+533326
2017-10-23Update AlexNet example with accessorsAnthony Barbier5-23/+317
2017-10-23Merge pull request #244 from forresti/fix-commentAnthony Barbier1-1/+1
fix comment
2017-10-23Merge pull request #258 from giorgio-arena/patch-1Anthony Barbier1-4/+8
Update 00_introduction.dox
2017-10-23Update 00_introduction.doxgiorgio-arena1-4/+8
2017-10-16fix commentForrest Iandola1-1/+1
typo kernerl's --> kernel's
2017-10-12arm_compute v17.10Kaizen4335-40253/+78050
Change-Id: If1489af40eccd0219ede8946577afbf04db31b29
2017-09-28arm_compute v17.09Kaizen9145-189797/+655790
Change-Id: I4bf8f4e6e5f84ce0d5b6f5ba570d276879f42a81
2017-08-25Merge pull request #195 from DensityCo/masterAnthony Barbier1-1/+1
Fix Yocto cross-compiles
2017-08-07Fix Yocto cross-compilesbradford barr1-1/+1
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.
2017-07-03Added data folder (For the tests)Anthony Barbier74-0/+85433
2017-06-30Restored accidentally deleted LICENSE fileAnthony Barbier1-0/+21
2017-06-28Added reference to Caffe on Compute Library projectAnthony Barbier1-0/+4
2017-06-23arm_compute v17.06Anthony Barbier4088-30505/+257051
2017-05-23Merge pull request #114 from andrew-wja/masterAnthony Barbier2-24/+27
Add a build flag to control whether or not the example programs get built
2017-05-22Add a build parameter controlling whether or not to build the example ↵Andrew Anderson2-24/+27
programs, default to off
2017-05-04arm_compute v17.05Anthony Barbier1489-10899/+10801
2017-04-12Updated README with links to the v17.04 binaries and documentationAnthony Barbier1-3/+3
2017-04-12arm_compute v17.04Anthony Barbier1746-11113/+20362
2017-04-05Merge pull request #14 from sundw2014/masterAnthony Barbier1-3/+3
fix a bug of checking dimensions in NEGEMMTranspose1xWKernel.cpp
2017-04-05Merge pull request #11 from ppwwyyxx/patch-1Anthony Barbier1-2/+2
Include <cerrno>
2017-04-05Merge pull request #22 from jlovejoy/patch-1Anthony Barbier1-0/+1
add license info to README
2017-04-04add license info to READMEJilayne Lovejoy1-0/+1
adding explicit statement as to inbound and outbound license to readme
2017-04-03fix a bug of checking dimensions in NEGEMMTranspose1xWKernel.cppsundw20141-3/+3
2017-03-31Include <cerrno>Yuxin Wu1-2/+2
When compiling on Linux host to armv7a target following to the tutorial, got error of "errno undeclared". Include this header fixed this problem.
2017-03-31Added link to the binary builds in the READMEAnthony Barbier1-0/+2
2017-03-24arm_compute v17.03.1Anthony Barbier4131-0/+481225
2017-03-10Initial commitRichard Christie1-0/+21