Skip to content

Commit

Permalink
[gbs] Disable armcl backend on tizen (Samsung#10486)
Browse files Browse the repository at this point in the history
This commit disables armcl (neon, cl) backend on tizen.

ONE-DCO-1.0-Signed-off-by: Hyeongseok Oh <[email protected]>
  • Loading branch information
hseok-oh authored Mar 6, 2023
1 parent 0ee2029 commit 04a386a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
1 change: 1 addition & 0 deletions infra/nnfw/cmake/options/options_aarch64-tizen.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#
option(BUILD_ARMCOMPUTE "Build ARM Compute from the downloaded source" OFF)
option(BUILD_TENSORFLOW_LITE "Build TensorFlow Lite from the downloaded source" OFF)
option(DOWNLOAD_ARMCOMPUTE "Build ARM Compute from the downloaded source" OFF)
option(DOWNLOAD_NEON2SSE "Download NEON2SSE library source" OFF)
option(DOWNLOAD_GTEST "Download Google Test source and build Google Test" OFF)

Expand Down
1 change: 1 addition & 0 deletions infra/nnfw/cmake/options/options_armv7hl-tizen.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#
option(BUILD_ARMCOMPUTE "Build ARM Compute from the downloaded source" OFF)
option(BUILD_TENSORFLOW_LITE "Build TensorFlow Lite from the downloaded source" OFF)
option(DOWNLOAD_ARMCOMPUTE "Build ARM Compute from the downloaded source" OFF)
option(DOWNLOAD_NEON2SSE "Download NEON2SSE library source" OFF)
option(DOWNLOAD_GTEST "Download Google Test source and build Google Test" OFF)

Expand Down
1 change: 1 addition & 0 deletions infra/nnfw/cmake/options/options_armv7l-tizen.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#
option(BUILD_ARMCOMPUTE "Build ARM Compute from the downloaded source" OFF)
option(BUILD_TENSORFLOW_LITE "Build TensorFlow Lite from the downloaded source" OFF)
option(DOWNLOAD_ARMCOMPUTE "Build ARM Compute from the downloaded source" OFF)
option(DOWNLOAD_NEON2SSE "Download NEON2SSE library source" OFF)
option(DOWNLOAD_GTEST "Download Google Test source and build Google Test" OFF)

Expand Down
6 changes: 0 additions & 6 deletions packaging/nnfw.spec
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,6 @@ Source3019: FLATBUFFERS-2.0.tar.gz

BuildRequires: cmake

%ifarch %{arm} aarch64
# Require python for acl-ex library build pre-process
BuildRequires: python3
BuildRequires: libarmcl-devel >= v21.02
%endif

Requires(post): /sbin/ldconfig
Requires(postun): /sbin/ldconfig

Expand Down

0 comments on commit 04a386a

Please sign in to comment.