Commit e50aca5
Arm backend: Match arg ranks for min/max ops
- Int32 clamp is decomposed into min/max, but the inputs can have
mismatched ranks, which violates the TOSA spec of TOSA.MINIMUM
and TOSA.MAXIMUM.
- Fix this by matching the input ranks in MatchArgRanksPass
Change-Id: I47a3bb73832ddc35553cd3e5b65085155eb9ca48
Signed-off-by: Yufeng Shi <yufeng.shi@arm.com>
Co-authored-by: Ryan O'Shea <ryan.oshea3@arm.com>
Co-authored-by: Rob Elliott <Robert.Elliott@arm.com>1 parent c398ff4 commit e50aca5
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| 66 | + | |
| 67 | + | |
66 | 68 | | |
67 | 69 | | |
68 | 70 | | |
| |||
0 commit comments