aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--arm_compute/runtime/CL/CLTunerTypes.h2
-rw-r--r--docs/00_introduction.dox2
2 files changed, 3 insertions, 1 deletions
diff --git a/arm_compute/runtime/CL/CLTunerTypes.h b/arm_compute/runtime/CL/CLTunerTypes.h
index e93ef5b2b3..508cafac95 100644
--- a/arm_compute/runtime/CL/CLTunerTypes.h
+++ b/arm_compute/runtime/CL/CLTunerTypes.h
@@ -45,7 +45,7 @@ struct CLTuningInfo
CLTunerMode tuner_mode = CLTunerMode::NORMAL; /**< Parameter to select the level (granularity) of the tuning */
bool tune_wbsm = false; /**< Flag to tune the batches of work groups distributed to compute units.
Internally, the library will check if this feature is available on
- the target platform */
+ the target platform. This OpenCL tuner extension is still in experimental phase */
};
/** Converts a string to a strong types enumeration @ref CLTunerMode
diff --git a/docs/00_introduction.dox b/docs/00_introduction.dox
index 2f239960c3..4c1112f2d1 100644
--- a/docs/00_introduction.dox
+++ b/docs/00_introduction.dox
@@ -123,6 +123,8 @@ v21.02 Public major release
- NEGEMMMatrixVectorMultiplyKernel
- NELocallyConnectedMatrixMultiplyKernel / CLLocallyConnectedMatrixMultiplyKernel
- NEUpsampleLayerKernel / CLUpsampleLayerKernel
+ - Extend OpenCL tuner with workgroup batch size support
+ - Experimental extension for the OpenCL tuner to tune the batches of work groups distribute to compute units
v20.11 Public major release
- Various bug fixes.