Skip to content
Alexey Bader edited this page Jun 1, 2020 · 3 revisions

Agenda

Meeting notes

Participants: Alexey Bader (Intel), Mariya Podchischaeva (Intel), Dmitry Sidorov (Intel), Ronan Keryell (Xilinx), Hal Finkel (ANL), Victor Lomuller (Codeplay)

  • Opens
    • AR Alexey - upstream SYCL pointer lowering to address spaces.
  • GitHub issues/PRs
    • https://github.com/intel/llvm/pull/1704 - New address spaces for USM pointers
      • SYCL generates global pointer for usm pointers.
      • Buffer accessor are also mapped to OpenCL global memory
      • USM allows host and device side allocations.
      • We are going to add two storage mode to let the FPGA compiler emit efficient memory access instructions for device allocations.
      • Address space: what is more efficient : new AS or new attribute?
      • Dmitry: it's easy to loose LLVM metadata and it's more natural for SPIR-V to use.
  • Patches in review for llorg:
Clone this wiki locally