IVGCVSW-3656 Make the reference backend build optional
authorMatteo Martincigh <matteo.martincigh@arm.com>
Tue, 27 Aug 2019 08:30:58 +0000 (09:30 +0100)
committerMatteo Martincigh <matteo.martincigh@arm.com>
Tue, 27 Aug 2019 09:36:56 +0000 (09:36 +0000)
 * Added ARMCOMPUTEREF option to the build guides, as the
   reference backend is not built by default

Change-Id: I2cd8dab12ed72a795ff79fe1087ab8bf7606694e
Signed-off-by: Matteo Martincigh <matteo.martincigh@arm.com>
BuildGuideAndroidNDK.md
BuildGuideCrossCompilation.md

index 45c2262..05ec1cf 100644 (file)
@@ -171,7 +171,7 @@ All downloaded or generated files will be saved inside the `~/armnn-devenv` dire
       -DARMCOMPUTE_ROOT=$HOME/armnn-devenv/ComputeLibrary/ \
       -DARMCOMPUTE_BUILD_DIR=$HOME/armnn-devenv/ComputeLibrary/build \
       -DBOOST_ROOT=$HOME/armnn-devenv/boost/install/ \
-      -DARMCOMPUTENEON=1 -DARMCOMPUTECL=1 \
+      -DARMCOMPUTENEON=1 -DARMCOMPUTECL=1 -DARMCOMPUTEREF=1 \
       -DTF_GENERATED_SOURCES=$HOME/armnn-devenv/google/tf_pb/ -DBUILD_TF_PARSER=1 \
       -DPROTOBUF_ROOT=$HOME/armnn-devenv/google/arm64_pb_install/
        make -j16
index 396c1fe..ce0d360 100644 (file)
@@ -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/ \