[PATCH] D41709: [OpenMP] Initial implementation of code generation for pragma 'target teams distribute parallel for' on host
Carlo Bertolli via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 3 12:59:08 PST 2018
carlo.bertolli created this revision.
carlo.bertolli added a reviewer: ABataev.
This patch includes code generation and testing for offloading when target device is host.
Repository:
rC Clang
https://reviews.llvm.org/D41709
Files:
lib/Basic/OpenMPKinds.cpp
lib/CodeGen/CGOpenMPRuntime.cpp
lib/CodeGen/CGStmtOpenMP.cpp
lib/CodeGen/CodeGenFunction.h
lib/Sema/SemaOpenMP.cpp
test/OpenMP/target_teams_distribute_parallel_for_codegen.cpp
test/OpenMP/target_teams_distribute_parallel_for_collapse_codegen.cpp
test/OpenMP/target_teams_distribute_parallel_for_dist_schedule_codegen.cpp
test/OpenMP/target_teams_distribute_parallel_for_firstprivate_codegen.cpp
test/OpenMP/target_teams_distribute_parallel_for_if_codegen.cpp
test/OpenMP/target_teams_distribute_parallel_for_lastprivate_codegen.cpp
test/OpenMP/target_teams_distribute_parallel_for_private_codegen.cpp
test/OpenMP/target_teams_distribute_parallel_for_proc_bind_codegen.cpp
test/OpenMP/target_teams_distribute_parallel_for_reduction_codegen.cpp
test/OpenMP/target_teams_distribute_parallel_for_schedule_codegen.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41709.128551.patch
Type: text/x-patch
Size: 172388 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180103/70ce5a0f/attachment-0001.bin>
More information about the cfe-commits
mailing list