Age | Commit message (Expand) | Author |
2013-11-18 | Remove now incorrect comment | Tor Lillqvist |
2013-11-18 | GPU Calc: fall back to SW interp for unsupported double vector variants | I-Jui (Ray) Sung |
2013-11-18 | GPU Calc: fix regression caused by reduction | I-Jui (Ray) Sung |
2013-11-17 | GPU Calc: fix building error on Windows | I-Jui (Ray) Sung |
2013-11-17 | GPU Calc: refactor: separate VectorRef out of DynamicKernelArgument | I-Jui (Ray) Sung |
2013-11-17 | GPU calc: refactor code for sum reduction and | Wei Wei |
2013-11-18 | disable test if no OpenCL platform is found | Markus Mohrhard |
2013-11-17 | GPU Calc: add tolerance when expected == 0 for weibull | I-Jui (Ray) Sung |
2013-11-17 | GPU Calc: unit test cases for SUMPRODUCT WITH FIXED WINDOWS | yiming ju |
2013-11-17 | GPU Calc: implemented SUMPRODUCT WITH FIXED WINDOWS | yiming ju |
2013-11-17 | use the correct formula grammar for export, fdo#71549 | Markus Mohrhard |
2013-11-17 | fix build | Markus Mohrhard |
2013-11-17 | enable opencl-test again on all platforms | Markus Mohrhard |
2013-11-17 | fix problem with retriving vendor information from opencl devices | Markus Mohrhard |
2013-11-17 | add a way to blacklist known bad OpenCL compilers | Markus Mohrhard |
2013-11-17 | missing translatable="yes" attributes | Andras Timar |
2013-11-17 | WaE: unused variables | Tor Lillqvist |
2013-11-17 | CppunitTest_sc_opencl_test doesn't crash on OS X | Tor Lillqvist |
2013-11-17 | GPU Calc: unit test cases for AND | minwang |
2013-11-17 | GPU Calc: implemented for AND | minwang |
2013-11-17 | fdo#71652 - change thousand separate description | Joel Madero |
2013-11-17 | GPU Calc: remove CL_QUEUE_THREAD_HANDLE_AMD query | I-Jui (Ray) Sung |
2013-11-16 | GPU Calc: unit test cases for COVAR | yiming ju |
2013-11-16 | GPU Calc: implemented COVAR | yiming ju |
2013-11-16 | GPU Calc: unit test cases for STDEVP | shiming zhang |
2013-11-16 | GPU Calc: implemented STDEVP | shiming zhang |
2013-11-16 | GPU Calc: unit test cases for SUMXMY2 | yiming ju |
2013-11-16 | GPU Calc: implemented SUMXMY2 | yiming ju |
2013-11-16 | GPU Calc: unit test cases for TINV | shiming zhang |
2013-11-16 | GPU Calc: implemented TINV | shiming zhang |
2013-11-16 | GPU Calc: temporarily disable parallel sum reduction | I-Jui (Ray) Sung |
2013-11-16 | GPU Calc: unit test cases for TDIST | shiming zhang |
2013-11-16 | GPU Calc: implemented TDIST | shiming zhang |
2013-11-16 | GPU Calc: unit test cases for TTEST | shiming zhang |
2013-11-16 | GPU Calc: implemented TTEST | shiming zhang |
2013-11-16 | GPU Calc: implemented BETAINV | hongyu zhong |
2013-11-16 | GPU Calc: unit test cases for BETAINV | hongyu zhong |
2013-11-16 | GPU Calc: pass the right argument size for reduction kernels in SumIfs | I-Jui (Ray) Sung |
2013-11-16 | GPU Calc: fix regression on non-AMD GPUs | I-Jui (Ray) Sung |
2013-11-16 | cppcheck: Prefer prefix ++/-- operators for non-primitive types | Julien Nabet |
2013-11-16 | cppcheck: some cleaning + use CHECK_OPENCL | Julien Nabet |
2013-11-15 | GPU Calc: an attempt to fix compilation error on Darwin | I-Jui (Ray) Sung |
2013-11-15 | GPU Calc: implemented parallel reduction for SUMIFS | Wei Wei |
2013-11-15 | GPU Calc: use parallel reduction to implement sum | I-Jui (Ray) Sung |
2013-11-16 | made horizontal cell alignment depend on writing direction, fdo#63546 | Eike Rathke |
2013-11-15 | GPU Calc: revert back to OpenCL fmin and fmax | I-Jui (Ray) Sung |
2013-11-15 | GPU Calc: fix compilation error in using sprintf | I-Jui (Ray) Sung |
2013-11-15 | GPU Calc: unit test cases for SUMX2PY2 | yiming ju |
2013-11-15 | GPU Calc: implemented SUMX2PY2 | yiming ju |
2013-11-15 | GPU Calc: unit test cases for SUMX2MY2 | yiming ju |