aboutsummaryrefslogtreecommitdiff
path: root/README
AgeCommit message (Collapse)Author
2016-06-29Merge of select changes from TI OpenCL 01.01.08.03 from ↵TI_01_01_08_03_MergeGil Pitney
git.ti.com/ti-opencl/host Including: - Use of the Loki library v 0.1.7 for C++ Singleton implementation. - Updated Platform object to be a Singleton class instance. - Better handling of MemObject management with concurrent threads. - Events: added CL_EXEC_STATUS_ERROR_FOR_EVENTS_IN_WAIT_LIST error code. - MapImageEvent() fixes. - KernelEvent() fixes around retaining/releasing objects. - CopyBufferRectEvent() fixes. - ReadWriteBufferRectEvent() fixes. Revalidating Shamrock with these changes resulted in 12 more Khronos conformance tests passing in test_basic, test_buffers, and test_events, and no regressions. Signed-off-by: Gil Pitney <gil.pitney@linaro.org>
2015-10-07Update README and TODOicdGil Pitney
ICD now supported, so that's no longer a TODO. Also, need to install opencl-headers package, as the OpenCL headers are no longer copied from this repo. Signed-off-by: Gil Pitney <gil.pitney@linaro.org>
2015-07-28Updated README, ISSUES, TODO files for v1.2 release of ShamrockGil Pitney
Also updated detailed analysis of Khronos failing tests for posterity. Signed-off-by: Gil Pitney <gil.pitney@linaro.org>
2015-07-17Updated README for OpenCL v1.2Gil Pitney
Updated "make test" sanity results. Signed-off-by: Gil Pitney <gil.pitney@linaro.org>
2014-12-16v0.9: Shamrock README and TODO listsshamrock_v0.9Khronos_conformanceGil Pitney
and updated CREDITS Signed-off-by: Gil Pitney <gil.pitney@linaro.org>