[all-commits] [llvm/llvm-project] 0a4784: [MLIR][OpenMP] Add the host_eval clause
Sergio Afonso via All-commits
all-commits at lists.llvm.org
Wed Nov 13 05:21:49 PST 2024
Branch: refs/heads/users/skatrak/host-eval-01-clause
Home: https://github.com/llvm/llvm-project
Commit: 0a4784508073c3e03530428765e3303ec52b35d9
https://github.com/llvm/llvm-project/commit/0a4784508073c3e03530428765e3303ec52b35d9
Author: Sergio Afonso <safonsof at amd.com>
Date: 2024-11-13 (Wed, 13 Nov 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