We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b497a69 commit b467ad9Copy full SHA for b467ad9
1 file changed
extensions/cl_khr_unified_svm.asciidoc
@@ -329,7 +329,7 @@ Add to Table 5 - List of supported param_names by {clGetDeviceInfo}:
329
| {CL_SVM_CAPABILITY_HOST_WRITE_KHR}
330
| This type of SVM is writeable on the host without needing to map or unmap the allocation.
331
| {CL_SVM_CAPABILITY_HOST_MAP_KHR}
332
- | This type of SVM is accessible on the host but requires mapping and unmapping the allocation.
+ | This type of SVM can be accessed on the host by mapping and unmapping the allocation.
333
| {CL_SVM_CAPABILITY_DEVICE_READ_KHR}
334
| This type of SVM is accessible on the device for reading.
335
| {CL_SVM_CAPABILITY_DEVICE_WRITE_KHR}
0 commit comments