Introduces a generic parameter type intended for transform dialect use
cases that uses/manipulates the underlying attribute (e.g. op
annotation). Includes a disclaimer that mixing parameter based and
attribute based control is discouraged.
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/include/mlir/Dialect/Transform/IR/TransformTypes.td | ||
---|---|---|
63 | Is there a better place in the dialect documentation to put this disclaimer? I could not find an obvious place to put it. |
mlir/include/mlir/Dialect/Transform/IR/TransformTypes.td | ||
---|---|---|
63 | In docs/Dialect/Transform.md, there must be a sentence describing what parameters are. That would be a good place. Probably turning it into a full paragraph with an example of what we understand by "parameter-based control". |
mlir/include/mlir/Dialect/Transform/IR/TransformTypes.td | ||
---|---|---|
63 | I added a section above. Please confirm that what I wrote there matches your thinking and/or the example makes sense. |
Is there a better place in the dialect documentation to put this disclaimer? I could not find an obvious place to put it.