aboutsummaryrefslogtreecommitdiff
path: root/src/core/cpu/device.cpp
AgeCommit message (Expand)Author
2015-07-14Remove 64 bit atomics extensions from CPU Device.ocl_1_2Gil 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-04-29Blank line removed from file.Gil Pitney
2015-02-03clGetDeviceInfo: Nominal updates for OCL v1.2.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-11-19clCreateBuffer(): Ensure allocation meets minimum alignment for double16 typeGil Pitney
2014-10-28Initial Commit: Based on TI OpenCL v0.8, originally based on clover.shamrock_v0.8Gil Pitney