Depends on D127352
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/include/mlir/Dialect/Tosa/IR/TosaOpBase.td | ||
---|---|---|
67 | Please add a base class for Tosa attributes that passes in the dialect (and has a template param for the mnemonic). This section mentions this as well (+ gives an example): https://mlir.llvm.org/docs/AttributesAndTypes/#adding-a-new-attribute-or-type-definition Same applies to some other commits in this chain as well. | |
88 | Summary should be at the top of the def, same throughout. |
Please add a base class for Tosa attributes that passes in the dialect (and has a template param for the mnemonic). This section mentions this as well (+ gives an example): https://mlir.llvm.org/docs/AttributesAndTypes/#adding-a-new-attribute-or-type-definition
Same applies to some other commits in this chain as well.