[Mlir-commits] [llvm] [mlir] [Offload] Add oneInterationPerThread param to loop device RTL (PR #151959)

Dominik Adamski llvmlistbot at llvm.org
Mon Aug 18 01:52:21 PDT 2025


================
@@ -767,8 +767,17 @@ template <typename Ty> class StaticLoopChunker {
 
 public:
   /// Worksharing `for`-loop.
+  /// \param[in] Loc Description of source location
+  /// \param[in] LoopBody Function which corresponds to loop body
+  /// \param[in] Arg Pointer to struct which contains loop body args
+  /// \param[in] NumIters Number of loop iterations
+  /// \param[in] NumThreads Number of GPU threads
+  /// \param[in] ThreadChunk Size of thread chunk
+  /// \param[in] OneIterationPerThread Assume that one thread executes
----------------
DominikAdamski wrote:

Applied, thanks

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


More information about the Mlir-commits mailing list