summaryrefslogtreecommitdiff
path: root/src/cl_api_command_queue.c
Commit message (Expand)AuthorAgeFilesLines
* Allow creating out-of-order queues with clCreateCommandQueueHEADmasterRebecca N. Palmer2018-08-201-29/+5
* Move clCreateCommandQueueWithProperties API to command_queue file.Junyan He2016-12-191-1/+94
* refine clCreateCommandQueue and clRetainCommandQueue.Junyan He2016-12-161-0/+48
* Add multi devices support in context.Junyan He2016-12-161-1/+1
* Modify clGetCommandQueueInfo using cl_get_info_helper.Junyan He2016-12-151-2/+39
* Implement event related functions.Junyan He2016-09-231-0/+55