[all-commits] [llvm/llvm-project] ff980d: [MLIR][OpenMP] Add OMP Declare Mapper MLIR Op defi...
Akash Banerjee via All-commits
all-commits at lists.llvm.org
Mon Dec 23 07:01:22 PST 2024
Branch: refs/heads/users/akash/mapper_op
Home: https://github.com/llvm/llvm-project
Commit: ff980db9ee7a6bfee89e991413ab3260dd334d99
https://github.com/llvm/llvm-project/commit/ff980db9ee7a6bfee89e991413ab3260dd334d99
Author: Akash Banerjee <Akash.Banerjee at amd.com>
Date: 2024-12-23 (Mon, 23 Dec 2024)
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] Add OMP Declare Mapper MLIR Op definition
This patch adds the OMP.DeclareMapperOp to MLIR.
Commit: 7a8eb379e7f315631f0fa451dbf49c9c1ccca25d
https://github.com/llvm/llvm-project/commit/7a8eb379e7f315631f0fa451dbf49c9c1ccca25d
Author: Akash Banerjee <Akash.Banerjee at amd.com>
Date: 2024-12-23 (Mon, 23 Dec 2024)
Changed paths:
M mlir/include/mlir/Dialect/OpenMP/OpenMPOps.td
Log Message:
-----------
Updated description.
Commit: d96aaa0864c0bdbb282be2ae7890092d06cc5efc
https://github.com/llvm/llvm-project/commit/d96aaa0864c0bdbb282be2ae7890092d06cc5efc
Author: Akash Banerjee <Akash.Banerjee at amd.com>
Date: 2024-12-23 (Mon, 23 Dec 2024)
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:
-----------
Add region to DeclMapperOp. Move map clause to new DeclMapperInfoOp.
Commit: 4b5c92e1080731142e68786c4a2b64fea97845f2
https://github.com/llvm/llvm-project/commit/4b5c92e1080731142e68786c4a2b64fea97845f2
Author: Akash Banerjee <Akash.Banerjee at amd.com>
Date: 2024-12-23 (Mon, 23 Dec 2024)
Changed paths:
M mlir/include/mlir/Dialect/OpenMP/OpenMPOps.td
M mlir/test/Dialect/OpenMP/ops.mlir
Log Message:
-----------
Add the necesary OpTraits to hoist the DeclareMapperOp to the ModuleOp's region.
Compare: https://github.com/llvm/llvm-project/compare/00c9f3de62a2...4b5c92e10807
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