From df31cfe29f9dccc4c2055a1d2a97de644b07d522 Mon Sep 17 00:00:00 2001 From: Narumol Prangnawarat Date: Fri, 22 Nov 2019 11:26:06 +0000 Subject: IVGCVSW-4070 Implement "send post-optimized network structure" * Send post-optimisation network structure if profiling service is enabled * Refactor TimelineUtilityMethods * Fix RecordEvent to link eventGuid with eventClassGuid * Add common types and guid to LabelsAndEventClasses * Add CreateRelationship to TimelineUtilityMethods * Add CreateTypedEntity to TimelineUtilityMethods * Add MarkEntityWithType to TimelineUtilityMethods * Move VerifyTimeline functions to ProfilingTestUtils * Post-optimisation network structure unit tests to Ref, Cl, Neon Signed-off-by: Narumol Prangnawarat Change-Id: I0194f2037c236450c912f4c3cb11e46b80c0f512 --- src/backends/cl/test/ClRuntimeTests.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/backends/cl/test/ClRuntimeTests.cpp') diff --git a/src/backends/cl/test/ClRuntimeTests.cpp b/src/backends/cl/test/ClRuntimeTests.cpp index c6da261c15..9aa36173d0 100644 --- a/src/backends/cl/test/ClRuntimeTests.cpp +++ b/src/backends/cl/test/ClRuntimeTests.cpp @@ -8,6 +8,7 @@ #include #include +#include #include #include @@ -148,4 +149,9 @@ BOOST_AUTO_TEST_CASE(RuntimeMemoryUsage) } #endif +BOOST_AUTO_TEST_CASE(ProfilingPostOptimisationStructureGpuAcc) +{ + VerifyPostOptimisationStructureTestImpl(armnn::Compute::GpuAcc); +} + BOOST_AUTO_TEST_SUITE_END() -- cgit v1.2.1