aboutsummaryrefslogtreecommitdiff
path: root/src/core/cpu
AgeCommit message (Expand)Author
2015-10-02ICD: Update MemObject objects to be ICD compatible.Gil Pitney
2015-10-01ICD: Update CommandQueue objects to be ICD compatible.Gil Pitney
2015-09-29ICD: Update Platform and DeviceInterface objects to be ICD compatible.Gil Pitney
2015-07-27Update clGetDeviceInfo() for MAX_CONSTANT_ARGS and BUFFER_SIZEGil Pitney
2015-07-24Return correct platform id for CPUDevice in call to clGetDeviceInfo()Gil Pitney
2015-07-22Ensure CL_DEVICE_MAX_MEM_ALLOC_SIZE info function returns 1/4 of global memGil Pitney
2015-07-20Reduce clGetDeviceInfo() CL_DEVICE_MAX_PARAMTER_SIZE to the minimum valueGil Pitney
2015-07-14Remove 64 bit atomics extensions from CPU Device.ocl_1_2Gil Pitney
2015-06-30Implement clEnqueueMigrateMemObjects() v1.2 APIGil Pitney
2015-06-24Sub-devices inherit the parent's kernel and program device dependent structs.Gil Pitney
2015-06-12Allow CPUBuffers for CPUDevices to share copied host pointer dataGil Pitney
2015-06-05clCreateSubDevices(): Return CL_DEVICE_PARTITION_FAILED if numCPUs() == 1Gil Pitney
2015-06-04Implement CL_DEVICE_PARTITION_TYPE case of clGetDeviceInfo()Gil Pitney
2015-06-02Fix possible CPUDevice object mem leak in clCreateSubDevicesGil Pitney
2015-05-14Implemented clCreateSubDevices() PARITION_EQUALLY capabibility.Gil Pitney
2015-05-04Implemented clEnqueueFillBuffer() v1.2 API.Gil Pitney
2015-04-29Blank line removed from file.Gil Pitney
2015-04-29Added printf builtin for v1.2Gil Pitney
2015-04-16Updated callback handling for events to notify on Submitted, Running statesGil Pitney
2015-04-15Change Event Status type from enum to int to allow portable negative numbersGil Pitney
2015-02-03clGetDeviceInfo: Nominal updates for OCL v1.2.Gil Pitney
2015-02-02LLVM 3.6: Changes required to build with clang/llvm 3.6 release candidate.Gil Pitney
2014-12-10prefetch: Implemented prefetch builtin (noop'ed)Gil Pitney
2014-12-08Adjust CL_DEVICE_MAX_WORK_GROUP_SIZE and CL_DEVICE_MAX_WORK_ITEM_SIZES values.Gil Pitney
2014-12-08Ensure kernel arguments to local address space allocated on 128 byte boundaryGil Pitney
2014-11-21Fixed kernel stub argument marshalling code to ensure proper alignmentGil Pitney
2014-11-19clCreateBuffer(): Ensure allocation meets minimum alignment for double16 typeGil Pitney
2014-11-17Remove redundant getPointerToFunction() call.Gil Pitney
2014-10-28Initial Commit: Based on TI OpenCL v0.8, originally based on clover.shamrock_v0.8Gil Pitney