Skip to content

Commit c49303d

Browse files
authored
Update CL USM Extension from Rev Q to Rev R (#2355)
Fixes enum typo in table. Signed-off-by: Ben Ashbaugh <[email protected]>
1 parent d392b51 commit c49303d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

sycl/doc/extensions/USM/cl_intel_unified_shared_memory.asciidoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ If you are interested in using this feature in your software product, please let
6060
== Version
6161

6262
Built On: {docdate} +
63-
Revision: Q
63+
Revision: R
6464

6565
== Dependencies
6666

@@ -788,7 +788,7 @@ The new _param_name_ values described below may be used with the existing *clSet
788788
| Specifies that the kernel may access any device Unified Shared Memory allocation indirectly.
789789

790790
By default, the value for this flag is `CL_FALSE`, indicating that the kernel will only access explicitly specified device Unified Shared Memory allocations.
791-
| `CL_KERNEL_EXEC_INFO_{zwsp}SHARED_ACCESS_INTEL`
791+
| `CL_KERNEL_EXEC_INFO_{zwsp}INDIRECT_SHARED_ACCESS_INTEL`
792792
| cl_bool
793793
| Specifies that the kernel may access any shared Unified Shared Memory allocation indirectly.
794794

@@ -1251,6 +1251,7 @@ Note that some flags will not be valid, such as `CL_MEM_USE_HOST_PTR`.
12511251
|O|2020-01-23|Ben Ashbaugh|Added aliases for USM migration flags.
12521252
|P|2020-02-28|Ben Ashbaugh|Added blocking memfree API.
12531253
|Q|2020-03-12|Ben Ashbaugh|Name tweak for blocking memfree API, added comparison to SVM, allow zero memory advice.
1254+
|R|2020-08-21|Ben Ashbaugh|Fixed enum name typo in table.
12541255
|========================================
12551256

12561257
//************************************************************************

0 commit comments

Comments
 (0)