[llvm-branch-commits] [llvm] [mlir] [OpenMP][OMPIRBuilder] Use device shared memory for arg structures (PR #150925)

Pranav Bhandarkar via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Aug 6 13:56:35 PDT 2025


================
@@ -268,6 +268,38 @@ computeOpenMPScheduleType(ScheduleKind ClauseKind, bool HasChunks,
   return Result;
 }
 
+/// Given a function, if it represents the entry point of a target kernel, this
+/// returns the execution mode flags associated to that kernel.
----------------
bhandarkar-pranav wrote:

< nit > associated with

https://github.com/llvm/llvm-project/pull/150925


More information about the llvm-branch-commits mailing list