summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
JinWang An [Wed, 13 Mar 2024 08:37:12 +0000 (17:37 +0900)]
Add python3-setuptools dependency for python 3.12
Change-Id: I104f977c5f41edf14c2ddb89f22255877d8cc482
Signed-off-by: JinWang An <jinwang.an@samsung.com>
Chunseok Lee [Mon, 11 Mar 2024 05:25:40 +0000 (05:25 +0000)]
Merge "Fix gio-unix-2.0 patch for glib 2.78.4" into tizen
Chunseok Lee [Thu, 7 Mar 2024 07:55:55 +0000 (16:55 +0900)]
Fix coverity major defects
- list of fixed defects
| 6 | Major | 1738991 | Undecided | AUTO_CAUSES_COPY | /home/abuild/rpmbuild/BUILD/nnfw-1.25.0/runtime/onert/core/src/dumper/dot/OperandNode.cc:38 | R |
| 7 | Major | 1739127 | Undecided | AUTO_CAUSES_COPY | /home/abuild/rpmbuild/BUILD/nnfw-1.25.0/runtime/libs/benchmark/src/Result.cpp:164 | R |
| 9 | Major | 1740270 | Undecided | AUTO_CAUSES_COPY | /home/abuild/rpmbuild/BUILD/nnfw-1.25.0/runtime/onert/core/src/compiler/StaticShapeInferer.cc:806 | R |
| 11 | Major | 1741349 | Undecided | AUTO_CAUSES_COPY | /home/abuild/rpmbuild/BUILD/nnfw-1.25.0/runtime/onert/backend/cpu/KernelGenerator.cc:632 | R |
| 12 | Major | 1742302 | Undecided | AUTO_CAUSES_COPY | /home/abuild/rpmbuild/BUILD/nnfw-1.25.0/runtime/libs/benchmark/src/Result.cpp:160 | R |
| 13 | Major | 1742935 | Undecided | AUTO_CAUSES_COPY | /home/abuild/rpmbuild/BUILD/nnfw-1.25.0/compute/cker/include/cker/operation/Helper/MatmulBCast.h:66 | R |
| 14 | Major | 1743063 | Undecided | AUTO_CAUSES_COPY | /home/abuild/rpmbuild/BUILD/nnfw-1.25.0/runtime/onert/backend/cpu/KernelGenerator.cc:310 | R |
| 17 | Major | 1744612 | Undecided | AUTO_CAUSES_COPY | /home/abuild/rpmbuild/BUILD/nnfw-1.25.0/runtime/onert/backend/gpu_cl/KernelGenerator.cc:113 | R |
| 19 | Major | 1745118 | Undecided | AUTO_CAUSES_COPY | /home/abuild/rpmbuild/BUILD/nnfw-1.25.0/runtime/onert/backend/gpu_cl/KernelGenerator.cc:517 | R |
| 23 | Major | 1747394 | Undecided | AUTO_CAUSES_COPY | /home/abuild/rpmbuild/BUILD/nnfw-1.25.0/compute/cker/include/cker/operation/Helper/MatmulBCast.h:65 | R |
| 25 | Major | 1748390 | Undecided | AUTO_CAUSES_COPY | /home/abuild/rpmbuild/BUILD/nnfw-1.25.0/runtime/libs/benchmark/src/Result.cpp:169 | R |
SaeHie Park [Mon, 15 Jan 2024 06:25:02 +0000 (15:25 +0900)]
Use auto reference for static analysis warnings (#12472)
This will revise to use auto reference to fix static analysis warnings.
ONE-DCO-1.0-Signed-off-by: SaeHie Park <saehie.park@gmail.com>
JinWang An [Wed, 6 Mar 2024 06:23:30 +0000 (15:23 +0900)]
Fix gio-unix-2.0 patch for glib 2.78.4
Change-Id: Ia239358a77b0d937c7e9e5143e657990f5dd8747
Signed-off-by: JinWang An <jinwang.an@samsung.com>
seongwoo chae [Tue, 30 Jan 2024 21:21:18 +0000 (06:21 +0900)]
Prevent overflow from bit shifting (#12566)
This commit prevents an overflow from bit shifting.
ONE-DCO-1.0-Signed-off-by: seongwoo <mhs4670go@naver.com>
seongwoo chae [Tue, 30 Jan 2024 21:21:56 +0000 (06:21 +0900)]
Prevent overflow from bit shifting (#12567)
This commit prevents an overflow from bit shifting.
ONE-DCO-1.0-Signed-off-by: seongwoo <mhs4670go@naver.com>
seongwoo chae [Tue, 30 Jan 2024 21:22:50 +0000 (06:22 +0900)]
Casting to larger dtype before performing arithmetic (#12568)
This commit casts to larger dtype before performing arithmetic.
ONE-DCO-1.0-Signed-off-by: seongwoo <mhs4670go@naver.com>
Sanggyu Lee [Mon, 8 Jan 2024 05:59:46 +0000 (14:59 +0900)]
&& to const & AND rm use_node_inputs
Sanggyu Lee [Mon, 8 Jan 2024 04:54:23 +0000 (13:54 +0900)]
Add & to auto to make static analyzer happy
It adds & to make static analyzer happy.
It may help remove copy for non-primitive type.
In addition, some variables of auto turned out not-used variables.
All un-used variables of auto are removed also.
ONE-DCO-1.0-Signed-off-by: Sanggyu Lee <sg5.lee@samsung.com>
Hyeongseok Oh [Wed, 20 Dec 2023 07:06:21 +0000 (16:06 +0900)]
RISC-V tizen build
- enable risc-v 64bit tizen build
Signed-off-by: Chunseok Lee <chunseok.lee@samsung.com>
Hyeongseok Oh [Fri, 8 Sep 2023 13:23:10 +0000 (22:23 +0900)]
Fix build fail
This commit fixes build fail on x86_64, ix86, armv7hl tizen.
ONE-DCO-1.0-Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
Hyeongseok Oh [Fri, 8 Sep 2023 10:51:25 +0000 (10:51 +0000)]
Imported Upstream version 1.25.0
Hyeongseok Oh [Tue, 25 Apr 2023 06:20:49 +0000 (15:20 +0900)]
Imported Upstream version 1.22.1
Hyeongseok Oh [Wed, 12 Apr 2023 06:42:02 +0000 (15:42 +0900)]
Imported Upstream version 1.22.0
Chunseok Lee [Wed, 7 Sep 2022 10:04:21 +0000 (19:04 +0900)]
Imported Upstream version 1.21.0
Chunseok Lee [Fri, 15 Apr 2022 10:15:11 +0000 (19:15 +0900)]
Imported Upstream version 1.20.0
Chunseok Lee [Mon, 15 Nov 2021 01:54:00 +0000 (10:54 +0900)]
Imported Upstream version 1.19.0
Chunseok Lee [Tue, 19 Oct 2021 02:32:46 +0000 (11:32 +0900)]
Imported Upstream version 1.18.0
Chunseok Lee [Mon, 23 Aug 2021 04:25:15 +0000 (13:25 +0900)]
Imported Upstream version 1.17.0
Chunseok Lee [Tue, 20 Apr 2021 09:01:41 +0000 (18:01 +0900)]
Imported Upstream version 1.15.0
Chunseok Lee [Mon, 14 Dec 2020 05:43:43 +0000 (14:43 +0900)]
Imported Upstream version 1.12.0
Chunseok Lee [Mon, 14 Dec 2020 05:43:21 +0000 (14:43 +0900)]
Imported Upstream version 1.11.1
Chunseok Lee [Mon, 14 Dec 2020 05:43:04 +0000 (14:43 +0900)]
Imported Upstream version 1.11.0
Chunseok Lee [Thu, 29 Oct 2020 04:12:50 +0000 (13:12 +0900)]
Imported Upstream version 0.4
Chunseok Lee [Wed, 28 Oct 2020 03:16:55 +0000 (12:16 +0900)]
Imported Upstream version 1.10.0
Chunseok Lee [Sat, 5 Sep 2020 12:49:46 +0000 (21:49 +0900)]
Imported Upstream version 1.9.0
Chunseok Lee [Fri, 14 Aug 2020 06:19:19 +0000 (15:19 +0900)]
Imported Upstream version 1.8.0
Chunseok Lee [Thu, 30 Jul 2020 02:32:26 +0000 (11:32 +0900)]
Imported Upstream version 1.7.0
Chunseok Lee [Thu, 23 Apr 2020 05:45:49 +0000 (14:45 +0900)]
Imported Upstream version 1.4.0
Chunseok Lee [Wed, 4 Mar 2020 09:09:24 +0000 (18:09 +0900)]
Imported Upstream version 1.1.0
Chunseok Lee [Tue, 8 Jan 2019 08:36:34 +0000 (17:36 +0900)]
Imported Upstream version 0.3
Chunseok Lee [Tue, 18 Sep 2018 07:53:40 +0000 (16:53 +0900)]
Imported Upstream version 0.2
Chunseok Lee [Fri, 4 May 2018 08:57:16 +0000 (17:57 +0900)]
Imported Upstream version 0.1
Tizen Infrastructure [Thu, 3 May 2018 00:52:45 +0000 (00:52 +0000)]
Initial empty repository