RoundingModeAttr was added to TritonGEN to control arithmetic operations rounding mode. Now it’s a named attribute for these ops and is used in our implementation already. The attribute can be dropped from the dialect.
In case there are still uses, replace with arith/llvm dialect attribute.