aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoritz Pflanzer <moritz.pflanzer@arm.com>2017-09-15 15:08:12 +0100
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:35:24 +0000
commit12532842bb8adaffaa2652f5083d74b6b85eaf34 (patch)
treec889ddaae9f4e4d0cabef3cf01cf1478e7bebe4e
parent51db22c29e84dd977d03d1d823568769d7690fc6 (diff)
downloadComputeLibrary-12532842bb8adaffaa2652f5083d74b6b85eaf34.tar.gz
COMPMID-417: Fix setting CL target
Change-Id: I4a8fc2ca55d6702ab2730de1012d6ef223395ef5 Reviewed-on: http://mpd-gerrit.cambridge.arm.com/87904 Tested-by: Kaizen <jeremy.johnson+kaizengerrit@arm.com> Reviewed-by: Anthony Barbier <anthony.barbier@arm.com>
-rw-r--r--src/core/CL/CLHelpers.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/CL/CLHelpers.cpp b/src/core/CL/CLHelpers.cpp
index 6bc82a23f6..c9b602d54a 100644
--- a/src/core/CL/CLHelpers.cpp
+++ b/src/core/CL/CLHelpers.cpp
@@ -33,7 +33,7 @@ namespace
{
arm_compute::GPUTarget get_bifrost_target(const std::string &name)
{
- arm_compute::GPUTarget target = arm_compute::GPUTarget::MIDGARD;
+ arm_compute::GPUTarget target = arm_compute::GPUTarget::BIFROST;
if(name == "G7")
{