summaryrefslogtreecommitdiff
path: root/sc/source/core/opencl/openclwrapper.cxx
AgeCommit message (Expand)AuthorFilesLines
2013-08-08Fix some memory leaksJulien Nabet1-1/+14
2013-08-05Implement MINVERSE using OpenCL.Haidong Lian1-59/+286
2013-07-24Add support for double in OpenCL kernel.Haidong Lian1-1628/+1095
2013-07-24Prompt the user to delete cached kernels on failureMichael Meeks1-7/+15
2013-07-24add min/max/delta kernels and misc. cleanup / bug fixing.Jing Xian1-14/+30
2013-07-14Use CL_MAP_WRITE_INVALIDATE_REGION only if defined (in OpenCL 1.2)Tor Lillqvist1-8/+8
2013-07-11Re-do 5dff961ba5fab6d451d9d993e076d190a93be495: Don't look for just GPUsTor Lillqvist1-2/+5
2013-07-11Again: Use correct type for number of devicesTor Lillqvist1-2/+3
2013-07-11WaE: comparison of integers of different signsTor Lillqvist1-2/+2
2013-07-11Again, bin no-op call of clGetCommandQueueInfo(CL_QUEUE_THREAD_HANDLE_AMD)Tor Lillqvist1-3/+0
2013-07-11chmod -xTor Lillqvist1-0/+0
2013-07-11better opencl error reporting / diagnostics.Michael Meeks1-2/+7
2013-07-11try harder to setup the kernel environment.Michael Meeks1-0/+1
2013-07-11cleanup formulagroupcl and add opencl kernel for averagedelta.Michael Meeks1-26/+151
2013-07-11Latest cleanup and improvements of opencl backend.Michael Meeks1-660/+1336
2013-07-04Opaque binary data is opaque binary dataTor Lillqvist1-5/+2
2013-07-04Use correct type for number of devicesTor Lillqvist1-2/+3
2013-07-04Don't look for just GPUsTor Lillqvist1-2/+5
2013-07-04sizeof(char) is 1 by definitionTor Lillqvist1-4/+4
2013-07-04Bin leftover (?) no-op clGetCommandQueueInfo() callTor Lillqvist1-3/+0
2013-06-29Try to fix compilation against an older SDKTor Lillqvist1-1/+4
2013-06-28WaE: using directive refers to implicitly-defined namespace 'std'Tor Lillqvist1-1/+1
2013-06-27return is a statement not a function.Michael Meeks1-32/+32
2013-06-27cleanup conditionals.Michael Meeks1-8/+14
2013-06-27avoid srand / time / rand calls.Michael Meeks1-4/+1
2013-06-27more work on formula interpretation.Jing Xian1-557/+915
2013-06-17OpenCL code cleanupsMichael Meeks1-3/+2
2013-06-17Initial OpenCL pieces.Peng Gao1-0/+1032