Kaydet (Commit) 9a531861 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Revert "Let's try a higher limit"

This reverts commit 13fca3c9.
üst 88a3b813
......@@ -1363,7 +1363,7 @@
<info>
<desc>An approximate lower limit on the number of data cells a spreadsheet formula should use for OpenCL to be considered.</desc>
</info>
<value>1000</value>
<value>100</value>
</prop>
<prop oor:name="OpenCLSubsetOpCodes" oor:type="xs:string" oor:nillable="false">
<!-- UIHints: Tools - Options Spreadsheet Formula -->
......
......@@ -37,7 +37,7 @@ void ScCalcConfig::setOpenCLConfigToDefault()
// Crazy.
mbOpenCLSubsetOnly = true;
mbOpenCLAutoSelect = true;
mnOpenCLMinimumFormulaGroupSize = 1000;
mnOpenCLMinimumFormulaGroupSize = 100;
// Keep in order of opcode value, is that clearest? (Random order,
// at least, would make no sense at all.)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment