[Mlir-commits] [mlir] [MLIR][OpenMP] Add the host_eval clause (PR #116048)
Michael Klemm
llvmlistbot at llvm.org
Thu Nov 28 07:16:28 PST 2024
================
@@ -297,7 +297,8 @@ arguments for the region of that MLIR operation. This enables, for example, the
introduction of private copies of the same underlying variable defined outside
the MLIR operation the clause is attached to. Currently, clauses with this
property can be classified into three main categories:
- - Map-like clauses: `map`, `use_device_addr` and `use_device_ptr`.
+ - Map-like clauses: `host_eval`, `map`, `use_device_addr` and
----------------
mjklemm wrote:
Maybe mention that `host_eval` is not an OpenMP clause, but an internal clause that the compiler uses?
https://github.com/llvm/llvm-project/pull/116048
More information about the Mlir-commits
mailing list