From 13fca3c98df4722031902da3d443962bb9453542 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Wed, 7 Jan 2015 13:52:50 +0200 Subject: Let's try a higher limit Probably the overhead in copmpiling an OpenCL kernel is relatively high, so require a larger data size for OpenCL to be used. Change-Id: I34a3ade98dbd10e7daeddf4a55cfdb2a49a8cf09 --- officecfg/registry/schema/org/openoffice/Office/Calc.xcs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'officecfg/registry/schema/org/openoffice/Office/Calc.xcs') diff --git a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs index 832c795a73f4..ecab65ab2f6d 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs @@ -1363,7 +1363,7 @@ An approximate lower limit on the number of data cells a spreadsheet formula should use for OpenCL to be considered. - 100 + 1000 -- cgit