Skip to content

Commit 738c3c3

Browse files
committed
aarch64: fix out-of-bound warnings of deconvolution
Signed-off-by: yetao01 <ye.tao@arm.com>
1 parent 0f9e6c9 commit 738c3c3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/cpu/cpu_deconvolution_list.cpp

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*******************************************************************************
22
* Copyright 2019-2023 Intel Corporation
33
* Copyright 2022 FUJITSU LIMITED
4-
* Copyright 2022 Arm Ltd. and affiliates
4+
* Copyright 2022, 2024 Arm Ltd. and affiliates
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.
@@ -16,10 +16,9 @@
1616
* limitations under the License.
1717
*******************************************************************************/
1818

19+
#include "common/compiler_workarounds.hpp"
1920
#include "cpu/cpu_engine.hpp"
20-
2121
#include "cpu/ref_deconvolution.hpp"
22-
2322
#if DNNL_X64
2423
#include "cpu/x64/jit_avx512_core_amx_deconvolution.hpp"
2524
#include "cpu/x64/jit_avx512_core_x8s8s32x_1x1_deconvolution.hpp"

0 commit comments

Comments
 (0)