Skip to content

Commit

Permalink
[TOSA] Add upsample_nearest2d, split_dim, outer, GELU tanh mode and m…
Browse files Browse the repository at this point in the history
…isc (#3886)

- Add Torch to TOSA lowering for the following ops:
  + torch.aten.upsample_nearest2d
  + torch.aten.upsample_nearest2d.vec
  + torch.aten.outer
  + torch.prims.split_dim
- Add Tanh approximation mode for GELU lowering
- Add different types support for compare ops
- Add different input and output types support for linalg vector norm
lowering
- Update xfail with new e2e results
- Add new LIT tests to basic.mlir


Change-Id: I7b1d44d94319cf94fcc9d234cc07708ef9ce321e

Signed-off-by: Justin Ngo <[email protected]>
  • Loading branch information
justin-ngo-arm authored Dec 2, 2024
1 parent 456232a commit 8711d3e
Show file tree
Hide file tree
Showing 4 changed files with 599 additions and 65 deletions.
Loading

0 comments on commit 8711d3e

Please sign in to comment.