summaryrefslogtreecommitdiff
path: root/src/cl_utils.h
Commit message (Expand)AuthorAgeFilesLines
* Refine list related functions.Junyan He2016-12-281-64/+40
* Modify clGetPlatformInfo using cl_get_info_helper.Junyan He2016-12-151-1/+1
* Add a helper function for all information get.Junyan He2016-12-151-0/+2
* Add list operation to utils.Junyan He2016-09-231-1/+92
* Runtime: Apply base object to cl_accelerator_intelJunyan He2016-09-021-1/+1
* Runtime: Apply base_object to cl_kernelJunyan He2016-09-021-1/+1
* Runtime: Apply base object to cl_command_queue.Junyan He2016-09-021-1/+1
* Runtime: Apply base object to cl_contextJunyan He2016-09-021-1/+1
* Runtime: Apply base object to cl_eventJunyan He2016-09-021-1/+1
* Runtime: Apply base object to cl_mem.Junyan He2016-09-021-1/+1
* Runtime: Apply base object ot cl_sampler.Junyan He2016-09-021-1/+1
* Runtime: Apply CL base object to program.Junyan He2016-09-021-1/+1
* Runtime: Add CL base object for all cl objects.Junyan He2016-09-021-0/+3
* cl_api; Check image origin and region for NULLJan Vesely2016-05-121-0/+10
* add sanity check for Image Region in runtime.Luo Xionghu2016-04-221-0/+5
* fix typo for DEBUGP to avoid print extra empty lineGuo Yejun2016-01-191-3/+5
* output warning message if do not find a good local_work_sizeGuo Yejun2015-12-231-2/+10
* runtime: add macro DEBUGP() to handle debug printf.Ruiling Song2015-12-101-0/+6
* Add extensions intel_accelerator and basic intel_motion_estimation.Chuanbo Weng2015-11-101-0/+12
* License: adjust all license version to LGPL v2.1+.Zhigang Gong2014-11-111-1/+1
* cl/runtime: fixup 1D array image region and origins.Zhigang Gong2014-06-201-0/+29
* Add api clEnqueueCopyImage.Yang Rong2013-09-091-4/+4
* CL: Refactor cl_mem's implementation.Zhigang Gong2013-08-301-4/+6
* Add openCL event support.Yang Rong2013-08-121-1/+13
* Disable error message output in release version.Ruiling Song2013-07-031-8/+16
* Implement clEnqueueMapImage.Dag Lem2013-05-211-0/+9
* update headers to OpenCL 1.2 standardsLu Guanqun2013-03-291-2/+2
* Cleaned up the code from previous unused dependencies Upate the READMEBenjamin Segovia2012-08-101-0/+4
* Removed some useless code in cl_utils.h Started to implement support for samp...bsegovia2012-08-101-99/+18
* Finished first support for image2D. Right now, we only support linear formatsbsegovia2012-08-101-0/+3
* Made fulsim integration seamless from the user point of viewbsegovia2012-08-101-0/+1
* Added all miniCL filesbsegovia2012-08-101-0/+329