-
Notifications
You must be signed in to change notification settings - Fork 738
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Align OpenCL kernel arg table with SPIR-V
The OpenCL table describing legal kernel arguments had the opposite order from the corresponding SPIR-V table. The OpenCL table listed the SYCL argument type in the left column while the SPIR-V table listed the SYCL argument tupe in the right column. I like the SPIR-V format better, so change the OpenCL table to match. This also adopts some of the same wording from the SPIR-V table into the OpenCL one.
- Loading branch information
Showing
1 changed file
with
36 additions
and
28 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