We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The website docs for some dialects include generated attributes from upstream, e.g., polynomial dialect currently shows
AffineMapAttr ArrayAttr DenseArrayAttr DenseIntOrFPElementsAttr DenseResourceElementsAttr DenseStringElementsAttr DictionaryAttr FloatAttr IntegerAttr IntegerSetAttr OpaqueAttr SparseElementsAttr StringAttr SymbolRefAttr TypeAttr UnitAttr FloatPolynomialAttr IntPolynomialAttr PrimitiveRootAttr RingAttr TypedFloatPolynomialAttr TypedIntPolynomialAttr StridedLayoutAttr
When it should just show
FloatPolynomialAttr IntPolynomialAttr PrimitiveRootAttr RingAttr TypedFloatPolynomialAttr TypedIntPolynomialAttr
Same for the mod-arith dialect. I think this is just a tablegen separation issue.
The text was updated successfully, but these errors were encountered:
j2kun
No branches or pull requests
The website docs for some dialects include generated attributes from upstream, e.g., polynomial dialect currently shows
When it should just show
Same for the mod-arith dialect. I think this is just a tablegen separation issue.
The text was updated successfully, but these errors were encountered: