hanchenye-llvm-project/libclc/generic/lib/async
Tom Stellard 081e778d22 Implement async_work_group_copy builtin v3
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
2014-10-03 19:49:39 +00:00
..
async_work_group_copy.cl Implement async_work_group_copy builtin v3 2014-10-03 19:49:39 +00:00
async_work_group_copy.inc Implement async_work_group_copy builtin v3 2014-10-03 19:49:39 +00:00
async_work_group_strided_copy.cl Implement async_work_group_strided_copy builtin v2 2014-10-03 19:49:37 +00:00
async_work_group_strided_copy.inc Implement async_work_group_strided_copy builtin v2 2014-10-03 19:49:37 +00:00
prefetch.cl
prefetch.inc
wait_group_events.cl