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] Update TOSA for LLVM hash 3430bc3 #4030

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

Conversation

justin-ngo-arm
Copy link
Contributor

Patch Summary:

  1. [TOSA] Update tosa.clamp's min/max pair

Change-Id: I6013c440c08f7c37f11ef4b5f46cbce1a3fae54f

  1. [TOSA] Update tosa.resize's scale, offset, border as inputs
  • In TOSA 1.0, tosa.resize's scale, offset, and border are inputs with !tosa.shape type
  • Update LIT tests

Change-Id: I82bec41eeb36980e2cb0cf2376e1f3c8cd1ab196

Patch Summary:

1. [TOSA] Update tosa.clamp's min/max pair

* Update tosa.clamp's `min` and `max` according to TOSA 1.0 spec:
  https://www.mlplatform.org/tosa/tosa_spec.html#_clamp
* Update LIT tests

Signed-off-by: Justin Ngo <justin.ngo@arm.com>
Change-Id: I6013c440c08f7c37f11ef4b5f46cbce1a3fae54f

2. [TOSA] Update tosa.resize's scale, offset, border as inputs

* In TOSA 1.0, tosa.resize's scale, offset, and border are inputs with
  !tosa.shape type
* Update LIT tests

Signed-off-by: Justin Ngo <justin.ngo@arm.com>
Change-Id: I82bec41eeb36980e2cb0cf2376e1f3c8cd1ab196
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.

1 participant