Go to the source code of this file.
Functions | |
event_t | async_work_group_copy_3D3D (__local void *const dst, size_t dst_offset, const __global void *const src, size_t src_offset, size_t num_bytes_per_element, size_t num_elements_per_line, size_t num_lines, size_t num_planes, size_t src_total_line_length, size_t src_total_plane_spacing, size_t dst_total_line_length, size_t dst_total_plane_spacing, event_t event) |
async_work_group_copy_3D3D is not supported by all OpenCL drivers | |
event_t | async_work_group_copy_3D3D (__global void *const dst, size_t dst_offset, const __local void *const src, size_t src_offset, size_t num_bytes_per_element, size_t num_elements_per_line, size_t num_lines, size_t num_planes, size_t src_total_line_length, size_t src_total_plane_spacing, size_t dst_total_line_length, size_t dst_total_plane_spacing, event_t event) |
async_work_group_copy_3D3D is not supported by all OpenCL drivers | |
event_t async_work_group_copy_3D3D | ( | __global void *const | dst, |
size_t | dst_offset, | ||
const __local void *const | src, | ||
size_t | src_offset, | ||
size_t | num_bytes_per_element, | ||
size_t | num_elements_per_line, | ||
size_t | num_lines, | ||
size_t | num_planes, | ||
size_t | src_total_line_length, | ||
size_t | src_total_plane_spacing, | ||
size_t | dst_total_line_length, | ||
size_t | dst_total_plane_spacing, | ||
event_t | event ) |
async_work_group_copy_3D3D is not supported by all OpenCL drivers
This is an implementation that can be included by defining TTL_COPY_3D
Definition at line 56 of file TTL_async_work_group_copy_3D3D.h.
event_t async_work_group_copy_3D3D | ( | __local void *const | dst, |
size_t | dst_offset, | ||
const __global void *const | src, | ||
size_t | src_offset, | ||
size_t | num_bytes_per_element, | ||
size_t | num_elements_per_line, | ||
size_t | num_lines, | ||
size_t | num_planes, | ||
size_t | src_total_line_length, | ||
size_t | src_total_plane_spacing, | ||
size_t | dst_total_line_length, | ||
size_t | dst_total_plane_spacing, | ||
event_t | event ) |
async_work_group_copy_3D3D is not supported by all OpenCL drivers
This is an implementation that can be included by defining TTL_COPY_3D
Definition at line 30 of file TTL_async_work_group_copy_3D3D.h.