aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-objdump/llvm-objdump.cpp
diff options
context:
space:
mode:
authorAlexey Bataev <a.bataev@hotmail.com>2019-04-15 20:15:20 +0000
committerAlexey Bataev <a.bataev@hotmail.com>2019-04-15 20:15:20 +0000
commit13532ea62340ee8f54353aa4d0f309c1e0d1ebd3 (patch)
tree5cd02a5eaff3a0cc53a3334d4ef84f82cd2057f5 /llvm/tools/llvm-objdump/llvm-objdump.cpp
parent407dd4d1693d57617206131fecdf348061db2ffa (diff)
downloadllvm-13532ea62340ee8f54353aa4d0f309c1e0d1ebd3.zip
llvm-13532ea62340ee8f54353aa4d0f309c1e0d1ebd3.tar.gz
llvm-13532ea62340ee8f54353aa4d0f309c1e0d1ebd3.tar.bz2
[OPENMP][NVPTX]Fix dynamic scheduling in L2+ SPMD parallel regions.
Summary: If the kernel is executed in SPMD mode and the L2+ parallel for region with the dynamic scheduling is executed, dynamic scheduling functions are called. They expect full runtime support, but SPMD kernels may be executed without the full runtime. It leads to the runtime crash of the compiled program. Patch fixes this problem + fixes handling of the parallelism level in SPMD mode, which is required as part of this patch. Reviewers: gtbercea, kkwli0, grokos Subscribers: guansong, jdoerfert, openmp-commits, caomhin Tags: #openmp Differential Revision: https://reviews.llvm.org/D60578 llvm-svn: 358442
Diffstat (limited to 'llvm/tools/llvm-objdump/llvm-objdump.cpp')
0 files changed, 0 insertions, 0 deletions