Skip to content

Commit b497a69

Browse files
authored
clarify query for CL_SVM_INFO_PROPERTIES_KHR returns an array
1 parent 11125c3 commit b497a69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/cl_khr_unified_svm.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@ Otherwise, it will return one of the following error values:
652652
Returns `0` if _ptr_ does not point into an SVM allocation returned from {clSVMAllocWithPropertiesKHR} or {clSVMAlloc} for _context_.
653653

654654
| {CL_SVM_INFO_PROPERTIES_KHR}
655-
| {cl_svm_alloc_properties_khr_TYPE}
655+
| {cl_svm_alloc_properties_khr_TYPE}[]
656656
| Returns the properties argument specified in {clSVMAllocWithPropertiesKHR} when _ptr_ was allocated.
657657

658658
If the properties argument specified in {clSVMAllocWithPropertiesKHR} was not `NULL`, the implementation must return the values specified in the properties argument in the same order and without including additional properties.

0 commit comments

Comments
 (0)