This revision refactors gpu block id generator lambda that is used in the transform dialect. It removes the lambda and instead uses a static function that's name generateGpuBlockIds.
It also simplifies arguments that the function takes.
Paths
| Differential D134724
[mlir] Refactor transform dialect's gpu block func ClosedPublic Authored by guraypp on Sep 27 2022, 2:53 AM.
Details Summary This revision refactors gpu block id generator lambda that is used in the transform dialect. It removes the lambda and instead uses a static function that's name generateGpuBlockIds. It also simplifies arguments that the function takes.
Diff Detail
Event Timelinenicolasvasilache added inline comments.
This revision is now accepted and ready to land.Sep 27 2022, 3:18 AM This revision was landed with ongoing or failed builds.Sep 27 2022, 3:27 AM Closed by commit rGf8ad6eaf92ac: [mlir] Refactor transform dialect's gpu block func (authored by guraypp). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 463160 mlir/include/mlir/Dialect/Linalg/Transforms/Transforms.h
mlir/lib/Dialect/Linalg/TransformOps/LinalgTransformOps.cpp
|
doc this please.