[MLIR] tosa.rescale
op validation incorrectly fails on unsigned integer type
#135699
Labels
tosa.rescale
op validation incorrectly fails on unsigned integer type
#135699
See godbolt: https://godbolt.org/z/8z6Ycahnv
According to the TOSA Spec (here), unsigned 8 and 16-bit types are allowed in the RESCALE operation. The TOSA dialect docs specify the same as well (here).
The text was updated successfully, but these errors were encountered: