[all-commits] [llvm/llvm-project] a4699a: [MLIR][OpenMP] Added target data, exit data, and e...
Akash Banerjee via All-commits
all-commits at lists.llvm.org
Mon Jan 23 04:09:19 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a4699a43e42615281c96599d20977cabf10bfb9c
https://github.com/llvm/llvm-project/commit/a4699a43e42615281c96599d20977cabf10bfb9c
Author: Akash Banerjee <Akash.Banerjee at amd.com>
Date: 2023-01-23 (Mon, 23 Jan 2023)
Changed paths:
M mlir/include/mlir/Dialect/OpenMP/OpenMPOps.td
M mlir/lib/Dialect/OpenMP/IR/OpenMPDialect.cpp
M mlir/test/Dialect/OpenMP/ops.mlir
Log Message:
-----------
[MLIR][OpenMP] Added target data, exit data, and enter data operation definition for MLIR
This includes a basic implementation for the OpenMP 5.1 Target Data, Target Exit Data and Target Enter Data constructs
operation.
TODO:
- Depend clause support for Target Enter and Exit Data.
- Mapper and Iterator value support for Map Type Modifiers.
- Verifier for the operations.
Co-authored-by: abidmalikwaterloo <amalik at bnl.gov>
Co-authored-by: raghavendra <Raghu.Maddhipatla at amd.com>
Differential Revision: https://reviews.llvm.org/D131915
More information about the All-commits
mailing list