aboutsummaryrefslogtreecommitdiff
path: root/tests/InferenceModel.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/InferenceModel.hpp')
-rw-r--r--tests/InferenceModel.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/InferenceModel.hpp b/tests/InferenceModel.hpp
index 6b81f80cbc..2e0aff981a 100644
--- a/tests/InferenceModel.hpp
+++ b/tests/InferenceModel.hpp
@@ -241,6 +241,7 @@ public:
else
{
armnn::IRuntime::CreationOptions options;
+ options.m_EnableGpuProfiling = m_EnableProfiling;
m_Runtime = std::move(armnn::IRuntime::Create(options));
}