[all-commits] [llvm/llvm-project] d74cf3: [MLIR][OpenMP] Add the host_eval clause
Sergio Afonso via All-commits
all-commits at lists.llvm.org
Wed Dec 4 04:24:10 PST 2024
Branch: refs/heads/users/skatrak/host-eval-01-clause
Home: https://github.com/llvm/llvm-project
Commit: d74cf356919ba5b7bda60dee9217b34e7140019a
https://github.com/llvm/llvm-project/commit/d74cf356919ba5b7bda60dee9217b34e7140019a
Author: Sergio Afonso <safonsof at amd.com>
Date: 2024-12-04 (Wed, 04 Dec 2024)
Changed paths:
M mlir/docs/Dialects/OpenMPDialect/_index.md
M mlir/include/mlir/Dialect/OpenMP/OpenMPClauses.td
M mlir/include/mlir/Dialect/OpenMP/OpenMPOpsInterfaces.td
M mlir/lib/Dialect/OpenMP/IR/OpenMPDialect.cpp
Log Message:
-----------
[MLIR][OpenMP] Add the host_eval clause
This patch adds the definition of a new entry block argument-defining
`host_eval` clause. This is intended to implement the passthrough approach
discussed in [this RFC](https://discourse.llvm.org/t/rfc-openmp-dialect-representation-of-num-teams-thread-limit-and-target-spmd/81106),
for supporting host-evaluated clauses that apply to operations nested inside of
`omp.target`.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list