aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/CL/CLOperator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/CL/CLOperator.cpp')
-rw-r--r--src/runtime/CL/CLOperator.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/runtime/CL/CLOperator.cpp b/src/runtime/CL/CLOperator.cpp
index 0052f1aaf7..11ee30eae9 100644
--- a/src/runtime/CL/CLOperator.cpp
+++ b/src/runtime/CL/CLOperator.cpp
@@ -49,5 +49,10 @@ void ICLOperator::prepare(OperatorTensorMap constants)
{
ARM_COMPUTE_UNUSED(constants);
}
+
+MemoryRequirements ICLOperator::workspace() const
+{
+ return {};
+}
} // namespace experimental
} // namespace arm_compute