[PATCH] D108461: [OpenCL] Supports optional generic address space in C++ for OpenCL 2021

Anastasia Stulova via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 25 02:45:19 PDT 2021


Anastasia added a comment.

In D108461#2960030 <https://reviews.llvm.org/D108461#2960030>, @Topotuna wrote:

> `__opencl_c_generic_address_space` should not have been chosen as the first feature to be addressed out of all OpenCL 3.0 optional core features. This is because `__opencl_c_device_enqueue` has a dependency on this feature. I will review the order in which OpenCL 3.0 optional features should be introduced to C++ for OpenCL 2021 and return to this revision when all dependencies are resolved.

Ok, although it makes sense to add generic address space as multiple other features depend on this and we can unblock more work. Also I think `__opencl_c_device_enqueue` is being worked on by someone already but it is still not complete.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D108461/new/

https://reviews.llvm.org/D108461



More information about the cfe-commits mailing list