- 
                Notifications
    You must be signed in to change notification settings 
- Fork 794
2019 08 19 meeting notes
        Alexey Bader edited this page Sep 30, 2019 
        ·
        2 revisions
      
    - Opens
- SYCL development status update
- SYCL* Compiler and Runtimes 2019-08 release update
- Khronos CTS status on Intel's devices
 
Participants: Alexey Bader(Intel), Ronan Keryell(Xilinx), Andrew Gozillon(Xilinx), Liber Nevin(ANL), Victor Lomuller(Codeplay)
No
- Added support for Image accessors.
- Added Windows configuration to CI system
- Added FPGA memory attributes support for static variables
Ronan: it would be better to re-use clang annotate attribute and remove FPGA specific attributes.
- Added depends_onhandler method to maintain dependencies between SYCL kernels in USM mode
- 
-L<dir>now can be used to find libraries with-foffload-static-lib
- A lot of bug fixes and improvements - see https://github.com/intel/llvm/releases/tag/2019-08 description for more details.
- 100% of SYCL CTS tests are passing on Intel OpenCL CPU and GPU devices
- SYCL host device is not fully functional