aboutsummaryrefslogtreecommitdiff
path: root/filelist.json
diff options
context:
space:
mode:
authorGunes Bayir <gunes.bayir@arm.com>2023-09-07 12:20:33 +0100
committerGunes Bayir <gunes.bayir@arm.com>2023-09-14 12:11:47 +0000
commite87fa660e188007391f0584a56c8970665780684 (patch)
tree4728eb9b5e150ed7f2b1530c4cd0e46162ea315d /filelist.json
parent7ce8a83de5b58129f24cf28b293cfd8b3e83880c (diff)
downloadComputeLibrary-e87fa660e188007391f0584a56c8970665780684.tar.gz
Add skeleton of ClMatMulLowpNativeMMULKernel
The skeleton code consists of modifications - to build the library with the quantized matmul kernel - refactoring of some common utilities - empty OpenCL Kernels for four configurations ([Lhs, Rhs] X [Nt, t]) - some validation tests and skeleton for functional tests Resolves: COMPMID-6473 Change-Id: Id8401f789d34277dceb1f91afd68c9c88275618a Signed-off-by: Gunes Bayir <gunes.bayir@arm.com> Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/10273 Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Viet-Hoa Do <viet-hoa.do@arm.com> Benchmark: Arm Jenkins <bsgcomp@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'filelist.json')
-rw-r--r--filelist.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/filelist.json b/filelist.json
index 393ce933b6..d3cf984d8b 100644
--- a/filelist.json
+++ b/filelist.json
@@ -521,8 +521,10 @@
"files": {
"common": [
"src/gpu/cl/kernels/ClMatMulLowpNativeKernel.cpp",
+ "src/gpu/cl/kernels/ClMatMulLowpNativeMMULKernel.cpp",
"src/gpu/cl/kernels/ClMatMulNativeKernel.cpp",
"src/gpu/cl/kernels/ClMatMulNativeMMULKernel.cpp",
+ "src/gpu/cl/kernels/helpers/MatMulKernelHelpers.cpp",
"src/gpu/cl/operators/ClMatMul.cpp",
"src/runtime/CL/functions/CLMatMul.cpp",
"src/runtime/heuristics/matmul_native/ClMatMulNativeDefaultConfigValhall.cpp",