sc/source/core/opencl/formulagroupcl.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 547750e8c2d001f92e3e303ebfda9b395538e741 Author: I-Jui (Ray) Sung <r...@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 93da20d..b5fedc6 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); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits