[Mlir-commits] [llvm] [mlir] [Offload] Add oneInterationPerThread param to loop device RTL (PR #151959)
Dominik Adamski
llvmlistbot at llvm.org
Mon Aug 18 02:50:52 PDT 2025
================
@@ -806,8 +816,16 @@ template <typename Ty> class StaticLoopChunker {
}
/// Worksharing `distribute`-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] BlockChunk Size of block chunk
+ /// \param[in] OneIterationPerThread Assume that one thread executes
----------------
DominikAdamski wrote:
done
https://github.com/llvm/llvm-project/pull/151959
More information about the Mlir-commits
mailing list