[Mlir-commits] [mlir] [OpenMP][mlir] Add Groupprivate op in omp dialect. (PR #162704)
Sergio Afonso
llvmlistbot at llvm.org
Tue Apr 14 05:06:47 PDT 2026
================
----------------
skatrak wrote:
What we can do, if accessing these globals directly on the host does not match the spec, is to emit a warning in `checkImplementationStatus` for the `host` and `any` `groupprivate` device types. Basically to state that the `groupprivate` directive is currently ignored on the host device. That way we don't silently produce an unexpected behavior.
https://github.com/llvm/llvm-project/pull/162704
More information about the Mlir-commits
mailing list