From ed41b130ef88f6fe36524e760c8a59936bb3bcfa Mon Sep 17 00:00:00 2001 From: Gian Marco Iodice Date: Thu, 6 Feb 2025 17:32:07 +0000 Subject: [PATCH] Fix the lhs offset name in the interface of F32 <- F32 x F32p Signed-off-by: Gian Marco Iodice --- .../kai_matmul_clamp_f32_f32_f32p_interface.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kai/ukernels/matmul/matmul_clamp_f32_f32_f32p/kai_matmul_clamp_f32_f32_f32p_interface.h b/kai/ukernels/matmul/matmul_clamp_f32_f32_f32p/kai_matmul_clamp_f32_f32_f32p_interface.h index b2c9efbe..c402c9bb 100644 --- a/kai/ukernels/matmul/matmul_clamp_f32_f32_f32p/kai_matmul_clamp_f32_f32_f32p_interface.h +++ b/kai/ukernels/matmul/matmul_clamp_f32_f32_f32p/kai_matmul_clamp_f32_f32_f32p_interface.h @@ -1,5 +1,5 @@ // -// SPDX-FileCopyrightText: Copyright 2024 Arm Limited and/or its affiliates +// SPDX-FileCopyrightText: Copyright 2024-2025 Arm Limited and/or its affiliates // // SPDX-License-Identifier: Apache-2.0 // @@ -37,7 +37,7 @@ struct kai_matmul_clamp_f32_f32_f32p_ukernel { kai_matmul_clamp_f32_f32_f32p_get_nr_func_t get_nr; kai_matmul_clamp_f32_f32_f32p_get_kr_func_t get_kr; kai_matmul_clamp_f32_f32_f32p_get_sr_func_t get_sr; - kai_matmul_clamp_f32_f32_f32p_get_lhs_offset_func_t get_lhs_packed_offset; + kai_matmul_clamp_f32_f32_f32p_get_lhs_offset_func_t get_lhs_offset; kai_matmul_clamp_f32_f32_f32p_get_rhs_packed_offset_func_t get_rhs_packed_offset; kai_matmul_clamp_f32_f32_f32p_get_dst_offset_func_t get_dst_offset; kai_matmul_clamp_f32_f32_f32p_get_dst_size_func_t get_dst_size; -- GitLab