From 1d7cbb99d2a34abd15f3b6c2e017115736cd90cc Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Mon, 10 Dec 2018 13:55:01 +0000 Subject: COMPMID-1451: Accept GC instead of GLES as a target in graph tests. Change-Id: I722a9a560ce397e8ac3a36576a1b7001fd0b7f7a Reviewed-on: https://review.mlplatform.org/374 Reviewed-by: Isabella Gottardi Tested-by: Arm Jenkins --- src/graph/TypeLoader.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/graph') diff --git a/src/graph/TypeLoader.cpp b/src/graph/TypeLoader.cpp index 096188a7f9..e0ba7e2d50 100644 --- a/src/graph/TypeLoader.cpp +++ b/src/graph/TypeLoader.cpp @@ -83,7 +83,7 @@ Target target_from_name(const std::string &name) { { "neon", Target::NEON }, { "cl", Target::CL }, - { "gles", Target::GC }, + { "gc", Target::GC }, }; #ifndef ARM_COMPUTE_EXCEPTIONS_DISABLED -- cgit v1.2.1