Skip to content

Commit efea7c2

Browse files
committed
Clarify alignment requirements on ptr parameter to image RW commands
The linked section does not document any meaningful requirements. Better to remove this confusing statement. Signed-off-by: Kevin Petit <kevin.petit@arm.com> Change-Id: Ie9715fa79901b6b6f3d110ed8989a8be9f7133ed
1 parent 6b00a9b commit efea7c2

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

api/opencl_runtime_layer.asciidoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3689,8 +3689,6 @@ endif::cl_khr_mipmap_image[]
36893689
pitch is calculated based on the _row_pitch_ {times} _height_.
36903690
* _ptr_ is the pointer to a buffer in host memory where image data is to be
36913691
read from or to be written to.
3692-
The alignment requirements for ptr are specified in
3693-
<<alignment-app-data-types,Alignment of Application Data Types>>.
36943692
* _event_wait_list_ and _num_events_in_wait_list_ specify events that need to
36953693
complete before this particular command can be executed.
36963694
If _event_wait_list_ is `NULL`, then this particular command does not wait

0 commit comments

Comments
 (0)