aboutsummaryrefslogtreecommitdiff
path: root/src/dynamic_fusion/sketch/gpu/GpuLogicalKernel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/dynamic_fusion/sketch/gpu/GpuLogicalKernel.cpp')
-rw-r--r--src/dynamic_fusion/sketch/gpu/GpuLogicalKernel.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dynamic_fusion/sketch/gpu/GpuLogicalKernel.cpp b/src/dynamic_fusion/sketch/gpu/GpuLogicalKernel.cpp
index 7746f8bbf3..c560e9a931 100644
--- a/src/dynamic_fusion/sketch/gpu/GpuLogicalKernel.cpp
+++ b/src/dynamic_fusion/sketch/gpu/GpuLogicalKernel.cpp
@@ -79,6 +79,7 @@ void GpuLogicalKernel::add_load_store()
tensors);
_store_components.push_back(std::move(store));
auto success = _comp_group.add_component(_store_components.back().get());
+ ARM_COMPUTE_UNUSED(success);
ARM_COMPUTE_ERROR_ON(!success); // It's guaranteed that any load store insertion should be successful
}
}