summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2013-11-18datastreams: make toolbar docked, hidden and show it when starting streamingMatúš Kukan1-1/+26
2013-11-18GPU Calc: re-enable parallel sum reduction after fixing regressionsI-Jui (Ray) Sung1-6/+11
2013-11-18Remove now incorrect commentTor Lillqvist1-5/+0
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) Sung3-58/+96
2013-11-17GPU calc: refactor code for sum reduction andWei Wei2-20/+21
2013-11-18disable test if no OpenCL platform is foundMarkus Mohrhard1-0/+3
2013-11-17GPU Calc: add tolerance when expected == 0 for weibullI-Jui (Ray) Sung1-1/+2
2013-11-17GPU Calc: unit test cases for SUMPRODUCT WITH FIXED WINDOWSyiming ju2-0/+38
2013-11-17GPU Calc: implemented SUMPRODUCT WITH FIXED WINDOWSyiming ju1-9/+48
2013-11-17use the correct formula grammar for export, fdo#71549Markus Mohrhard1-1/+1
2013-11-17fix buildMarkus Mohrhard1-1/+1
2013-11-17enable opencl-test again on all platformsMarkus Mohrhard1-2/+1
2013-11-17fix problem with retriving vendor information from opencl devicesMarkus Mohrhard1-1/+1
2013-11-17add a way to blacklist known bad OpenCL compilersMarkus Mohrhard2-1/+31
2013-11-17missing translatable="yes" attributesAndras Timar2-2/+2
2013-11-17WaE: unused variablesTor Lillqvist1-0/+2
2013-11-17CppunitTest_sc_opencl_test doesn't crash on OS XTor Lillqvist1-3/+7
2013-11-17GPU Calc: unit test cases for ANDminwang3-0/+31
2013-11-17GPU Calc: implemented for ANDminwang4-0/+144
2013-11-17fdo#71652 - change thousand separate descriptionJoel Madero1-1/+1
2013-11-17GPU Calc: remove CL_QUEUE_THREAD_HANDLE_AMD queryI-Jui (Ray) Sung1-4/+0
2013-11-16GPU Calc: unit test cases for COVARyiming ju3-0/+28
2013-11-16GPU Calc: implemented COVARyiming ju3-0/+275
2013-11-16GPU Calc: unit test cases for STDEVPshiming zhang3-0/+28
2013-11-16GPU Calc: implemented STDEVPshiming zhang3-0/+244
2013-11-16GPU Calc: unit test cases for SUMXMY2yiming ju3-0/+31
2013-11-16GPU Calc: implemented SUMXMY2yiming ju3-0/+67
2013-11-16GPU Calc: unit test cases for TINVshiming zhang3-0/+28
2013-11-16GPU Calc: implemented TINVshiming zhang3-0/+139
2013-11-16GPU Calc: temporarily disable parallel sum reductionI-Jui (Ray) Sung1-2/+4
2013-11-16GPU Calc: unit test cases for TDISTshiming zhang3-0/+28
2013-11-16GPU Calc: implemented TDISTshiming zhang3-0/+164
2013-11-16GPU Calc: unit test cases for TTESTshiming zhang3-0/+28
2013-11-16GPU Calc: implemented TTESTshiming zhang4-3/+446
2013-11-16GPU Calc: implemented BETAINVhongyu zhong4-1/+165
2013-11-16GPU Calc: unit test cases for BETAINVhongyu zhong5-3/+29
2013-11-16GPU Calc: pass the right argument size for reduction kernels in SumIfsI-Jui (Ray) Sung1-1/+3
2013-11-16GPU Calc: fix regression on non-AMD GPUsI-Jui (Ray) Sung1-2/+2
2013-11-16cppcheck: Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-2/+2
2013-11-16cppcheck: some cleaning + use CHECK_OPENCLJulien Nabet1-20/+11
2013-11-15GPU Calc: an attempt to fix compilation error on DarwinI-Jui (Ray) Sung1-1/+2
2013-11-15GPU Calc: implemented parallel reduction for SUMIFSWei Wei5-76/+365
2013-11-15GPU Calc: use parallel reduction to implement sumI-Jui (Ray) Sung2-76/+259
2013-11-16made horizontal cell alignment depend on writing direction, fdo#63546Eike Rathke2-106/+100
2013-11-15GPU Calc: revert back to OpenCL fmin and fmaxI-Jui (Ray) Sung1-2/+2
2013-11-15GPU Calc: fix compilation error in using sprintfI-Jui (Ray) Sung1-2/+3
2013-11-15GPU Calc: unit test cases for SUMX2PY2yiming ju3-1/+31