You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extensions/cl_khr_unified_svm.asciidoc
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -231,7 +231,7 @@ No SVM free flags are added by this extension:
231
231
typedef cl_bitfield cl_svm_free_flags_khr;
232
232
----
233
233
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}.
235
235
236
236
[source]
237
237
----
@@ -378,12 +378,12 @@ The following table provides a high-level summary of SVM capabilities for some c
378
378
| Host | Yes | Host | N/A
379
379
| Any Device | Yes (perhaps over a bus, such as PCIe) | Device | No
380
380
381
-
.3+| **Shared SVM** .3+| Host, or Associated Device, or Unspecified
381
+
.3+| **Shared SVM** .3+| Associated Device or Unspecified
382
382
| Host | Yes | Host | Yes
383
383
| Associated Device | Yes | Device | Yes
384
384
| Another Device | Not With This Extension | Another Device | Not With This Extension
385
385
386
-
.2+| **Shared System SVM** .2+| Host
386
+
.2+| **Shared System SVM** .2+| Associated Device or Unspecified
0 commit comments