[llvm] [OpenMPIRBuilder] Add support for target workshare loops (PR #73360)
Johannes Doerfert via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 28 11:14:38 PST 2023
================
@@ -900,6 +910,28 @@ class OpenMPIRBuilder {
omp::OpenMPOffloadMappingFlags MemberOfFlag);
private:
+ /// Modifies the canonical loop to be a statically-scheduled workshare loop
+ /// which is executed on the device
+ ///
+ /// This takes a \p LoopInfo representing a canonical loop, such as the one
----------------
jdoerfert wrote:
-LoopInfo +CLI (or - \p)
https://github.com/llvm/llvm-project/pull/73360
More information about the llvm-commits
mailing list