aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectBreakpointCommand.cpp
diff options
context:
space:
mode:
authorAlexey Bataev <a.bataev@hotmail.com>2019-08-26 17:32:45 +0000
committerAlexey Bataev <a.bataev@hotmail.com>2019-08-26 17:32:45 +0000
commitda8b5cc9f138b20c75f1b0592d0b046b8d5b08b6 (patch)
treecfea28298c286930c7dc050bc94639a0fe792bb1 /lldb/source/Commands/CommandObjectBreakpointCommand.cpp
parent98f9e94e57d62170ee5c7dcd4e4d90ddb84baf2d (diff)
downloadllvm-da8b5cc9f138b20c75f1b0592d0b046b8d5b08b6.zip
llvm-da8b5cc9f138b20c75f1b0592d0b046b8d5b08b6.tar.gz
llvm-da8b5cc9f138b20c75f1b0592d0b046b8d5b08b6.tar.bz2
[OPENMP][NVPTX]Add __kmpc_syncwarp(int32_t) function.
Summary: Added function void __kmpc_syncwarp(int32_t) to expose it to the compiler. It is required to fix the problem with the critical regions in Cuda9.0+. We cannot use barrier in the critical region, but still need to reconverge the threads in the warp after. This function allows to do this. Reviewers: grokos, jdoerfert Subscribers: guansong, openmp-commits, kkwli0, caomhin Tags: #openmp Differential Revision: https://reviews.llvm.org/D66672 llvm-svn: 369933
Diffstat (limited to 'lldb/source/Commands/CommandObjectBreakpointCommand.cpp')
0 files changed, 0 insertions, 0 deletions