From 6de6ca9c74e3cdf308d223691558a7544bfd6751 Mon Sep 17 00:00:00 2001 From: SiCong Li Date: Thu, 11 May 2023 11:54:22 +0100 Subject: Fix undefined ClMatMulNativeKernel::validate for high priority build Resolves COMPMID-6249 Signed-off-by: SiCong Li Change-Id: I910ecec57279ecc20aeac2d24b0caa27f688f693 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/9612 Reviewed-by: Jakub Sujak Comments-Addressed: Arm Jenkins Benchmark: Arm Jenkins Tested-by: Arm Jenkins --- filelist.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/filelist.json b/filelist.json index 4cf6230fef..807000a623 100644 --- a/filelist.json +++ b/filelist.json @@ -106,7 +106,8 @@ "Conv2d", "Permute", "Pool2d", - "Reshape" + "Reshape", + "MatMul" ], "gpu": { "common": [ -- cgit v1.2.1