[PATCH] D29758: [OpenMP] Parallel reduction on the NVPTX device.

Arpith Jacob via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Feb 12 12:58:29 PST 2017


arpith-jacob updated this revision to Diff 88144.
arpith-jacob added a comment.

Updated patch to address Alexey's comments.  Condensed parameters in emitReduction() to a struct Options.


https://reviews.llvm.org/D29758

Files:
  lib/CodeGen/CGOpenMPRuntime.cpp
  lib/CodeGen/CGOpenMPRuntime.h
  lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
  lib/CodeGen/CGOpenMPRuntimeNVPTX.h
  lib/CodeGen/CGStmtOpenMP.cpp
  lib/CodeGen/CodeGenFunction.h
  test/OpenMP/nvptx_target_parallel_reduction_codegen.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29758.88144.patch
Type: text/x-patch
Size: 102888 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170212/53e39f3e/attachment-0001.bin>


More information about the cfe-commits mailing list