Skip to content

Commit f043e48

Browse files
committed
remove overly general error condition
1 parent 58ce0db commit f043e48

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

api/opencl_runtime_layer.asciidoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11039,7 +11039,6 @@ Otherwise, it returns one of the following errors:
1103911039
** if _arg_value_ points to the data to be used as the kernel argument value
1104011040
and _arg_size_ does not match the size of the data type for the argument
1104111041
* {CL_INVALID_ARG_VALUE}
11042-
** if _arg_value_ is not a valid value.
1104311042
** if the argument is an image declared with the `read_only` qualifier and
1104411043
_arg_value_ points to an image object created with the memory flag
1104511044
{CL_MEM_WRITE_ONLY}

0 commit comments

Comments
 (0)