summaryrefslogtreecommitdiffstats
path: root/libclc/generic/lib/async/async_work_group_copy.cl
Commit message (Collapse)AuthorAgeFilesLines
* Move cl_khr_fp64 exntension enablement to gentype include listsJan Vesely2018-03-061-5/+0
| | | | | | | | This will make adding cl_khr_fp16 support easier Reviewed-by: Aaron Watry <awatry@gmail.com> Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu> llvm-svn: 326816
* Implement async_work_group_copy builtin v3Tom Stellard2014-10-031-0/+9
This is a simple implementation which just copies data synchronously. v2: - Use size_t. v3: - Fix possible race condition by splitting the copy among multiple work items. llvm-svn: 219008
OpenPOWER on IntegriCloud