summaryrefslogtreecommitdiff
path: root/sc/source/core/opencl/formulagroupcl.cxx
AgeCommit message (Expand)AuthorFilesLines
2013-12-19GPU Calc: implemented for DMAXdechuang1-0/+4
2013-12-19GPU Calc: Optimized GEOMEANyiming ju1-0/+61
2013-12-18GPU Calc: implemented for XORminwang1-0/+4
2013-12-18GPU Calc: implemented for NOTminwang1-0/+4
2013-12-18GPU Calc: implemented for ORminwang1-0/+4
2013-12-18GPU Calc: VLOOKUP implementationWei Wei1-0/+5
2013-12-10GPU Calc: cache more once compiled program in memoryhaochen1-10/+18
2013-12-09GPU Calc: fix compiler warnings regarding to member init orderI-Jui (Ray) Sung1-2/+2
2013-12-09Release cl_mem&kernel after sumifs reduction kernelhaochen1-3/+12
2013-12-08Improve failure logStephan Bergmann1-0/+46
2013-12-02GPU Calc: cache the very last compiled program in memoryI-Jui (Ray) Sung1-20/+36
2013-11-29GPU Calc: fix compilation failuresI-Jui (Ray) Sung1-10/+11
2013-11-29GPU Calc: do not direclty inline constants coming from data cellsI-Jui (Ray) Sung1-9/+24
2013-11-28Background OpenCL compilation re-factoringTor Lillqvist1-10/+5
2013-11-27GPU Calc: fix typo in NAN macroI-Jui (Ray) Sung1-1/+1
2013-11-27GPU Calc: fix compilation failure on Windows due to missing NAN macroI-Jui (Ray) Sung1-0/+8
2013-11-27GPU Calc: fix regression caused by recent isValid() changeI-Jui (Ray) Sung1-13/+58
2013-11-26Reduce verbosity a bitTor Lillqvist1-8/+2
2013-11-25add methods to enable and disable automatic device selectionMarkus Mohrhard1-2/+3
2013-11-25provide UNO API for OpenCL selectionMarkus Mohrhard1-0/+5
2013-11-25GPU Calc: fixed a SUMPRODUCT problemI-Jui (Ray) Sung1-6/+46
2013-11-22GPU Calc: Sum of product doesn't check out-of-bound accessesWei Wei1-22/+35
2013-11-22GPU Calc: fix a parallel COUNT() problem when input vector size > 512I-Jui (Ray) Sung1-1/+1
2013-11-20GPU Calc: fixed missing assigment operator in unrollinglibreoffice-4-2-milestone-1I-Jui (Ray) Sung1-0/+1
2013-11-20GPU Calc: re-enable parallel SUMIFSI-Jui (Ray) Sung1-1/+8
2013-11-20DynamicKernel isn't needed outside formulagroupcl.cxx after allTor Lillqvist1-19/+62
2013-11-20Bin comment that is now weirdly placed after mergesTor Lillqvist1-2/+0
2013-11-20Fix some life-cycle issues for backgroup OpenCL kernel compilationTor Lillqvist1-6/+10
2013-11-20WIP: Background ahead-of-time OpenCL compilationTor Lillqvist1-13/+31
2013-11-20WIP: Background ahead-of-time OpenCL compilationTor Lillqvist1-2/+16
2013-11-20WaE: unused parametersTor Lillqvist1-2/+2
2013-11-20WIP: Do OpenCL compilation in advance in a worker threadTor Lillqvist1-1/+1
2013-11-20Make it clear in comments what kind of "code generation" they meanTor Lillqvist1-5/+3
2013-11-20Refactoring in preparation for threaded OpenCL kernel compilationTor Lillqvist1-70/+70
2013-11-19GPU Calc: optimize average() handlingI-Jui (Ray) Sung1-10/+12
2013-11-19GPU Calc: Fix COUNT() regressionI-Jui (Ray) Sung1-50/+36
2013-11-19GPU Calc: support reductions without uniform window sizesI-Jui (Ray) Sung1-7/+18
2013-11-19GPU Calc: parallel reduction version of COUNTI-Jui (Ray) Sung1-18/+8
2013-11-19GPU Calc: separate out parallel reduction from DynamicKernelSlidingArgumentI-Jui (Ray) Sung1-104/+186
2013-11-19GPU Calc: add an inline function to legalize inputs for reduction.I-Jui (Ray) Sung1-3/+10
2013-11-18GPU Calc: unrolling of sequential reduction loops for DoubleVectorRefsI-Jui (Ray) Sung1-6/+240
2013-11-18GPU Calc: add compile time option for using fmin/fmax intrinsicsI-Jui (Ray) Sung1-2/+4
2013-11-18GPU Calc: enables parallel min/max reductionI-Jui (Ray) Sung1-12/+23
2013-11-18GPU Calc: turn on parallel sumifs and parallel sum reduceI-Jui (Ray) Sung1-23/+11
2013-11-18GPU Calc: implement horizontal ranges as multiple VectorRefsI-Jui (Ray) Sung1-21/+33
2013-11-18GPU Calc: re-enable parallel sum reduction after fixing regressionsI-Jui (Ray) Sung1-6/+11
2013-11-18GPU Calc: fall back to SW interp for unsupported double vector variantsI-Jui (Ray) Sung1-0/+3
2013-11-18GPU Calc: fix regression caused by reductionI-Jui (Ray) Sung1-1/+1
2013-11-17GPU Calc: fix building error on WindowsI-Jui (Ray) Sung1-9/+7
2013-11-17GPU Calc: refactor: separate VectorRef out of DynamicKernelArgumentI-Jui (Ray) Sung1-22/+26