From d9c90fca604ac0359afd5c86eea4f81cd993a401 Mon Sep 17 00:00:00 2001 From: Matteo Martincigh Date: Tue, 27 Aug 2019 09:30:58 +0100 Subject: IVGCVSW-3656 Make the reference backend build optional * Added ARMCOMPUTEREF option to the build guides, as the reference backend is not built by default Change-Id: I2cd8dab12ed72a795ff79fe1087ab8bf7606694e Signed-off-by: Matteo Martincigh --- BuildGuideCrossCompilation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BuildGuideCrossCompilation.md') diff --git a/BuildGuideCrossCompilation.md b/BuildGuideCrossCompilation.md index 396c1fe766..ce0d360b14 100644 --- a/BuildGuideCrossCompilation.md +++ b/BuildGuideCrossCompilation.md @@ -128,7 +128,7 @@ The instructions show how to build the ArmNN core library and the Boost, Protobu -DARMCOMPUTE_ROOT=$HOME/armnn-devenv/ComputeLibrary \ -DARMCOMPUTE_BUILD_DIR=$HOME/armnn-devenv/ComputeLibrary/build/ \ -DBOOST_ROOT=$HOME/armnn-devenv/boost_arm64_install/ \ - -DARMCOMPUTENEON=1 -DARMCOMPUTECL=1 \ + -DARMCOMPUTENEON=1 -DARMCOMPUTECL=1 -DARMCOMPUTEREF=1 \ -DCAFFE_GENERATED_SOURCES=$HOME/armnn-devenv/caffe/build/src \ -DBUILD_CAFFE_PARSER=1 \ -DPROTOBUF_ROOT=$HOME/armnn-devenv/google/x86_64_pb_install/ \ -- cgit v1.2.1