From ac314c25f41e3b2be2ef9073377079584fc88861 Mon Sep 17 00:00:00 2001 From: Anthony Barbier Date: Tue, 11 Sep 2018 17:49:10 +0100 Subject: COMPMID-1563: Fix name of NEGEMMInterleavedWrapper Change-Id: I5f868091cae7bd86eeeb7216d44f32c190c5a604 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/147804 Tested-by: bsgcomp Reviewed-by: Georgios Pinitas --- arm_compute/runtime/NEON/functions/assembly/NEGEMMInterleavedWrapper.h | 1 + 1 file changed, 1 insertion(+) (limited to 'arm_compute/runtime/NEON/functions/assembly/NEGEMMInterleavedWrapper.h') diff --git a/arm_compute/runtime/NEON/functions/assembly/NEGEMMInterleavedWrapper.h b/arm_compute/runtime/NEON/functions/assembly/NEGEMMInterleavedWrapper.h index cead71ed67..4c5a8d4e59 100644 --- a/arm_compute/runtime/NEON/functions/assembly/NEGEMMInterleavedWrapper.h +++ b/arm_compute/runtime/NEON/functions/assembly/NEGEMMInterleavedWrapper.h @@ -93,6 +93,7 @@ private: std::vector _b_workloads{}; std::vector _mm_workloads{}; std::vector _workloads{}; + std::string _tag{}; }; } // namespace arm_compute -- cgit v1.2.1