aboutsummaryrefslogtreecommitdiff
path: root/src/backends/cl/ClContextControl.hpp
diff options
context:
space:
mode:
authorAron Virginas-Tar <Aron.Virginas-Tar@arm.com>2018-11-15 17:44:36 +0000
committerAron Virginas-Tar <Aron.Virginas-Tar@arm.com>2018-11-15 17:44:36 +0000
commit74ba3dc7113e51cf11ab772ee1eb030c07a7dda5 (patch)
tree15c82dc2866e26b47e829f0cdd7447d296210373 /src/backends/cl/ClContextControl.hpp
parent310c2091f72e2c43e9f71845867b7550ea1373dc (diff)
downloadarmnn-74ba3dc7113e51cf11ab772ee1eb030c07a7dda5.tar.gz
IVGCVSW-2156: Remove conditional compilation directives from ClContextControl
Change-Id: I812d09a869fe7c45ce71108fb675f3e2d974e2d9
Diffstat (limited to 'src/backends/cl/ClContextControl.hpp')
-rw-r--r--src/backends/cl/ClContextControl.hpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/backends/cl/ClContextControl.hpp b/src/backends/cl/ClContextControl.hpp
index 5ac56423bd..8575329023 100644
--- a/src/backends/cl/ClContextControl.hpp
+++ b/src/backends/cl/ClContextControl.hpp
@@ -6,9 +6,7 @@
#include "armnn/IRuntime.hpp"
-#ifdef ARMCOMPUTECL_ENABLED
#include <arm_compute/runtime/CL/CLTuner.h>
-#endif
namespace armnn
{
@@ -54,9 +52,7 @@ public:
Mode m_Mode;
-#ifdef ARMCOMPUTECL_ENABLED
arm_compute::CLTuner m_Tuner;
-#endif
};
} // namespace armnn