-
Notifications
You must be signed in to change notification settings - Fork 769
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