You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[mlir][tosa] Disallow invalid datatype combinations in the validation pass
This commit checks if the operands/results of an operator can be found
in the profile compliance mapping, if it isn't the operator is considered
invalid. As a result, operator datatype combinations that are not listed
under the "Supported Data Types" of the TOSA specification are disallowed
and the validation pass results in failure.
Signed-off-by: Luke Hutton <[email protected]>
Change-Id: Iab36dd84cdbf188015c80b066c321edbb2efc0ff
0 commit comments