aboutsummaryrefslogtreecommitdiff
path: root/src/core/CL/CLHelpers.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/CL/CLHelpers.cpp')
-rw-r--r--src/core/CL/CLHelpers.cpp9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/core/CL/CLHelpers.cpp b/src/core/CL/CLHelpers.cpp
index 18ef185ac0..801347e200 100644
--- a/src/core/CL/CLHelpers.cpp
+++ b/src/core/CL/CLHelpers.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2016-2018 ARM Limited.
+ * Copyright (c) 2016-2019 ARM Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -255,4 +255,11 @@ size_t preferred_vector_width(const cl::Device &device, const DataType dt)
return 1;
}
}
+
+bool preferred_dummy_work_items_support(const cl::Device &device)
+{
+ ARM_COMPUTE_UNUSED(device);
+ // TODO (COMPMID-2044)
+ return true;
+}
} // namespace arm_compute