summaryrefslogtreecommitdiff
path: root/sc/source/core/opencl/openclwrapper.cxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2013-09-17 12:41:07 -0400
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-09-19 17:03:23 +0200
commitdeed1ca901896744a9cf859d390a5a592ba37041 (patch)
tree8a7ee9c804282d2dc7a44ddb6743841671079887 /sc/source/core/opencl/openclwrapper.cxx
parent82985b9bccbde3c697e73e1930c89634853c8d3c (diff)
Set up a thread to compile OpenCL kernels during file load.
It's still a no-op & we need to have a smart mechanism to conditionally trigger it rather than running it in all documents. Change-Id: Ia875ebb9405b5de5c5d31418de84c5ca7a62f302
Diffstat (limited to 'sc/source/core/opencl/openclwrapper.cxx')
-rw-r--r--sc/source/core/opencl/openclwrapper.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/sc/source/core/opencl/openclwrapper.cxx b/sc/source/core/opencl/openclwrapper.cxx
index 3994029bb687..a0c1e7a49fb7 100644
--- a/sc/source/core/opencl/openclwrapper.cxx
+++ b/sc/source/core/opencl/openclwrapper.cxx
@@ -2851,6 +2851,10 @@ bool switchOpenclDevice(const OUString* pDevice, bool bAutoSelect)
return !OpenclDevice::initOpenclRunEnv(0);
}
+void compileKernels()
+{
+}
+
}}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */