From b03f7c5c780fe2df23eb8c5c1b4b1d65bd7f0339 Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Thu, 12 Jul 2018 10:49:53 +0100 Subject: COMPMID-1188 : Rename TNOX to Mali-G76 Change-Id: I136f7aa4bca268abd4fbe4f6ce4bcc2708ec3671 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/139689 Tested-by: Jenkins Reviewed-by: Anthony Barbier --- src/core/GPUTarget.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/core/GPUTarget.cpp') diff --git a/src/core/GPUTarget.cpp b/src/core/GPUTarget.cpp index 547456533a..a14a9c9971 100644 --- a/src/core/GPUTarget.cpp +++ b/src/core/GPUTarget.cpp @@ -51,9 +51,9 @@ arm_compute::GPUTarget get_bifrost_target(const std::string &version) { return arm_compute::GPUTarget::G51LIT; } - else if(version == "TNOX") + else if(version == "G76") { - return arm_compute::GPUTarget::TNOX; + return arm_compute::GPUTarget::G76; } else if(version == "TTRX") { @@ -106,7 +106,7 @@ const std::string &string_from_target(GPUTarget target) { GPUTarget::G51, "g51" }, { GPUTarget::G51BIG, "g51big" }, { GPUTarget::G51LIT, "g51lit" }, - { GPUTarget::TNOX, "tnox" }, + { GPUTarget::G76, "g76" }, { GPUTarget::TTRX, "ttrx" }, { GPUTarget::TBOX, "tbox" } }; -- cgit v1.2.1