-
Notifications
You must be signed in to change notification settings - Fork 743
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SYCL][Doc] Update KernelProperties extension (#5343)
This commit makes several changes, to align with other extensions and address feedback and concerns: - To align with changes to the base property list extension, the _v suffix has been dropped from property values. - The "property_list" class is now called "properties". Some text in the extension still refers to the concept of a "property list" because this is easier to read. - Using a member function in conjunction with a tag type prevents kernel functors from accidentally implementing the properties interface, and prevents naming conflicts with existing variables in user code. Signed-off-by: John Pennycook <[email protected]>
- Loading branch information
Showing
1 changed file
with
91 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters