Enable ARMNN_COMPUTE_CL_ENABLE
Bug: 229340586 Change-Id: Ic0746f6e2e2d8108c4a9bd2d603fad8a93938bbf Signed-off-by: Aaron Ding <aaronding@google.com>
This commit is contained in:
parent
7ef21cb046
commit
6b9a1e0d39
1 changed files with 1 additions and 1 deletions
|
@ -342,7 +342,7 @@ BOARD_EXYNOS_S10B_FORMAT_ALIGN := 64
|
||||||
GPU_SOURCE_PRESENT := $(wildcard vendor/arm/mali/valhall)
|
GPU_SOURCE_PRESENT := $(wildcard vendor/arm/mali/valhall)
|
||||||
GPU_PREBUILD_PRESENT := $(wildcard vendor/google_devices/zebu/prebuilts/libs)
|
GPU_PREBUILD_PRESENT := $(wildcard vendor/google_devices/zebu/prebuilts/libs)
|
||||||
ifneq (,$(strip $(GPU_SOURCE_PRESENT) $(GPU_PREBUILD_PRESENT)))
|
ifneq (,$(strip $(GPU_SOURCE_PRESENT) $(GPU_PREBUILD_PRESENT)))
|
||||||
ARMNN_COMPUTE_CL_ENABLE := 0
|
ARMNN_COMPUTE_CL_ENABLE := 1
|
||||||
else
|
else
|
||||||
ARMNN_COMPUTE_CL_ENABLE := 0
|
ARMNN_COMPUTE_CL_ENABLE := 0
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue