Skip to content

Commit d2a5639

Browse files
authored
fix a couple of additional buffer device address asciidoctor typos (#1361)
1 parent b88578e commit d2a5639

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

api/cl_ext_buffer_device_address.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ can allocate.
5050

5151
=== New Types
5252

53-
* {cl_mem_device_address_EXT}
53+
* {cl_mem_device_address_ext_TYPE}
5454

5555
=== New Enums
5656

api/opencl_runtime_layer.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6674,7 +6674,7 @@ ifdef::cl_ext_buffer_device_address[]
66746674
| {CL_MEM_DEVICE_ADDRESS_EXT_anchor}
66756675

66766676
include::{generated}/api/version-notes/CL_MEM_DEVICE_ADDRESS_EXT.asciidoc[]
6677-
| {cl_mem_device_address_EXT_TYPE}[]
6677+
| {cl_mem_device_address_ext_TYPE}[]
66786678
| If _memobj_ was created using {clCreateBufferWithProperties} with
66796679
the {CL_MEM_DEVICE_PRIVATE_ADDRESS_EXT} property set to {CL_TRUE},
66806680
returns a list of device addresses for the buffer, one for each
@@ -11123,7 +11123,7 @@ ifdef::cl_ext_buffer_device_address[]
1112311123
| {CL_KERNEL_EXEC_INFO_DEVICE_PTRS_EXT_anchor}
1112411124

1112511125
include::{generated}/api/version-notes/CL_KERNEL_EXEC_INFO_DEVICE_PTRS_EXT.asciidoc[]
11126-
| {cl_mem_device_address_EXT_TYPE}[]
11126+
| {cl_mem_device_address_ext_TYPE}[]
1112711127
| Device pointers must reference locations contained entirely within
1112811128
buffers that are passed to kernel as arguments, or that are passed
1112911129
through the execution information. Non-argument device pointers accessed

0 commit comments

Comments
 (0)