[Openmp-commits] [llvm] [mlir] [openmp] [Flang][OpenMP] Add support for schedule clause for GPU (PR #81618)
Dominik Adamski via Openmp-commits
openmp-commits at lists.llvm.org
Fri Mar 1 11:03:58 PST 2024
================
@@ -685,17 +685,22 @@ template <typename Ty> class StaticLoopChunker {
Ty KernelIteration = NumBlocks * BlockChunk;
----------------
DominikAdamski wrote:
Current implementation matches clang chunking scheme.
https://github.com/llvm/llvm-project/pull/81618
More information about the Openmp-commits
mailing list