aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/kernels/add/generic/sve/impl.h
diff options
context:
space:
mode:
authorMotti Gondabi <motti.gondabi@arm.com>2022-01-23 12:42:24 +0200
committerSiCong Li <sicong.li@arm.com>2022-02-04 11:37:30 +0000
commit9d9ad33df8c06184c23bd9ef25f95fdfe1846ad5 (patch)
treeed2e79dc3ac7c053504206a5b7f16b2322936641 /src/cpu/kernels/add/generic/sve/impl.h
parent21138d83c10054cd403c3c1d569e39ed6bfdb4c4 (diff)
downloadComputeLibrary-9d9ad33df8c06184c23bd9ef25f95fdfe1846ad5.tar.gz
SCons build system refactoring (phase #2).
* Add kernel selection at build time * Modify filelist.json to allow files separation as part of our kernel decoupling process. Issues to address after this change will be merged: (1) Remove SVE/SVE2 defines from already decoupled kernels (2) Adapt the new file list structure (filelist.json) resolves COMPMID-4996 and COMPMID-5048 Change-Id: I8c17a9d6b150bbc7d8c1f2ed38060be82b6aa904 Signed-off-by: Motti Gondabi <motti.gondabi@arm.com> Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/7006 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/cpu/kernels/add/generic/sve/impl.h')
-rw-r--r--src/cpu/kernels/add/generic/sve/impl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cpu/kernels/add/generic/sve/impl.h b/src/cpu/kernels/add/generic/sve/impl.h
index 59f39e90c9..219dbc9b2e 100644
--- a/src/cpu/kernels/add/generic/sve/impl.h
+++ b/src/cpu/kernels/add/generic/sve/impl.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2021 Arm Limited.
+ * Copyright (c) 2021-2022 Arm Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -37,4 +37,4 @@ void add_same_sve(const ITensor *src0, const ITensor *src1, ITensor *dst, const
} // namespace cpu
} // namespace arm_compute
#endif // SRC_CORE_SVE_KERNELS_ADD_IMPL_H
-#endif // ARM_COMPUTE_ENABLE_SVE
+#endif // ARM_COMPUTE_ENABLE_SVE \ No newline at end of file