This is a straight copy+paste from iree.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Note, it wasn't clear where to transplant this to so let me know if this isn't the right place.
| mlir/include/mlir/Dialect/Tensor/TransformOps/TensorTransformOps.td | ||
|---|---|---|
| 160 | The operation name should have a prefix corresponding to the extension that contains it. This also looks like more of a loop transformation that belongs to SCFTransformOps than a tensor transformation. | |
| 187 | This should be mode prominent. | |
| 196 | An example would be helpful. | |
| mlir/lib/Dialect/Tensor/TransformOps/TensorTransformOps.cpp | ||
| 188 | Nit: no need to prefix with mlir:: in mlir codebase. | |
| 190 | Nit: llvm::hasNItems | |
The operation name should have a prefix corresponding to the extension that contains it. This also looks like more of a loop transformation that belongs to SCFTransformOps than a tensor transformation.