Skip to content

Commit 6cacb89

Browse files
committed
minor fixes for system SVM allocated by driver APIs
1 parent 55ae4a2 commit 6cacb89

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

extensions/cl_khr_unified_svm.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ No SVM free flags are added by this extension:
231231
typedef cl_bitfield cl_svm_free_flags_khr;
232232
----
233233

234-
Enumeration type and values for the _param_name_ parameter to {clGetSVMPointerInfoKHR} to query information about an SVM allocation.
234+
Enumeration type and values for the _param_name_ parameter to {clGetSVMPointerInfoKHR} to query information about SVM allocations made by {clSVMAllocWithPropertiesKHR} or {clSVMAlloc}.
235235

236236
[source]
237237
----
@@ -378,12 +378,12 @@ The following table provides a high-level summary of SVM capabilities for some c
378378
| Host | Yes | Host | N/A
379379
| Any Device | Yes (perhaps over a bus, such as PCIe) | Device | No
380380
381-
.3+| **Shared SVM** .3+| Host, or Associated Device, or Unspecified
381+
.3+| **Shared SVM** .3+| Associated Device or Unspecified
382382
| Host | Yes | Host | Yes
383383
| Associated Device | Yes | Device | Yes
384384
| Another Device | Not With This Extension | Another Device | Not With This Extension
385385
386-
.2+| **Shared System SVM** .2+| Host
386+
.2+| **Shared System SVM** .2+| Associated Device or Unspecified
387387
| Host | Yes | Host | Yes
388388
| Device | Yes | Device | Yes
389389

0 commit comments

Comments
 (0)