[Mlir-commits] [mlir] [MLIR][OpenMP] Add the host_eval clause (PR #116048)
Sergio Afonso
llvmlistbot at llvm.org
Wed Dec 4 07:02:05 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
----------------
skatrak wrote:
Done, thanks for noticing.
https://github.com/llvm/llvm-project/pull/116048
More information about the Mlir-commits
mailing list