summaryrefslogtreecommitdiff
path: root/opencl
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2016-07-12 19:39:33 +0100
committerTomaž Vajngerl <quikee@gmail.com>2016-07-12 23:45:18 +0000
commit9ad26139b5e8a4df469399378baeac5083f2fcf5 (patch)
treed593ed51c0339d6865d1dbb8c64af477f42ac211 /opencl
parentcca5cd7f725a045a19aba74f9ed2bbc3c1963cfc (diff)
tdf#100883 - opencl impls. that use SEH are still bad.
Amazingly we fell-back to the old calculation path for crashes in older LibreOffices. Change-Id: Ia182f7a25c5560b68494d5cdd68e02925bfd5845 Reviewed-on: https://gerrit.libreoffice.org/27169 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'opencl')
-rw-r--r--opencl/source/openclwrapper.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/opencl/source/openclwrapper.cxx b/opencl/source/openclwrapper.cxx
index a54e94d4ffbb..123c2c9a3fb9 100644
--- a/opencl/source/openclwrapper.cxx
+++ b/opencl/source/openclwrapper.cxx
@@ -58,6 +58,7 @@ using namespace std;
namespace opencl {
GPUEnv gpuEnv;
+sal_uInt64 kernelFailures = 0;
namespace {