rewriteMapNestedForeachThreadToGpuThreads was dropping the parameter to
skip inserting barrier
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 188309
Paths
| Differential D134500
[mlir] Plumb missing paramter to gpu transform op ClosedPublic Authored by ThomasRaoux on Sep 22 2022, 4:05 PM.
Details Summary rewriteMapNestedForeachThreadToGpuThreads was dropping the parameter to
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Sep 23 2022, 12:53 AM Closed by commit rGe99f43714092: [mlir] Plumb missing paramter to gpu transform op (authored by ThomasRaoux). · Explain WhySep 23 2022, 9:58 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 462348 mlir/include/mlir/Dialect/Linalg/TransformOps/LinalgTransformOps.td
mlir/lib/Dialect/Linalg/TransformOps/LinalgTransformOps.cpp
mlir/test/Dialect/Linalg/transform-gpu.mlir
|