From 55b1cda7d242ceb22963fd40370c2e6dbbb074ba Mon Sep 17 00:00:00 2001 From: Nattapat Chaimanowong Date: Wed, 10 Oct 2018 14:51:27 +0100 Subject: IVGCVSW-1951 Remove type templating from ClConstantWorkload Change-Id: Ib2c9fe56c59aedabeff899a81a0afe260bd57c9f --- src/backends/cl/workloads/ClConstantUint8Workload.cpp | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 src/backends/cl/workloads/ClConstantUint8Workload.cpp (limited to 'src/backends/cl/workloads/ClConstantUint8Workload.cpp') diff --git a/src/backends/cl/workloads/ClConstantUint8Workload.cpp b/src/backends/cl/workloads/ClConstantUint8Workload.cpp deleted file mode 100644 index a5ef0321cd..0000000000 --- a/src/backends/cl/workloads/ClConstantUint8Workload.cpp +++ /dev/null @@ -1,18 +0,0 @@ -// -// Copyright © 2017 Arm Ltd. All rights reserved. -// SPDX-License-Identifier: MIT -// - -#include "ClConstantUint8Workload.hpp" -#include "ClWorkloadUtils.hpp" - -namespace armnn -{ - -void ClConstantUint8Workload::Execute() const -{ - ARMNN_SCOPED_PROFILING_EVENT_CL("ClConstantUint8Workload_Execute"); - ClBaseConstantWorkload::Execute(); -} - -} //namespace armnn -- cgit v1.2.1