[Libreoffice-commits] core.git: sc/source
Kohei Yoshida
kohei.yoshida at collabora.com
Wed Nov 27 17:46:47 PST 2013
sc/source/core/opencl/opencl_device.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 8fc79e23927156e883df36dfa3c607f4fcbdfe57
Author: Kohei Yoshida <kohei.yoshida at collabora.com>
Date: Wed Nov 27 20:47:25 2013 -0500
Change these parameters.
Change-Id: Ic70aaea461e3d007e394c67c33a766d70aa4e92c
diff --git a/sc/source/core/opencl/opencl_device.cxx b/sc/source/core/opencl/opencl_device.cxx
index 8f9f8ff..a3fa004 100644
--- a/sc/source/core/opencl/opencl_device.cxx
+++ b/sc/source/core/opencl/opencl_device.cxx
@@ -25,8 +25,8 @@
#include "opencl_device.hxx"
-#define INPUTSIZE 256*40
-#define OUTPUTSIZE 256*40
+#define INPUTSIZE 15360
+#define OUTPUTSIZE 15360
#define STRINGIFY(...) #__VA_ARGS__"\n"
#define LOG_PRINTF(x) (std::cout << x << std::endl)
More information about the Libreoffice-commits
mailing list