aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/CL
diff options
context:
space:
mode:
authorSheri Zhang <sheri.zhang@arm.com>2021-09-07 14:51:49 +0100
committerSheri Zhang <sheri.zhang@arm.com>2021-09-22 11:40:29 +0000
commit79cb9458bad86db95d507bc54299626a555a1e0b (patch)
treec75691cc838cba0347111ad6b6b1d887908bea33 /arm_compute/core/CL
parentcbbb03813b79b7f0274b18436a78a79ff31e469e (diff)
downloadComputeLibrary-79cb9458bad86db95d507bc54299626a555a1e0b.tar.gz
Update OpenCL header file to version 2020.12.18
Resolves: COMPMID-4656 Signed-off-by: Sheri Zhang <sheri.zhang@arm.com> Change-Id: I7735b9828736baa7cdc4690e191a489c824530c6 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/6280 Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Giorgio Arena <giorgio.arena@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'arm_compute/core/CL')
-rw-r--r--arm_compute/core/CL/CLHelpers.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/arm_compute/core/CL/CLHelpers.h b/arm_compute/core/CL/CLHelpers.h
index ce7e675b56..729eb13398 100644
--- a/arm_compute/core/CL/CLHelpers.h
+++ b/arm_compute/core/CL/CLHelpers.h
@@ -31,11 +31,6 @@
#include <set>
#include <string>
-/* CL Device capabilities */
-#define ARM_COMPUTE_LIBRARY_OPENCL_DEVICE_CAPABILITIES_ARM 0x41E4
-/* Workgroup Batch Size Modifier */
-#define ARM_COMPUTE_LIBRARY_OPENCL_EXEC_WBSM_ARM 0x41E6
-
namespace arm_compute
{
class CLCompileContext;