From ea11354602991505d3ae183ca93d50c578a2df3f Mon Sep 17 00:00:00 2001 From: Sheri Zhang Date: Wed, 5 May 2021 16:04:49 +0100 Subject: Remove deprecated functions - CLTuner deprecated functions will be removed in 21.08 - CLMap will not be deprecated anymore Partially resolve: COMPMID-4471 Signed-off-by: Sheri Zhang Change-Id: I8fe4f93bf88a512017d433eeec1c025402a0ac24 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/5580 Tested-by: Arm Jenkins Reviewed-by: Michele Di Giorgio Comments-Addressed: Arm Jenkins --- arm_compute/runtime/CL/CLTuner.h | 8 ++++---- arm_compute/runtime/CL/functions/CLRemap.h | 2 -- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/arm_compute/runtime/CL/CLTuner.h b/arm_compute/runtime/CL/CLTuner.h index e1c98bf411..f1bae3f8dc 100644 --- a/arm_compute/runtime/CL/CLTuner.h +++ b/arm_compute/runtime/CL/CLTuner.h @@ -79,7 +79,7 @@ public: * * @return tuner_mode Indicates how exhaustive the search for the optimal tuning parameters should be while tuning * - * @deprecated This function is deprecated and is intended to be removed in 21.05 release + * @deprecated This function is deprecated and is intended to be removed in 21.08 release */ CLTunerMode get_tuner_mode() const; @@ -88,7 +88,7 @@ public: * @param[in] kernel_id Unique identifiant of the kernel * @param[in] optimal_lws Optimal local workgroup size to use for the given kernel * - * @deprecated This function is deprecated and is intended to be removed in 21.05 release + * @deprecated This function is deprecated and is intended to be removed in 21.08 release */ ARM_COMPUTE_DEPRECATED_REL_REPLACE(21.02, add_tuning_params) void add_lws_to_table(const std::string &kernel_id, cl::NDRange optimal_lws); @@ -104,7 +104,7 @@ public: * * @param[in] lws_table The unordered_map container to import * - * @deprecated This function is deprecated and is intended to be removed in 21.05 release + * @deprecated This function is deprecated and is intended to be removed in 21.08 release */ ARM_COMPUTE_DEPRECATED_REL_REPLACE(21.02, import_tuning_params) void import_lws_table(const std::unordered_map &lws_table); @@ -119,7 +119,7 @@ public: * * @return The lws table as unordered_map container * - * @deprecated This function is deprecated and is intended to be removed in 21.05 release + * @deprecated This function is deprecated and is intended to be removed in 21.08 release */ ARM_COMPUTE_DEPRECATED_REL_REPLACE(21.02, tuning_params_table) const std::unordered_map &lws_table(); diff --git a/arm_compute/runtime/CL/functions/CLRemap.h b/arm_compute/runtime/CL/functions/CLRemap.h index 39ee13b8d0..8466a79bb9 100644 --- a/arm_compute/runtime/CL/functions/CLRemap.h +++ b/arm_compute/runtime/CL/functions/CLRemap.h @@ -39,8 +39,6 @@ class ICLTensor; * -# @ref CLFillBorderKernel (executed if border_mode == CONSTANT or border_mode == REPLICATE) * -# @ref CLRemapKernel * - * @deprecated This function is deprecated and is intended to be removed in 21.05 release - * */ class CLRemap : public ICLSimpleFunction { -- cgit v1.2.1