| 081e778d | 03-Oct-2014 |
Tom Stellard <[email protected]> |
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
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
show more ...
|