[Openmp-commits] [PATCH] D48480: [OPENMP, NVPTX] Fixes for NVPTX RTL

Alexey Bataev via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Fri Jun 22 06:31:46 PDT 2018


ABataev created this revision.
ABataev added a reviewer: grokos.
Herald added a subscriber: guansong.

Patch fixes several problems in the implementation of NVPTX RTL.

1. Detection of the last iteration for loops with static scheduling, no chunks.
2. Fixes reductions for the serialized parallel constructs.
3. Fixes handling of the barriers.


Repository:
  rOMP OpenMP

https://reviews.llvm.org/D48480

Files:
  libomptarget/deviceRTLs/nvptx/src/loop.cu
  libomptarget/deviceRTLs/nvptx/src/reduction.cu
  libomptarget/deviceRTLs/nvptx/src/sync.cu

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48480.152462.patch
Type: text/x-patch
Size: 6380 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20180622/3d12530c/attachment.bin>


More information about the Openmp-commits mailing list