This allows downstream uses to use the implementation of the tiling
itself, while performing other transformations that are necessary to
go with it.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D134335
[mlir][Linalg] Expose the implementation of the tiling to scf.foreach_thread. ClosedPublic Authored by mravishankar on Sep 20 2022, 10:16 PM.
Details Summary This allows downstream uses to use the implementation of the tiling
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Sep 21 2022, 6:14 AM Closed by commit rGacc2a12c3318: [mlir][Linalg] Expose the implementation of the tiling to scf.foreach_thread. (authored by mravishankar). · Explain WhySep 22 2022, 3:19 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 461964 mlir/include/mlir/Dialect/Linalg/TransformOps/LinalgTransformOps.h
mlir/lib/Dialect/Linalg/TransformOps/LinalgTransformOps.cpp
|