You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[C++ for OpenCL] Make dtors with named address spaces optional. (#736)
This feature was not fully supported by clang and got
de-prioritized from the release due to the following:
- global dtors were not supported originally.
- private and local address spaces can be supported
through generic address space.
- local dtors can't be invoked automatically and object in this
address space are pseudo-global anyway.
The WIP implementation review for supporting this feature can be
tracked through: https://reviews.llvm.org/D109609.
0 commit comments