[flang] [llvm] [mlir] [MLIR][OpenMP] Add MLIR Lowering Support for dist_schedule (PR #152736)
Tom Eccles via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 11 05:57:15 PST 2025
================
@@ -5335,6 +5431,7 @@ OpenMPIRBuilder::applyDynamicWorkshareLoop(DebugLoc DL, CanonicalLoopInfo *CLI,
Builder.CreateCall(DynamicInit,
{SrcLoc, ThreadNum, SchedulingType, /* LowerBound */ One,
UpperBound, /* step */ One, Chunk});
+ // TODO Do we need a Init call here for if dist_schedule is present?
----------------
tblah wrote:
Sorry I didn't phrase that very well. dist_schedule didn't support any other kind values in OpenMP 4.0 either. I don't think it ever supported a dynamic kind.
https://github.com/llvm/llvm-project/pull/152736
More information about the llvm-commits
mailing list