aboutsummaryrefslogtreecommitdiff
path: root/src/gpu/cl
diff options
context:
space:
mode:
authorOmar Al Khatib <omar.alkhatib@arm.com>2023-04-13 14:56:23 +0100
committerOmar Al Khatib <omar.alkhatib@arm.com>2023-04-20 14:38:00 +0000
commit467daef993fe29cc4319058200b7ad797398e4b0 (patch)
tree5713c351a9950bad1a9cb9d3510a84877f3dba7f /src/gpu/cl
parenta07c01b6cad1fa37f98a05f08019b40bd4303a92 (diff)
downloadComputeLibrary-467daef993fe29cc4319058200b7ad797398e4b0.tar.gz
Implement CL kernel for a native batched matmul Quantized - LHS transposed, RHS transposed
Resolves: [COMPMID-5924] Signed-off-by: Omar Al Khatib <omar.alkhatib@arm.com> Change-Id: I9ba657737eb1e3a096c8341ad4ad311571f8edeb Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/9454 Benchmark: Arm Jenkins <bsgcomp@arm.com> Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: SiCong Li <sicong.li@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'src/gpu/cl')
-rw-r--r--src/gpu/cl/ClKernelLibrary.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gpu/cl/ClKernelLibrary.cpp b/src/gpu/cl/ClKernelLibrary.cpp
index e657687887..4612ca35b8 100644
--- a/src/gpu/cl/ClKernelLibrary.cpp
+++ b/src/gpu/cl/ClKernelLibrary.cpp
@@ -325,6 +325,7 @@ const std::map<std::string, std::string> ClKernelLibrary::_kernel_program_map =
{ "mat_mul_native_t_t", "common/mat_mul.cl" },
{ "mat_mul_native_quantized_nt_nt", "common/mat_mul_quantized.cl" },
{ "mat_mul_native_quantized_t_nt", "common/mat_mul_quantized.cl" },
+ { "mat_mul_native_quantized_t_t", "common/mat_mul_quantized.cl" },
{ "max_unpooling_layer_2", "common/unpooling_layer.cl" },
{ "mean_stddev_normalization", "common/mean_stddev_normalization.cl" },
{ "memset", "common/memset.cl" },