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 reflection and replication pad lowering #3874

Merged
merged 1 commit into from
Nov 15, 2024

Conversation

justin-ngo-arm
Copy link
Contributor

  • Add Torch to TOSA legalization for the following ops:
    • aten.reflection_pad1d
    • aten.reflection_pad2d
    • aten.replication_pad2d
  • Update xfail sets with new e2e results
  • Add new LIT tests to basic.mlir

Change-Id: I1689d1778d8e472c3317aca1e2425ef8774a07fa

- Add Torch to TOSA legalization for the following ops:
  + aten.reflection_pad1d
  + aten.reflection_pad2d
  + aten.replication_pad2d
- Update xfail sets with new e2e results
- Add new LIT tests to basic.mlir

Signed-off-by: Justin Ngo <[email protected]>
Change-Id: I1689d1778d8e472c3317aca1e2425ef8774a07fa
@sjarus sjarus requested a review from sahas3 November 15, 2024 00:40
@sjarus sjarus merged commit 95f7781 into llvm:main Nov 15, 2024
3 checks passed
@justin-ngo-arm justin-ngo-arm deleted the padding branch November 21, 2024 18:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants