Open j2kun opened 2 days ago
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 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.