[all-commits] [llvm/llvm-project] 5efde4: [MLIR][OpenMP] Add the host_eval clause
Sergio Afonso via All-commits
all-commits at lists.llvm.org
Wed Jan 8 06:14:23 PST 2025
Branch: refs/heads/users/skatrak/host-eval-01-clause
Home: https://github.com/llvm/llvm-project
Commit: 5efde4c04b54f51269a08f7d5d405ba06557984b
https://github.com/llvm/llvm-project/commit/5efde4c04b54f51269a08f7d5d405ba06557984b
Author: Sergio Afonso <safonsof at amd.com>
Date: 2025-01-08 (Wed, 08 Jan 2025)
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