[Openmp-commits] [PATCH] D61801: [OPENMP][NVPTX]Simplify handling of thread limit, NFC.
George Rokos via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Fri May 10 19:10:40 PDT 2019
grokos accepted this revision.
grokos added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: libomptarget/deviceRTLs/nvptx/src/omptarget-nvptxi.h:42
items.flags = 0;
- items.nthreads = GetNumberOfProcsInTeam(isSPMDExecutionMode);
; // threads: whatever was alloc by kernel
items.threadId = 0; // is master
----------------
This line can be removed apparently.
Repository:
rOMP OpenMP
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61801/new/
https://reviews.llvm.org/D61801
More information about the Openmp-commits
mailing list