From a538ae583c8816f69d05b98c62a9d3092f88f798 Mon Sep 17 00:00:00 2001 From: Dana Zlotnik Date: Mon, 21 Feb 2022 13:12:41 +0200 Subject: Multi ISA Technical Debt * Update json struct meet multi-ISA updates * Add impl.cpp in kernels where we only have impl.h Resolves COMPMID-5173 Change-Id: I5da3c4b016a5d0115c4ba46cbfefde7bce518ac1 Signed-off-by: Dana Zlotnik Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/7191 Tested-by: Arm Jenkins Reviewed-by: Giorgio Arena Comments-Addressed: Arm Jenkins --- src/cpu/kernels/elementwise_binary/generic/neon/impl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cpu/kernels/elementwise_binary/generic') diff --git a/src/cpu/kernels/elementwise_binary/generic/neon/impl.h b/src/cpu/kernels/elementwise_binary/generic/neon/impl.h index ead54ab14e..98b154e8fd 100644 --- a/src/cpu/kernels/elementwise_binary/generic/neon/impl.h +++ b/src/cpu/kernels/elementwise_binary/generic/neon/impl.h @@ -69,6 +69,7 @@ typename VectorType::type elementwise_arithm_op(const typename VectorType::type return res; } + template typename VectorType::type elementwise_arithm_op_broadcast(const typename VectorType::type &a, const ScalarType &broadcast_value, const bool reorder) { -- cgit v1.2.1