Skip to content

Commit bbdda64

Browse files
authored
clarify that SVM is optional for all OpenCL 3.0 devices (#913)
1 parent c5864ef commit bbdda64

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

api/opencl_architecture.asciidoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1051,8 +1051,9 @@ There are three types of SVM in OpenCL
10511051
| No
10521052
|====
10531053

1054-
Coarse-Grained buffer SVM is required in the core OpenCL specification.
1055-
The two finer grained approaches are optional features in OpenCL.
1054+
Coarse-Grained buffer SVM is a required feature for OpenCL 2.0, 2.1, or 2.2
1055+
devices and an optional feature for OpenCL 3.0 or newer devices.
1056+
Fine-Grained SVM is an optional feature for all OpenCL devices.
10561057
The various SVM mechanisms to access host memory from the work-items
10571058
associated with a kernel instance are <<svm-summary-table, summarized
10581059
above>>.

0 commit comments

Comments
 (0)