Skip to content

Commit

Permalink
Add USE_ETHOSU for the config.cmake (apache#9162)
Browse files Browse the repository at this point in the history
This commit adds the cmake variable to enable/disable
building with Arm(R) Ethos(TM)-U NPU codegen support.

Change-Id: I891a1cb0619dd24d749353fe7b156c45356d453f
  • Loading branch information
manupak authored and ylc committed Jan 13, 2022
1 parent 19b732b commit 6d1c81c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmake/config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,9 @@ set(USE_ETHOSN OFF)
# otherwise use ETHOSN_HW (OFF) to use the software test infrastructure
set(USE_ETHOSN_HW OFF)

# Whether to build with Arm(R) Ethos(TM)-U NPU codegen support
set(USE_ETHOSU OFF)

# Whether to build with TensorRT codegen or runtime
# Examples are available here: docs/deploy/tensorrt.rst.
#
Expand Down

0 comments on commit 6d1c81c

Please sign in to comment.