Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Please reconsider, the important logic changes that need to be reviewed independently are drowned into the massive NFC cruft ..
Paths
| Differential D144072
[mlir] Add loop bounds to scf.foreach_thread. ClosedPublic Authored by pifon2a on Feb 14 2023, 11:14 PM.
Details
Diff Detail
Event TimelineComment Actions
I would prefer doing it in one. Comment Actions
Please reconsider, the important logic changes that need to be reviewed independently are drowned into the massive NFC cruft .. pifon2a retitled this revision from [mlir] Add loop bounds to scf.foreach_thread and rename it to scf.forall. to [mlir] Add loop bounds to scf.foreach_thread..Feb 15 2023, 6:19 AM This revision is now accepted and ready to land.Feb 16 2023, 12:54 PM This revision was landed with ongoing or failed builds.Feb 16 2023, 11:58 PM Closed by commit rG310deca248c8: [mlir] Add loop bounds to scf.foreach_thread. (authored by pifon2a). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 498263 mlir/include/mlir/Dialect/SCF/IR/SCFOps.td
mlir/include/mlir/Interfaces/ViewLikeInterface.h
mlir/lib/Dialect/GPU/TransformOps/GPUTransformOps.cpp
mlir/lib/Dialect/Linalg/Transforms/Tiling.cpp
mlir/lib/Dialect/SCF/IR/SCF.cpp
mlir/lib/Dialect/SCF/Transforms/BufferizableOpInterfaceImpl.cpp
mlir/lib/Dialect/SCF/Transforms/LoopCanonicalization.cpp
mlir/lib/Interfaces/ViewLikeInterface.cpp
mlir/test/Dialect/Linalg/tile-to-foreach-thread.mlir
mlir/test/Dialect/Linalg/transform-tile-reduction.mlir
mlir/test/Dialect/SCF/ops.mlir
mlir/test/Dialect/Tensor/extract-slice-from-collapse-shape.mlir
mlir/test/lib/Dialect/Tensor/TestTensorTransforms.cpp
|
I suspect the doc should have some updates?