aboutsummaryrefslogtreecommitdiff
path: root/src/backends/cl/OpenClTimer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/backends/cl/OpenClTimer.cpp')
-rw-r--r--src/backends/cl/OpenClTimer.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/backends/cl/OpenClTimer.cpp b/src/backends/cl/OpenClTimer.cpp
index ee3c114ba0..5f106993ec 100644
--- a/src/backends/cl/OpenClTimer.cpp
+++ b/src/backends/cl/OpenClTimer.cpp
@@ -5,10 +5,11 @@
#include "OpenClTimer.hpp"
+#include <armnn/utility/IgnoreUnused.hpp>
+
#include <string>
#include <sstream>
-#include <boost/core/ignore_unused.hpp>
namespace armnn
{
@@ -31,7 +32,7 @@ void OpenClTimer::Start()
const cl_event * event_wait_list,
cl_event * event)
{
- boost::ignore_unused(event);
+ IgnoreUnused(event);
cl_int retVal = 0;
// Get the name of the kernel