summaryrefslogtreecommitdiffstats
path: root/opencl/source/openclwrapper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'opencl/source/openclwrapper.cxx')
-rw-r--r--opencl/source/openclwrapper.cxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/opencl/source/openclwrapper.cxx b/opencl/source/openclwrapper.cxx
index 8d57ae44e260..384e9eb03310 100644
--- a/opencl/source/openclwrapper.cxx
+++ b/opencl/source/openclwrapper.cxx
@@ -859,6 +859,11 @@ const char* errorString(cl_int nError)
#undef CASE
}
+bool GPUEnv::isOpenCLEnabled()
+{
+ return gpuEnv.mpDevID;
+}
+
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */