Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TOSA] Add upsample_nearest2d, split_dim, outer, GELU tanh mode and misc #3886

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Nov 21, 2024

  1. [TOSA] Add upsample_nearest2d, split_dim, outer, GELU tanh mode and misc

    - 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
    
    Signed-off-by: Justin Ngo <[email protected]>
    Change-Id: I7b1d44d94319cf94fcc9d234cc07708ef9ce321e
    justin-ngo-arm committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    40d3de5 View commit details
    Browse the repository at this point in the history