Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-02-19 | Spec: add boost version conditions.submit/tizen/20200302.100131accepted/tizen/unified/20200303.032623tizenaccepted/tizen_unified | MyungJoo Ham | 1 | -1/+1 | |
The last commit 7bc432dd496b09a2c8636a044229a72534bc10bc requires boost >= 1.67. Add version requirement in spec file accordingly. There are people who have their own build system with their own set of packages. Let them know what's wrong clearly. Change-Id: If3d1a43234d1f347516b77ef587ea6627cb43be3 Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com> | |||||
2019-12-12 | change boost python libary namesubmit/tizen/20200213.064232accepted/tizen/unified/20200217.213811 | Inki Dae | 1 | -1/+2 | |
boost python library name has been changed to libboost-python27 from libboost-python since Boost 1.67. Changelog v2: - added a comment from Geunsik Lim. Change-Id: I5caead3e2a910ffa8364f817637d1ec97eeab2c0 Signed-off-by: Inki Dae <inki.dae@samsung.com> | |||||
2018-12-07 | Add armcl v18.11 supporttizen_5.5.m2_releasesubmit/tizen_5.5_wearable_hotfix/20201026.184306submit/tizen_5.5_mobile_hotfix/20201026.185106submit/tizen_5.5/20191031.000010submit/tizen/20190109.014104submit/tizen/20190109.005305accepted/tizen/unified/20190109.060119accepted/tizen/5.5/unified/wearable/hotfix/20201027.102807accepted/tizen/5.5/unified/mobile/hotfix/20201027.062716accepted/tizen/5.5/unified/20191031.004335tizen_5.5_wearable_hotfixtizen_5.5_tvtizen_5.5_mobile_hotfixtizen_5.5armcl-v18.11accepted/tizen_5.5_unified_wearable_hotfixaccepted/tizen_5.5_unified_mobile_hotfixaccepted/tizen_5.5_unified | Inki Dae | 2 | -2/+7 | |
This patch fixes a build error with armcl v18.08 by correcting a parameter type of configure function of FullyConnectedLayer. Change-Id: I1755b1bee083f099ae7cf0095e4fadc60cb1a690 Signed-off-by: Inki Dae <inki.dae@samsung.com> | |||||
2018-10-08 | examples: measure performance of inference | Inki Dae | 2 | -12/+34 | |
Signed-off-by: Inki Dae <inki.dae@samsung.com> | |||||
2018-08-28 | Uncomment 'OPENCV_VERSION := 3'submit/tizen_5.0/20181101.000006submit/tizen/20180912.060823submit/tizen/20180911.010837submit/tizen/20180911.000549submit/tizen/20180831.042751accepted/tizen/unified/20180911.055438accepted/tizen/5.0/unified/20181102.025009tizen_5.0accepted/tizen_5.0_unified | Tae-Young Chung | 1 | -1/+1 | |
Since Tizen 5.0, OpenCV support Version 3. Currently OpenCV 3.4.1 version is supported. Change-Id: I8daeaca417bb24121b96fa7cf458ee5980be27a8 Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com> | |||||
2018-08-23 | packaging: clean up spec filesubmit/tizen/20180830.072504accepted/tizen/unified/20180831.061617 | Inki Dae | 1 | -36/+0 | |
Change-Id: I7b2aec0073e78fb4c6962ba1c01ca8b1fdd19e7c Signed-off-by: Inki Dae <inki.dae@samsung.com> | |||||
2018-08-23 | Revert "packaging: fix aarch64 build fail" | Inki Dae | 1 | -4/+0 | |
This reverts commit 4c616db93adc6eb4ca42ad8dcbe0bf224edbb505. Change-Id: Ie5efb788cb8766a1c8e3cf718258977d0a2f6ec0 Signed-off-by: Inki Dae <inki.dae@samsung.com> | |||||
2018-08-23 | packaging: fix aarch64 build failsubmit/tizen/20180831.083503submit/tizen/20180823.043424accepted/tizen/unified/20180831.165206accepted/tizen/unified/20180823.072201 | Inki Dae | 1 | -0/+4 | |
Fixed aarch64 build fail because it cannot install libarmcl package for aarch64 so this patch fixes this issue by correcting libarmcl package name for aarch64. Change-Id: Ie4836fa87ff111932690ff0d9fd6814489a2c86a Signed-off-by: Inki Dae <inki.dae@samsung.com> | |||||
2018-07-02 | packaging: install caffe.pb files correctlysubmit/tizen/20180823.020014 | Inki Dae | 1 | -1/+3 | |
Change-Id: Ie573d705bf7c3b4c14175bf6decb4394ae53c79a Signed-off-by: Inki Dae <inki.dae@samsung.com> | |||||
2018-06-07 | packaging: fix install path | Inki Dae | 1 | -6/+7 | |
Change-Id: I20c54b7730de91e432dd35f63b29dc75e8dd6107 Signed-off-by: Inki Dae <inki.dae@samsung.com> | |||||
2018-03-16 | Enable OPENMP | Inki Dae | 1 | -0/+1 | |
This patch enables USB_OPENMP config for CaffeOnACL to support parallel programming which makes tasks to be performed in multiple threads. Change-Id: Ie300ca13e7cd1196894313673aceded9aefd2901 Signed-off-by: Inki Dae <inki.dae@samsung.com> | |||||
2018-03-05 | packaging: remove unnecessary build requires | Inki Dae | 1 | -3/+0 | |
This patch removes unnecessary build requires, libdlog, opengl-es-mali-midgard and python-PyYAML. Change-Id: Ic9a0fa34e67b2ac68b4facc03336febf19c9e0d9 Signed-off-by: Inki Dae <inki.dae@samsung.com> | |||||
2018-02-27 | uncomment the use of OpenCV ver 3.0 | Inki Dae | 1 | -3/+3 | |
Tizen doesn't support OpenCV ver 3.0 but 2.4.x so this patch uncomments the use of OpenCV ver 3.0 Signed-off-by: Inki Dae <inki.dae@samsung.com> | |||||
2018-02-27 | packaging: add spec file for Tizen | Inki Dae | 2 | -0/+133 | |
Signed-off-by: Inki Dae <inki.dae@samsung.com> | |||||
2018-02-10 | project name fixedHEADmaster | xuhaibing | 1 | -4/+4 | |
2018-02-09 | documents fixed | huifang | 5 | -12/+14 | |
2018-01-31 | documnets reversion | huifang | 4 | -3/+6 | |
2018-01-31 | v0.5.0 | huifang | 49 | -1546/+2591 | |
2017-12-19 | add ACL version | guohuijiang1234 | 1 | -0/+1 | |
2017-11-24 | updata Makefile | guohuijiang1234 | 2 | -3/+3 | |
2017-11-24 | updata doc | guohuijiang1234 | 1 | -0/+0 | |
2017-11-24 | updata Doc | guohuijiang1234 | 2 | -0/+1 | |
2017-11-24 | modify url path | guohuijiang1234 | 2 | -2/+2 | |
2017-11-07 | modify makefile | guohuijiang1234 | 3 | -28/+46 | |
2017-11-06 | modify installation.md and user_manual.pdf | guohuijiang1234 | 2 | -27/+35 | |
2017-10-23 | update performance report | xuhaibing | 2 | -1/+3 | |
2017-10-20 | 1. support ACL v17.10 | honggui | 4 | -13/+9 | |
2. the performance of pooling was increased 30X 3. Removing CORASE timer | |||||
2017-10-12 | docs reversion | xuhaibing | 1 | -0/+0 | |
2017-10-11 | Reversion Guide | xuhaibing | 1 | -64/+0 | |
2017-10-11 | reversion 0.4.0 | xuhaibing | 2 | -0/+0 | |
2017-10-11 | Update installation.md | xuhaibing | 1 | -1/+1 | |
2017-10-11 | Update README.md | xuhaibing | 1 | -1/+7 | |
Update support Arm Compute Library 17.09 | |||||
2017-10-11 | revised an compatibility issue with the new ACL 17.09 version. Documents ↵ | honggui | 3 | -4/+5 | |
will be updated later on | |||||
2017-10-10 | ACL concat function is not stable enough yet. Bypass it till the issue was ↵ | honggui | 1 | -1/+2 | |
fixed. | |||||
2017-09-27 | add multicore test information | xuhaibing | 2 | -0/+0 | |
2017-09-25 | Update installation.md | xuhaibing | 1 | -1/+1 | |
2017-09-25 | correct description of SoC | xuhaibing | 1 | -0/+0 | |
2017-09-24 | Delete openailab.png | xuhaibing | 1 | -0/+0 | |
2017-09-24 | Update README.md | xuhaibing | 1 | -1/+1 | |
2017-09-24 | Update README.md | xuhaibing | 1 | -1/+1 | |
2017-09-24 | change reademe | xuhaibing | 2 | -25/+89 | |
2017-09-24 | change readme.md | xuhaibing | 2 | -81/+64 | |
2017-09-24 | Update release_notes.md | xuhaibing | 1 | -7/+7 | |
2017-09-24 | Update release_notes.md | xuhaibing | 1 | -5/+3 | |
2017-09-24 | Update README.md | xuhaibing | 1 | -10/+0 | |
2017-09-24 | Update release_notes.md | xuhaibing | 1 | -2/+2 | |
2017-09-24 | Update release_notes.md | xuhaibing | 1 | -5/+4 | |
2017-09-24 | Update release_notes.md | xuhaibing | 1 | -1/+1 | |
2017-09-24 | Update release_notes.md | xuhaibing | 1 | -4/+4 | |
2017-09-24 | Update release_notes.md | xuhaibing | 1 | -11/+5 | |