Skip to content

Tags: shreya-um/oml-vect-prep

Tags

v0.4.3.0

Toggle v0.4.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[RunONNXModel.py] Add options to print out input/output signatures an…

…d support big models (onnx#2982)

* Add options to print out input/output signatures and support big models

Signed-off-by: Tung D. Le <[email protected]>

---------

Signed-off-by: Tung D. Le <[email protected]>

v0.4.2.0

Toggle v0.4.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[Cherry-pick] Fixing the location of DimAnalysis in onnx-to-zhigh pas…

…s and some rules in zhigh-to-onnx pass (onnx#2797)

The onnx-to-zhigh pass has two phases: 1) converting multiple onnx ops into a single zhigh op, and 2) converting a single onnx op to a single zhigh op, where the second phase uses DimAnalysis (Patterns in the 1st phase at this moment does not use DimAnalysis)

The problem is DimAnalysis is currently called before the 1st phase, which is not good because the 1st  phase may change the IR so the information from DimAnalysis is obsoleted to the 2nd phase. Correct position for DimAnalysis would be just before the 2nd phase.

Other than that, this PR changes slightly the rules in zhigh-to-onnx pass so that for binary ops, only one input (instead of two) that is from stick would be enough to trigger the rule to convert a zhigh op back to an onnx op.

Resolves onnx#2789

---------


(cherry picked from commit 80a63f2)

Signed-off-by: Tung D. Le <[email protected]>
Signed-off-by: Charles Volzka <[email protected]>
Co-authored-by: Tung D. Le <[email protected]>

v0.4.1.2

Toggle v0.4.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[NNPA] Call ScrubDisposablePass before ZHighConstPropagation (onnx#2583…

…) (onnx#2588)

Cherry pick of onnx#2583 to previous release

v0.4.1.1

Toggle v0.4.1.1's commit message

Verified

This commit was signed with the committer’s verified signature.
cjvolzka Charles Volzka
Update version check

Signed-off-by: Charles Volzka <[email protected]>

v0.4.1

Toggle v0.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove redundant optlevel option in numerical tests, it already defau…

…lts to 3 (onnx#2457)

Signed-off-by: Gong Su <[email protected]>

v0.4.0.1

Toggle v0.4.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add bitwise op support (onnx#2043)

* Add e2e support for bitwise ops

Signed-off-by: philass <[email protected]>

* Fix docs

Signed-off-by: philass <[email protected]>

* Add lit tests

Signed-off-by: philass <[email protected]>

---------

Signed-off-by: philass <[email protected]>

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Disable the rewriting of Sqrt into Exp and Log (onnx#2088)

Signed-off-by: Tung D. Le <[email protected]>
Co-authored-by: Charles Volzka <[email protected]>

v0.3.2

Toggle v0.3.2's commit message

v0.3.1

Toggle v0.3.1's commit message

Verified

This tag was signed with the committer’s verified signature.
cjvolzka Charles Volzka

v0.3.0

Toggle v0.3.0's commit message

Verified

This tag was signed with the committer’s verified signature.
cjvolzka Charles Volzka