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.h | ||
| async_work_group_copy.inc | ||
| async_work_group_strided_copy.h | ||
| async_work_group_strided_copy.inc | ||
| gentype.inc | ||
| prefetch.h | ||
| prefetch.inc | ||
| wait_group_events.h | ||