-
Notifications
You must be signed in to change notification settings - Fork 751
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SYCL-PTX] Libclc binding for SYCL device
SYCL uses a custom mangling scheme (mangles target address space 0). This patch adds a "binding" layer (sycldevice-binding.cpp). The binding layer is compiled in sycl device mode which allow to generate the expected mangling when the target address space is 0. Signed-off-by: Victor Lomuller <victor@codeplay.com>
- Loading branch information
Showing
4 changed files
with
2,612 additions
and
2 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
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
Oops, something went wrong.