From 2917b495fdfded1d4b0f93beaea8c5c28cc215bd Mon Sep 17 00:00:00 2001 From: Matteo Martincigh Date: Thu, 29 Aug 2019 17:10:55 +0100 Subject: IVGCVSW-3656 Undo wrong rename of the backend control macros * Renamed the cl/neon backend macros to their original values, as they were renamed by mistake * Reverted misleading comment * Updated the readme file !armnn:1837 Change-Id: I49faabae2c8ad196f51eca5f8dd049ecf74b36e1 Signed-off-by: Matteo Martincigh --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 10adc17a..086bf37d 100644 --- a/README.md +++ b/README.md @@ -39,8 +39,8 @@ thus the following should be added to `device.mk` instead: PRODUCT_PACKAGES += android.hardware.neuralnetworks@1.2-service-armnn `Android.mk` contains the module definition of both versions of the ArmNN driver. -Similarly, the Neon or CL backend can be enabled/disabled by setting ARMNN_COMPUTE_CL_ENABLE or -ARMNN_COMPUTE_NEON_ENABLE in `device.mk`: +Similarly, the Neon, CL or reference backend can be enabled/disabled by setting ARMNN_COMPUTE_CL_ENABLE, +ARMNN_COMPUTE_NEON_ENABLE or ARMNN_REF_ENABLE in `device.mk`:
 ARMNN_COMPUTE_CL_ENABLE := 1
 
-- cgit v1.2.1