-
Notifications
You must be signed in to change notification settings - Fork 741
2020 02 24 sync
Alexey Bader edited this page Feb 13, 2020
·
3 revisions
- Opens
- Optimizing LLVM IR for SPIR target
- Patches in review for llorg:
- https://reviews.llvm.org/D72857 - [SYCL] Driver option to enable SYCL mode and select SYCL version
- https://reviews.llvm.org/D71016 - [SYCL] Implement OpenCL kernel function generation
- https://reviews.llvm.org/D74387 - [SYCL] Do not diagnose use of __float128
- Address space handling in SYCL:
-
https://github.com/intel/llvm/pull/968: Current implementation (with one minor change for
addres_space
attribute) - - https://github.com/bader/llvm/pull/5: Experimental implementation with OpenCL AS reuse. NOTE: it's not fully functional as. There are a few lit tests failing.
-
https://github.com/intel/llvm/pull/968: Current implementation (with one minor change for