aboutsummaryrefslogtreecommitdiff
path: root/src/core/dsp
AgeCommit message (Collapse)Author
2015-06-04Implement CL_DEVICE_PARTITION_TYPE case of clGetDeviceInfo()Gil Pitney
Used by clients to determine how a (sub)device was partitioned by clCreateSubDevices() Signed-off-by: Gil Pitney <gil.pitney@linaro.org>
2015-04-15Change Event Status type from enum to int to allow portable negative numbersGil Pitney
The C++ standard says the result of assigning negative values to an enum of positive values is compiler dependent. Since event objects can have negative status (indicating abnormal termination), this commit explicitly promotes the Status type to int. Signed-off-by: Gil Pitney <gil.pitney@linaro.org>
2014-10-28Initial Commit: Based on TI OpenCL v0.8, originally based on clover.shamrock_v0.8Gil Pitney
This is a continuation of the clover OpenCL project: http://people.freedesktop.org/~steckdenis/clover based on the contributions from Texas Instruments for Keystone II DSP device: git.ti.com/opencl and adding contributions from Linaro for ARM CPU-only support. See README.txt for more info, and build instructions. Signed-off-by: Gil Pitney <gil.pitney@linaro.org>