aboutsummaryrefslogtreecommitdiff
path: root/src/dynamic_fusion/sketch/gpu/components/cl/ClComponentActivation.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/dynamic_fusion/sketch/gpu/components/cl/ClComponentActivation.cpp')
-rw-r--r--src/dynamic_fusion/sketch/gpu/components/cl/ClComponentActivation.cpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/dynamic_fusion/sketch/gpu/components/cl/ClComponentActivation.cpp b/src/dynamic_fusion/sketch/gpu/components/cl/ClComponentActivation.cpp
index 6eaa45c25d..3e8d256a08 100644
--- a/src/dynamic_fusion/sketch/gpu/components/cl/ClComponentActivation.cpp
+++ b/src/dynamic_fusion/sketch/gpu/components/cl/ClComponentActivation.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 Arm Limited.
+ * Copyright (c) 2022-2023 Arm Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -32,7 +32,6 @@ namespace experimental
{
namespace dynamic_fusion
{
-
Status ClComponentActivation::validate(const Properties &properties,
const ArgumentPack<ITensorInfo> &tensors,
const Attributes &attributes)
@@ -70,6 +69,10 @@ ClComponentActivation::ClComponentActivation(ComponentId
{
}
+ClComponentActivation::~ClComponentActivation()
+{
+}
+
const IGpuTemplateComponentWriter *ClComponentActivation::template_writer() const
{
return _component_writer.get();