[PATCH] D43852: [OpenMP] Extend NVPTX SPMD implementation of combined constructs

Carlo Bertolli via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 27 18:47:44 PST 2018


carlo.bertolli created this revision.
carlo.bertolli added a reviewer: ABataev.
Herald added subscribers: guansong, jholewinski.

This patch extends the SPMD implementation to all target constructs and guards this implementation under a new flag.


Repository:
  rC Clang

https://reviews.llvm.org/D43852

Files:
  include/clang/Basic/LangOptions.def
  include/clang/Driver/Options.td
  lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
  lib/CodeGen/CGStmtOpenMP.cpp
  lib/Driver/ToolChains/Clang.cpp
  lib/Frontend/CompilerInvocation.cpp
  test/OpenMP/nvptx_target_parallel_codegen.cpp
  test/OpenMP/nvptx_target_parallel_num_threads_codegen.cpp
  test/OpenMP/nvptx_target_parallel_proc_bind_codegen.cpp
  test/OpenMP/nvptx_target_parallel_reduction_codegen.cpp
  test/OpenMP/nvptx_target_simd_codegen.cpp
  test/OpenMP/nvptx_target_teams_distribute_parallel_for_codegen.cpp
  test/OpenMP/nvptx_target_teams_distribute_parallel_for_simd_codegen.cpp
  test/OpenMP/nvptx_target_teams_distribute_simd_codegen.cpp
  test/OpenMP/target_parallel_debug_codegen.cpp
  test/OpenMP/target_parallel_for_debug_codegen.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43852.136214.patch
Type: text/x-patch
Size: 41678 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180228/eead4127/attachment-0001.bin>


More information about the cfe-commits mailing list