[Libreoffice-commits] core.git: Branch 'feature/calc-group-interpreter-4' - sc/source
I-Jui Sung (Ray)
ray at multicorewareinc.com
Sun Nov 17 22:14:25 PST 2013
sc/source/core/opencl/formulagroupcl.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 216b61c16acc8c5366af4e7dd8118e2140d37371
Author: I-Jui (Ray) Sung <ray at multicorewareinc.com>
Date: Mon Nov 18 00:13:13 2013 -0600
GPU Calc: fix regression caused by reduction
Change-Id: I077d400f9cc83a60edd3374cce0f69f27872298f
diff --git a/sc/source/core/opencl/formulagroupcl.cxx b/sc/source/core/opencl/formulagroupcl.cxx
index 9a51af6..9a97234 100644
--- a/sc/source/core/opencl/formulagroupcl.cxx
+++ b/sc/source/core/opencl/formulagroupcl.cxx
@@ -560,7 +560,7 @@ public:
virtual size_t Marshal(cl_kernel k, int argno, int w, cl_program mpProgram)
{
- if (!NeedParallelReduction())
+ if (!NeedParallelReduction() || true)
return Base::Marshal(k, argno, w, mpProgram);
assert(Base::mpClmem == NULL);
More information about the Libreoffice-commits
mailing list