summaryrefslogtreecommitdiff
path: root/src/cl_api_command_queue.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-19Move clCreateCommandQueueWithProperties API to command_queue file.Junyan He1-1/+94
2016-12-16refine clCreateCommandQueue and clRetainCommandQueue.Junyan He1-0/+48
2016-12-16Add multi devices support in context.Junyan He1-1/+1
2016-12-15Modify clGetCommandQueueInfo using cl_get_info_helper.Junyan He1-2/+39
2016-09-23Implement event related functions.Junyan He1-0/+55