Skip to content

Commit c9ab027

Browse files
committed
editorial cleanup
1 parent dd084ed commit c9ab027

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

api/opencl_runtime_layer.asciidoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11037,20 +11037,20 @@ Otherwise, it returns one of the following errors:
1103711037
This error code is <<unified-spec, missing before>> version 2.0.
1103811038
* {CL_INVALID_ARG_SIZE}
1103911039
** if _arg_value_ points to a memory object and _arg_size_ is not equal to
11040-
`sizeof({cl_mem_TYPE})`, or
11040+
`sizeof({cl_mem_TYPE})`
1104111041
** if _arg_value_ points to a sampler object and _arg_size_ is not equal to
11042-
`sizeof({cl_sampler_TYPE})`, or
11042+
`sizeof({cl_sampler_TYPE})`
1104311043
** if _arg_value_ points to a device queue object and _arg_size_ is not
11044-
equal to `sizeof({cl_command_queue_TYPE})`, or
11044+
equal to `sizeof({cl_command_queue_TYPE})`
1104511045
** if the kernel argument is a pointer to the the `local` address space and
11046-
_arg_size_ is zero, or
11046+
_arg_size_ is zero
1104711047
** if _arg_value_ points to the data to be used as the kernel argument value
1104811048
and _arg_size_ does not match the size of the data type for the argument
1104911049
* {CL_INVALID_ARG_VALUE}
1105011050
** if _arg_value_ is not a valid value.
1105111051
** if the argument is an image declared with the `read_only` qualifier and
1105211052
_arg_value_ points to an image object created with the memory flag
11053-
{CL_MEM_WRITE_ONLY}, or
11053+
{CL_MEM_WRITE_ONLY}
1105411054
** if the argument is an image declared with the `write_only` qualifier and
1105511055
_arg_value_ points to an image object created with the memory flag
1105611056
{CL_MEM_READ_ONLY}

0 commit comments

Comments
 (0)