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

Jan Leyonberg llvmlistbot at llvm.org
Fri Nov 17 05:29:06 PST 2023


jsjodin wrote:

Thanks for detailing this, it seems like a good approach. We still are stuck on the loop transformations though, since they will prevent this solution if they remain until codegen. I'm basically a proponent of doing them quite early in the compiler in a specialized pass which would in effect all CLI values in the IR by performing the transformations. It seems reasonable since we are not doing code generation and emitting LLVMIR, we're just transforming some omp ops into other omp ops.

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


More information about the Mlir-commits mailing list