[PATCH] D97393: Add support for OpenMP do schedule dynamic
Mats Petersson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 24 08:18:08 PST 2021
Leporacanthicus created this revision.
Leporacanthicus added reviewers: Meinersbur, jdoerfert, fghanim.
Herald added subscribers: teijeong, rdzhabarov, tatianashp, msifontes, jurahul, Kayjukh, grosul1, Joonsoo, liufengdb, aartbik, lucyrfox, mgester, arpith-jacob, antiagainst, shauheen, rriddle, mehdi_amini, guansong, hiraditya, yaxunl.
Herald added a reviewer: ftynse.
Leporacanthicus requested review of this revision.
Herald added subscribers: llvm-commits, sstefan1, stephenneuendorffer, nicolasvasilache.
Herald added projects: MLIR, LLVM.
The implementation supports static schedule for Fortran do loops. This
implements the dynamic variant of the same concept.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D97393
Files:
llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h
llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp
mlir/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D97393.326102.patch
Type: text/x-patch
Size: 11163 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210224/a357863d/attachment.bin>
More information about the llvm-commits
mailing list