-
Notifications
You must be signed in to change notification settings - Fork 738
2019 07 08 meeting notes
- Opens
- Development status update for the past month
- "__unique_stable_name" built-in. https://github.com/intel/llvm/pull/250
- Summary of changes for the last month
- Update on patches "in review" in LLORG:
- https://reviews.llvm.org/D60455 - device code outlining attributes
- https://reviews.llvm.org/D63710 - enabling OpenCL sampler type in SYCL device compilation mode
- Update on patches "in work":
- https://github.com/intel/llvm/pull/249 - lowering "operator()" of SYCL kernel type to OpenCL kernel
- Updates on issues:
- https://github.com/intel/llvm/issues/186 - ICE when using libcxx.
Participants: Alexey Bader(Intel), Oleg Maslov(Intel), Mike Kinsner(Intel), Andrew Savonichev(Intel), Victor Lomuller(Codeplay), Ronan Keryell(Xilinx), Andrew Gozillon(Xilinx), Kevin Petit(ARM), Liber Nevin(ANL)
No
Andrew S: We are going to remove DISABLE_INFER_AS. Any problems with that? Andrew G: We need at least a week to check if this breaks Xilinx.
"__unique_stable_name" built-in. https://github.com/intel/llvm/pull/250
Alexey: New clang built-in functions is about to be added to enable compiler generated names for SYCL kernels (i.e. lambdas).
- https://reviews.llvm.org/D60455 - device code outlining attributes
- https://reviews.llvm.org/D63710 - enabling OpenCL sampler type in SYCL device compilation mode
Alexey: addressed Anastasia comments and waiting for additional feedback or approval.
- https://github.com/intel/llvm/pull/249 - lowering "operator()" of SYCL kernel type to OpenCL kernel
Alexey: we prepared new patch and created a PR for additional review on GitHub within this working group before pushing it to phabricator. Please, take a look.
ICE when using libcxx (https://github.com/intel/llvm/issues/186)
Alexey: Victor is going to add address space attributes, which will allows us to remove keywords clashing with libcxx functions.