Following patch D87712, this patch switch AnyInteger for operands gangNum, gangStatic,
workerNum, vectoreLength and tileOperands to Index and AnyInteger.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/test/Dialect/OpenACC/ops.mlir | ||
---|---|---|
209 | Syntax nit: we had a similar model with two colons in attribute dictionaries some time ago, but later switched to keyword=value:type. You may want to use such a syntax here as well, but I won't insist. |
mlir/test/Dialect/OpenACC/ops.mlir | ||
---|---|---|
209 | I think it is a good idea so I'll update the syntax before pushing. |
Syntax nit: we had a similar model with two colons in attribute dictionaries some time ago, but later switched to keyword=value:type. You may want to use such a syntax here as well, but I won't insist.