Skip to content

Commit

Permalink
[TOSA] Fix rsub; add clamp.Tensor, avg_pool1d, max_pool1d, prims.coll…
Browse files Browse the repository at this point in the history
…apse (#3855)

- Fix aten.rsub.Scalar legalization with appropriate type casting
- Add legalization for aten.clamp.Tensor
- Resolve some unexpected test failures from PyTorch update by adding
legalization for the following ops:
  + aten.avg_pool1d
  + aten.max_pool1d
  + torch.prims.collapse
- Update xfail_sets with new e2e results
- Add new LIT tests to basic.mlir


Change-Id: I9762c7d36ca0b0f75ca68d0c71d7f5d5309a96ad

---------

Signed-off-by: Justin Ngo <justin.ngo@arm.com>
  • Loading branch information
justin-ngo-arm authored Nov 7, 2024
1 parent 8519ecc commit b6f04fa
Show file tree
Hide file tree
Showing 3 changed files with 481 additions and 55 deletions.
Loading

0 comments on commit b6f04fa

Please sign in to comment.