[Mlir-commits] [mlir] [MLIR][OpenMP] Support basic materialization for `omp.private` ops (PR #81715)

Kiran Chandramohan llvmlistbot at llvm.org
Thu Feb 22 04:53:57 PST 2024


https://github.com/kiranchandramohan approved this pull request.

It is unfortunate we have to clone the operation. This might be costly if there are many parallel operations. Ideally the OpenMPIRBuilder should be modified to make this work. 

It is alrite as a solution for now. Please wait a day incase @jdoerfert has comments.


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


More information about the Mlir-commits mailing list