@@ -3453,13 +3453,13 @@ CL_API_ENTRY cl_int CL_API_CALL clEnqueueReadBufferRectIntelFPGA(
3453
3453
ACL_EXPORT
3454
3454
CL_API_ENTRY cl_int CL_API_CALL clEnqueueReadBufferRect (
3455
3455
cl_command_queue command_queue, cl_mem buffer, cl_bool blocking_read,
3456
- const size_t *buffer_offset , const size_t *host_offset ,
3456
+ const size_t *buffer_origin , const size_t *host_origin ,
3457
3457
const size_t *region, size_t buffer_row_pitch, size_t buffer_slice_pitch,
3458
3458
size_t host_row_pitch, size_t host_slice_pitch, void *ptr,
3459
3459
cl_uint num_events_in_wait_list, const cl_event *event_wait_list,
3460
3460
cl_event *event) {
3461
3461
return clEnqueueReadBufferRectIntelFPGA (
3462
- command_queue, buffer, blocking_read, buffer_offset, host_offset , region,
3462
+ command_queue, buffer, blocking_read, buffer_origin, host_origin , region,
3463
3463
buffer_row_pitch, buffer_slice_pitch, host_row_pitch, host_slice_pitch,
3464
3464
ptr, num_events_in_wait_list, event_wait_list, event);
3465
3465
}
0 commit comments