Report WBSM feature support in the documentation
authorGian Marco Iodice <gianmarco.iodice@arm.com>
Mon, 8 Feb 2021 17:34:40 +0000 (17:34 +0000)
committerSheri Zhang <sheri.zhang@arm.com>
Tue, 9 Feb 2021 10:52:25 +0000 (10:52 +0000)
This extension of the OpenCL tuner is still in experimental phase and
allows to control the size of batches of workgroups distributed to
compute units

Resolves COMPMID-3938

Change-Id: I8e55db6877717ef5d50bc7eee24b248b5a2f9414
Signed-off-by: Gian Marco Iodice <gianmarco.iodice@arm.com>
Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/5027
Reviewed-by: Giorgio Arena <giorgio.arena@arm.com>
Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
Tested-by: Arm Jenkins <bsgcomp@arm.com>
arm_compute/runtime/CL/CLTunerTypes.h
docs/00_introduction.dox

index e93ef5b2b380193a03266f251c210fb353ed5927..508cafac9549df4860642115d089111d2fcb1fe4 100644 (file)
@@ -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
index 2f239960c3c91b5b28c714d062d4b43db89b1fda..4c1112f2d1370d329abdcfef8e88bfa88129296f 100644 (file)
@@ -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.