From 57a8852cd96f41a67a1bddf552c5c4c3d99d04bc Mon Sep 17 00:00:00 2001 From: Pablo Marquez Tello Date: Tue, 12 Mar 2024 10:32:47 +0000 Subject: Fix WoA nightly failure * Resolves COMPMID-6931 Change-Id: I3ed0c509807e26bddfcd20be71b12ec4cbb5cce6 Signed-off-by: Pablo Marquez Tello Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/11277 Reviewed-by: Jakub Sujak Comments-Addressed: Arm Jenkins Benchmark: Arm Jenkins Tested-by: Arm Jenkins --- .../kernels/a64_u8qa_nhwc_3x3_s2_output2x2_mla_depthfirst/generic.cpp | 4 ++-- .../kernels/a64_u8qa_nhwc_5x5_s1_output2x2_mla_depthfirst/generic.cpp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src/core/NEON/kernels') diff --git a/src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8qa_nhwc_3x3_s2_output2x2_mla_depthfirst/generic.cpp b/src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8qa_nhwc_3x3_s2_output2x2_mla_depthfirst/generic.cpp index c807cb3ade..6cb10a7bb2 100644 --- a/src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8qa_nhwc_3x3_s2_output2x2_mla_depthfirst/generic.cpp +++ b/src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8qa_nhwc_3x3_s2_output2x2_mla_depthfirst/generic.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2023 Arm Limited. + * Copyright (c) 2022-2024 Arm Limited. * * SPDX-License-Identifier: MIT * @@ -45,7 +45,7 @@ void a64_u8qa_nhwc_3x3_s2_output2x2_mla_depthfirst_impl( { struct Params { - long unsigned int n_channels; + uint64_t n_channels; const void *weights; const int32_t *bias; const arm_gemm::Requantize32 *requant; diff --git a/src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8qa_nhwc_5x5_s1_output2x2_mla_depthfirst/generic.cpp b/src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8qa_nhwc_5x5_s1_output2x2_mla_depthfirst/generic.cpp index c8fe567e77..9316732632 100644 --- a/src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8qa_nhwc_5x5_s1_output2x2_mla_depthfirst/generic.cpp +++ b/src/core/NEON/kernels/arm_conv/depthwise/kernels/a64_u8qa_nhwc_5x5_s1_output2x2_mla_depthfirst/generic.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022-2023 Arm Limited. + * Copyright (c) 2022-2024 Arm Limited. * * SPDX-License-Identifier: MIT * @@ -45,7 +45,7 @@ void a64_u8qa_nhwc_5x5_s1_output2x2_mla_depthfirst_impl( { struct Params { - long unsigned int n_channels; + uint64_t n_channels; const void *weights; const int32_t *bias; const arm_gemm::Requantize32 *requant; -- cgit v1.2.1