]> granicus.if.org Git - clang/commit
[OPENMP][NVPTX]Basic support for reductions across the teams.
authorAlexey Bataev <a.bataev@hotmail.com>
Tue, 27 Nov 2018 21:24:54 +0000 (21:24 +0000)
committerAlexey Bataev <a.bataev@hotmail.com>
Tue, 27 Nov 2018 21:24:54 +0000 (21:24 +0000)
commit260cb965db4393f29cfb394eaba5fbe2a12be080
tree9557b669fdedf1e23b6ea98be3fea073e480eee7
parent203f103b27d352b82b156a51f6309341432629d3
[OPENMP][NVPTX]Basic support for reductions across the teams.

Added basic codegen support for the reductions across the teams.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@347715 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGOpenMPRuntime.h
lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
test/OpenMP/nvptx_teams_reduction_codegen.cpp