-
Notifications
You must be signed in to change notification settings - Fork 737
2020 07 20 sync
Alexey Bader edited this page Aug 4, 2020
·
3 revisions
-
Opens
-
Patches in review for llorg:
-
https://reviews.llvm.org/D80932 - [SYCL] Make default address space a superset of OpenCL address spaces
- First attempt to address Victor's comment and enable new behavior in SYCL mode only.
- Anastasia's reply on RFC. http://lists.llvm.org/pipermail/cfe-dev/2020-July/066192.html
-
https://reviews.llvm.org/D80932 - [SYCL] Make default address space a superset of OpenCL address spaces
-
GitHub issues/PRs
-
https://github.com/intel/llvm/issues/1799#issuecomment-637395726 -
half
implementation:__fp16
vs_Float16
. -
https://github.com/intel/llvm/issues/2041 - [SYCL][FE] Add an attribute to annotate special sycl types
- https://reviews.llvm.org/D71016 - [SYCL] Implement OpenCL kernel function generation
-
https://github.com/intel/llvm/issues/1799#issuecomment-637395726 -
-
Back-burner
- https://reviews.llvm.org/D77220 - [SYCL] Enable OpenCL types required for implementing the SYCL headers.
Participants: Alexey Bader (Intel), Roland Schulz (Intel), Hal Finkel (ANL), Victor Lomuller (Codeplay)
In I missed someone, feel free to add paticipants
- Anastasia's reply on RFC. http://lists.llvm.org/pipermail/cfe-dev/2020-July/066192.html
- We discussed different approaches for handling address spaces in SYCL mode. Decided to continue discussion on proposed approach with re-using OpenCL attributes as described in the mailing list. Based on the feedback from Anastasia, we can either commit existing patch https://reviews.llvm.org/D80932 or add SYCL-specific address space attributes.