Skip to content
New issue

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

Docs for some dialects include upstream attributes #1103

Open
j2kun opened this issue Nov 20, 2024 · 0 comments
Open

Docs for some dialects include upstream attributes #1103

j2kun opened this issue Nov 20, 2024 · 0 comments
Assignees
Labels
documentation Issues related to the documentation

Comments

@j2kun
Copy link
Collaborator

j2kun commented Nov 20, 2024

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.

@j2kun j2kun self-assigned this Nov 20, 2024
@j2kun j2kun added the documentation Issues related to the documentation label Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Issues related to the documentation
Projects
None yet
Development

No branches or pull requests

1 participant