[Mlir-commits] [mlir] [OpenMP][MLIR] Add omp.distribute op to the OMP dialect (PR #67720)

Kiran Chandramohan llvmlistbot at llvm.org
Thu Sep 28 13:35:39 PDT 2023


kiranchandramohan wrote:

Could you share your plan before we proceed?
The proposal of this patch of a distribute operation that (possibly) nests a loop seems to be different from both the existing worksharing-loop design (that includes the loop) and the canonical-loop proposal under design where the distribute will accept a CLI value that represents a loop.

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


More information about the Mlir-commits mailing list