diff options
author | Yaxun Liu <Yaxun.Liu@amd.com> | 2016-11-01 18:45:32 +0000 |
---|---|---|
committer | Yaxun Liu <Yaxun.Liu@amd.com> | 2016-11-01 18:45:32 +0000 |
commit | 7d07ae7c8574cc15051f814ad03a08b137e521d5 (patch) | |
tree | 2c001b46e33347559b107f738c6dc5c0d7ef12df /lldb/packages/Python/lldbsuite/test/functionalities/process_attach/TestProcessAttach.py | |
parent | cb578f84e091e9198b25c687d0f5f1dc558f27c5 (diff) | |
download | bcm5719-llvm-7d07ae7c8574cc15051f814ad03a08b137e521d5.tar.gz bcm5719-llvm-7d07ae7c8574cc15051f814ad03a08b137e521d5.zip |
[OpenCL] Mark group functions as convergent in opencl-c.h
Certain OpenCL builtin functions are supposed to be executed by all threads in a work group or sub group. Such functions should not be made divergent during transformation. It makes sense to mark them with convergent attribute.
The adding of convergent attribute is based on Ettore Speziale's work and the original proposal and patch can be found at https://www.mail-archive.com/cfe-commits@lists.llvm.org/msg22271.html.
Differential Revision: https://reviews.llvm.org/D25343
llvm-svn: 285725
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/process_attach/TestProcessAttach.py')
0 files changed, 0 insertions, 0 deletions