diff options
author | Artem Belevich <tra@google.com> | 2019-09-03 17:31:58 +0000 |
---|---|---|
committer | Artem Belevich <tra@google.com> | 2019-09-03 17:31:58 +0000 |
commit | ce94ec661f53892e2af3c40a3800e5b9258618cd (patch) | |
tree | dc67782f2bf50235ba104289631ddf78f3475fbf /lldb/packages/Python/lldbsuite/test/python_api/signals/main.cpp | |
parent | 37e2f5f125e1e9553d8a55261fae40e0bde1ada2 (diff) | |
download | bcm5719-llvm-ce94ec661f53892e2af3c40a3800e5b9258618cd.tar.gz bcm5719-llvm-ce94ec661f53892e2af3c40a3800e5b9258618cd.zip |
[CUDA] Use activemask.b32 instruction to implement __activemask w/ CUDA-9.2+
vote.ballot instruction is gone in recent CUDA versions and
vote.sync.ballot can not be used because it needs a thread mask parameter.
Fortunately PTX 6.2 (introduced with CUDA-9.2) provides activemask.b32
instruction for this.
Differential Revision: https://reviews.llvm.org/D66665
llvm-svn: 370792
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/signals/main.cpp')
0 files changed, 0 insertions, 0 deletions