aboutsummaryrefslogtreecommitdiff
path: root/ArmnnDevice.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ArmnnDevice.cpp')
-rw-r--r--ArmnnDevice.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/ArmnnDevice.cpp b/ArmnnDevice.cpp
index ff017019..b807cfa9 100644
--- a/ArmnnDevice.cpp
+++ b/ArmnnDevice.cpp
@@ -35,6 +35,7 @@ ArmnnDevice::ArmnnDevice(DriverOptions options)
SetMinimumLogSeverity(base::INFO);
}
+#if defined(ARMCOMPUTECL_ENABLED)
try
{
armnn::IRuntime::CreationOptions options;
@@ -62,6 +63,7 @@ ArmnnDevice::ArmnnDevice(DriverOptions options)
{
ALOGE("ArmnnDevice: Failed to setup CL runtime: %s. Device will be unavailable.", error.what());
}
+#endif
}
} // namespace armnn_driver