From 4ffc42afafc8e6eee9917ac27b4bc510973335bf Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Tue, 1 Dec 2020 16:28:24 +0000 Subject: Add support for G78 instance Resolves:COMPMID-4034 Signed-off-by: Georgios Pinitas Change-Id: I6f18705c6060cab41db9168c03f1f4bb87393057 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/4632 Tested-by: Arm Jenkins Reviewed-by: Michalis Spyrou Comments-Addressed: Arm Jenkins --- utils/TypePrinter.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'utils') diff --git a/utils/TypePrinter.h b/utils/TypePrinter.h index 372d4e7629..3996d0ddce 100644 --- a/utils/TypePrinter.h +++ b/utils/TypePrinter.h @@ -2049,8 +2049,8 @@ inline ::std::ostream &operator<<(::std::ostream &os, const GPUTarget &gpu_targe case GPUTarget::G77: os << "G77"; break; - case GPUTarget::TBOX: - os << "TBOX"; + case GPUTarget::G78: + os << "G78"; break; case GPUTarget::TODX: os << "TODX"; -- cgit v1.2.1