-
Notifications
You must be signed in to change notification settings - Fork 738
2019 12 09 meeting notes
Alexey Bader edited this page Dec 23, 2019
·
2 revisions
- Opens
- Patches to clang - status update
- https://reviews.llvm.org/D60455 - committed w/o CodeGen part.
- https://reviews.llvm.org/D71005 - committed with additional follow-up from Aaron.
- https://reviews.llvm.org/D71016 - waiting for review.
Participants: Alexey Bader (Intel), Mariya Podchischaeva (Intel), Ronan Keryell (Xilinx), Victor Lomuller (Codeplay), Hal Finkel (ANL)
https://reviews.llvm.org/D60455 - committed w/o CodeGen part.
https://reviews.llvm.org/D71005 - committed with additional follow-up from Aaron.
- Ronan: can we re-use address_space attribute?
- Victor: address_space specifies target address space, whereas we need semantically different attributes.
- Ronan: Hal, do you remember why we have a restriction to have only one namespace?
- Hal: I don't recall..
https://reviews.llvm.org/D71016 - waiting for review.
- Ronan: what is wrong with the current approach?
- Victor: you have to modify compiler if you want to add new parameter type.