diff options
author | Jerry-Ge <jerry.ge@arm.com> | 2025-03-05 10:12:20 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-05 10:12:20 -0800 |
commit | db70d760829258b9687ecd0d7ea959256e028334 (patch) | |
tree | 6d2ca09c9370433e544a2500b47f7a0355431905 /lldb/source/Commands/CommandObjectWatchpoint.cpp | |
parent | e51331cb9a2d5dcb427d7ba3dea04f611114535b (diff) | |
download | llvm-db70d760829258b9687ecd0d7ea959256e028334.zip llvm-db70d760829258b9687ecd0d7ea959256e028334.tar.gz llvm-db70d760829258b9687ecd0d7ea959256e028334.tar.bz2 |
[mlir][tosa] Add more verifiers for the following operators (#127923)
For ConcatOp this commit also enhances the verifier by
checking 4 another conditions:
- The input list is not empty
- The axis value is within range of the input shapes
- All inputs have the same rank
- All non concatenate axis dims have the same value
For MatmulOp:
- Checked input a, bs tensor type, element types
For the following operators, added the verifySameElementTypes check.
- PadOp
- SliceOp
- TileOp
- ReshapeOp
- TransposeOp
- GatherOp
- ScatterOp
- MaxPool2dOp
- ReverseOp
- SelectOp
Signed-off-by: Jerry Ge <jerry.ge@arm.com>
Co-authored-by: Tai Ly <tai.ly@arm.com>
Co-authored-by: Luke Hutton <luke.hutton@arm.com>
Diffstat (limited to 'lldb/source/Commands/CommandObjectWatchpoint.cpp')
0 files changed, 0 insertions, 0 deletions