[Openmp-commits] [PATCH] D56332: [OPENMP][NVPTX]Fix dynamic scheduling.
Alexey Bataev via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Fri Jan 4 13:18:59 PST 2019
ABataev created this revision.
ABataev added reviewers: grokos, gtbercea, kkwli0.
Herald added subscribers: jfb, guansong.
Previous implementation may cause the runtime crash when the number of
teams is > 1024. Patch fixes this problem + reduces number of the atomic
operations by 32 times.
Repository:
rOMP OpenMP
https://reviews.llvm.org/D56332
Files:
libomptarget/deviceRTLs/nvptx/src/loop.cu
libomptarget/deviceRTLs/nvptx/src/omptarget-nvptx.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56332.180309.patch
Type: text/x-patch
Size: 5061 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20190104/f5caa6c5/attachment.bin>
More information about the Openmp-commits
mailing list