[TTIR, TTNN] Add validation for unary eltwise ops #1289
Labels
MLIR Ops
Issues related to MLIR dialect ops and their implementations
TTIR Dialect
Issues related to TTIR dialect
TTNN Dialect
Issues related to TTNN dialect
We don't have any validation for unary ops that they verify single input and single output. For example, today it is allowed to compile the following IR, even though the gelu op is a unary op:
The text was updated successfully, but these errors were encountered: