From 70858d8eb178532b0e728e6a7d09a77d27605020 Mon Sep 17 00:00:00 2001 From: SiCong Li Date: Fri, 5 Feb 2021 09:19:51 +0000 Subject: Integrate MLGO into CLGEMM and CLGEMMLowpMatrixMultiplyCore: Part1 * Create a new public handle class CLGEMMHeuristicsHandle It is responsible for the loading and lifetime management of the underlying heuristics * Add to_string utility to several mlgo constructs for logging Resolves: COMPMID-3843, COMPMID-3844 Signed-off-by: SiCong Li Change-Id: Ib9c65e076daa6a9a204999cde9abf366dbabc496 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/5001 Tested-by: Arm Jenkins Reviewed-by: Georgios Pinitas Comments-Addressed: Arm Jenkins --- src/runtime/CL/mlgo/Common.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/runtime/CL/mlgo/Common.h') diff --git a/src/runtime/CL/mlgo/Common.h b/src/runtime/CL/mlgo/Common.h index a2d3ec8241..9e06689cc8 100644 --- a/src/runtime/CL/mlgo/Common.h +++ b/src/runtime/CL/mlgo/Common.h @@ -21,8 +21,8 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. */ -#ifndef SRC_MLGO_COMMON_H -#define SRC_MLGO_COMMON_H +#ifndef SRC_RUNTIME_CL_MLGO_COMMON_H +#define SRC_RUNTIME_CL_MLGO_COMMON_H #include "arm_compute/core/Types.h" #include "arm_compute/runtime/CL/CLTypes.h" @@ -78,4 +78,4 @@ struct GEMMConfigReshaped } // namespace mlgo } // namespace arm_compute -#endif // SRC_MLGO_COMMON_H \ No newline at end of file +#endif // SRC_RUNTIME_CL_MLGO_COMMON_H \ No newline at end of file -- cgit v1.2.1