Skip to content

Commit

Permalink
Add USE_ETHOSU for the config.cmake
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 committed Oct 1, 2021
1 parent 1f130ec commit 36d4de7
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 36d4de7

Please sign in to comment.