-
Notifications
You must be signed in to change notification settings - Fork 766
2020 01 27 sync
Alexey Bader edited this page Jan 20, 2020
·
1 revision
- Opens
- 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
- 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