This revision was automatically updated to reflect the committed changes.
Closed by commit rL293001: [OpenMP] Codegen support for 'target teams' on the
host. (authored by arpith).
Changed prior to commit:
https://reviews.llvm.org/D29084?vs=85585&id=85673#toc
Repository:
rL LLVM
https://revi
ABataev accepted this revision.
ABataev added a comment.
This revision is now accepted and ready to land.
LG
https://reviews.llvm.org/D29084
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-c
arpith-jacob created this revision.
This patch adds support for codegen of 'target teams' on the host.
This combined directive has two captured statements, one for the
'teams' region, and the other for the 'parallel'.
This target teams region is offloaded using the __tgt_target_teams()
call. The