-
Notifications
You must be signed in to change notification settings - Fork 747
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SYCL] Add support for _Float16 type mangling to OclCxxRewrite
Half type is defined on SYCL device as _Float16. This type is mangled by clang as "DF16_". OclCxxRewrite doesn't support this mangling and skips all OpenCL built-ins with _Float16 type. So these built-ins are not translated properly to SPIRV without this change. Signed-off-by: Mariya Podchishchaeva <[email protected]>
- Loading branch information
1 parent
83403c9
commit 22173c9
Showing
2 changed files
with
3 additions
and
1 deletion.
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
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