forked from OSchip/llvm-project
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
|
||
|---|---|---|
| .. | ||
| async_work_group_copy.cl | ||
| async_work_group_copy.inc | ||
| async_work_group_strided_copy.cl | ||
| async_work_group_strided_copy.inc | ||
| prefetch.cl | ||
| prefetch.inc | ||
| wait_group_events.cl | ||