Skip to content

Commit b467ad9

Browse files
rephrase the description of the HOST_MAP capability
Co-authored-by: Jose Lopez <joselope@qti.qualcomm.com>
1 parent b497a69 commit b467ad9

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
@@ -329,7 +329,7 @@ Add to Table 5 - List of supported param_names by {clGetDeviceInfo}:
329329
| {CL_SVM_CAPABILITY_HOST_WRITE_KHR}
330330
| This type of SVM is writeable on the host without needing to map or unmap the allocation.
331331
| {CL_SVM_CAPABILITY_HOST_MAP_KHR}
332-
| This type of SVM is accessible on the host but requires mapping and unmapping the allocation.
332+
| This type of SVM can be accessed on the host by mapping and unmapping the allocation.
333333
| {CL_SVM_CAPABILITY_DEVICE_READ_KHR}
334334
| This type of SVM is accessible on the device for reading.
335335
| {CL_SVM_CAPABILITY_DEVICE_WRITE_KHR}

0 commit comments

Comments
 (0)