[all-commits] [llvm/llvm-project] 9e43d5: [MLIR][OpenMP] Add a new ComposableLoopWrapperInte...
Akash Banerjee via All-commits
all-commits at lists.llvm.org
Wed Aug 7 10:38:42 PDT 2024
Branch: refs/heads/users/akash/set-composite
Home: https://github.com/llvm/llvm-project
Commit: 9e43d5e608935add740e078e74e1884270775862
https://github.com/llvm/llvm-project/commit/9e43d5e608935add740e078e74e1884270775862
Author: Akash Banerjee <Akash.Banerjee at amd.com>
Date: 2024-08-06 (Tue, 06 Aug 2024)
Changed paths:
M mlir/include/mlir/Dialect/OpenMP/OpenMPOps.td
M mlir/include/mlir/Dialect/OpenMP/OpenMPOpsInterfaces.td
Log Message:
-----------
[MLIR][OpenMP] Add a new ComposableLoopWrapperInterface to check and set a composite unitAttr.
Commit: 1ce8a0500e95b0bcd5d2e64b1cbcfe3f216a048f
https://github.com/llvm/llvm-project/commit/1ce8a0500e95b0bcd5d2e64b1cbcfe3f216a048f
Author: Akash Banerjee <Akash.Banerjee at amd.com>
Date: 2024-08-06 (Tue, 06 Aug 2024)
Changed paths:
M mlir/include/mlir/Dialect/OpenMP/OpenMPOps.td
M mlir/include/mlir/Dialect/OpenMP/OpenMPOpsInterfaces.td
Log Message:
-----------
Address reviewer comments.
Commit: 8d656e464eea5b4c65836589c4e785b10490ce2c
https://github.com/llvm/llvm-project/commit/8d656e464eea5b4c65836589c4e785b10490ce2c
Author: Akash Banerjee <Akash.Banerjee at amd.com>
Date: 2024-08-07 (Wed, 07 Aug 2024)
Changed paths:
M flang/lib/Lower/OpenMP/OpenMP.cpp
M mlir/lib/Dialect/OpenMP/IR/OpenMPDialect.cpp
Log Message:
-----------
[OpenMP][MLIR] Set omp.composite attr for composite loop wrappers and add verifier checks
This patch sets the omp.composite unit attr for composite wrapper ops and also add appropriate checks to the verifiers of supported ops for the presence/absence of the attribute.
Compare: https://github.com/llvm/llvm-project/compare/9e43d5e60893%5E...8d656e464eea
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