[PATCH] D155769: [Clang][docs][RFC] Add documentation for C++ Parallel Algorithm Offload
Alex Voicu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Aug 6 06:21:51 PDT 2023
AlexVlx marked an inline comment as done.
AlexVlx added inline comments.
================
Comment at: clang/docs/StdParSupport.rst:366-367
+
+ Note that this is a temporary, unsafe workaround for a deficiency in the C++
+ Standard.
+
----------------
keryell wrote:
> Another way could be to hide somehow a way to select the device in the policy like in https://github.com/KhronosGroup/SyclParallelSTL, which might be something included in your point "4." of "Open Questions / Future Developments".
> Perhaps better than opening the TLS Pandora box?
In hindsight, this was needlessly confusing and relied on an implementation detail, therefore the reference was removed. Thank you for pointing that out.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D155769/new/
https://reviews.llvm.org/D155769
More information about the cfe-commits
mailing list