[Mlir-commits] [mlir] [Flang] [MLIR] [OpenMP] Add initial MLIR op support for OMP TARGET UPDATE directive (PR #74699)

Raghu Maddhipatla llvmlistbot at llvm.org
Thu Dec 7 21:54:55 PST 2023


raghavendhra wrote:

> No worries. Basically to my understanding this operation has a meaning only if it has at least an operand that needs data movement. Without that it's just a no op and makes little sense

My primary intention for this patch is to handover what I have to upstream and my colleague @ergawy will be taking care of further implementations related to OMP TARGET UPDATE directive.

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


More information about the Mlir-commits mailing list