From 3e9bc19ad523361e6b18057849e30c0c48183915 Mon Sep 17 00:00:00 2001 From: Jim Flynn Date: Wed, 23 Mar 2022 23:01:26 +0000 Subject: IVGCVSW-6706 Create the libpipeClient library Change-Id: I2368aade38ad3808fab55d8a86cd659d4e95d91e Signed-off-by: Jim Flynn --- src/armnn/Runtime.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/armnn') diff --git a/src/armnn/Runtime.cpp b/src/armnn/Runtime.cpp index e7d8e482ab..657c90735c 100644 --- a/src/armnn/Runtime.cpp +++ b/src/armnn/Runtime.cpp @@ -20,11 +20,11 @@ #include #include -#include - #include #include +#include + #include #include @@ -498,10 +498,10 @@ RuntimeImpl::RuntimeImpl(const IRuntime::CreationOptions& options) supportedBackends.emplace(id); unique_ptr profilingIface = - std::make_unique(arm::pipe::BackendProfiling( + arm::pipe::IBackendProfiling::CreateBackendProfiling( arm::pipe::ConvertExternalProfilingOptions(options.m_ProfilingOptions), - *m_ProfilingService.get(), - id)); + *m_ProfilingService.get(), + id.Get()); // Backends may also provide a profiling context. Ask for it now. auto profilingContext = backend->CreateBackendProfilingContext(options, profilingIface); -- cgit v1.2.1