forked from onnx/onnx-mlir
-
Notifications
You must be signed in to change notification settings - Fork 3
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
feature/onnx-to-tosa #4
Draft
mgehre-amd
wants to merge
1,564
commits into
main
Choose a base branch
from
feature/onnx-to-tosa
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…time for num_threads and proc_bind (onnx#2944) Signed-off-by: Alexandre Eichenberger <[email protected]>
To ensure that things still build after LLVM bump
Signed-off-by: Tung D. Le <[email protected]> Co-authored-by: Alexandre Eichenberger <[email protected]>
* change op define Signed-off-by: chentong319 <[email protected]> * lower to llvm Signed-off-by: chentong319 <[email protected]> * test Signed-off-by: chentong319 <[email protected]> --------- Signed-off-by: chentong319 <[email protected]>
…]LinearQuantization operations (onnx#2945) Signed-off-by: Alexandre Eichenberger <[email protected]>
…nnx#2952) Signed-off-by: Tung D. Le <[email protected]>
…nnx#2952) Signed-off-by: Tung D. Le <[email protected]>
Revert the rule that rewrites a quantize-dequantize pair to identity (backport)
Signed-off-by: Alexandre Eichenberger <[email protected]> Co-authored-by: Tung D. Le <[email protected]>
onnx#2951) * Simplify rules in zhigh-to-onnx pass and change some pass order Signed-off-by: Tung D. Le <[email protected]> --------- Signed-off-by: Tung D. Le <[email protected]> Co-authored-by: Alexandre Eichenberger <[email protected]>
[AutoBump] Merge with fixes of 67ea9b5 (Jul 22) (21) (needs LLVM Jul 12)
[AutoBump] Merge with 226a0d6 (Jul 26) (22)
[AutoBump] Merge with fixes of 53992f2 (Jul 29) (23)
[AutoBump] Merge with fixes of 1e2159a (Jul 31) (24)
[AutoBump] Merge with 225c8c4 (Aug 02) (25)
Signed-off-by: Alexandre Eichenberger <[email protected]> Co-authored-by: Tung D. Le <[email protected]>
…zero_to_reshape feat: canonicalize Reshape allowzero=1 to Reshape allowzero=0 for certain cases.
in allowzero reshape canonicalization.
…nse_int_allowzero_canonicalization
…nt_allowzero_canonicalization feat: support disposable dense attribute representations for constants in allowzero reshape canonicalization.
* implementation Signed-off-by: chentong319 <[email protected]> * remove redundant Signed-off-by: chentong319 <[email protected]> --------- Signed-off-by: chentong319 <[email protected]> Co-authored-by: Tung D. Le <[email protected]>
[AutoBump] Merge with fixes of b39ed16 (Nov 01) (24)
[AutoBump] Merge with f935e3d (Nov 04) (25)
Disable JNI test
[AutoBump] Merge with fixes of 33b466e (Nov 05) (26)
[AutoBump] Merge with fixes of b856fc5 (Nov 06) (27)
[AutoBump] Merge with ba08e0f (Nov 07) (28)
- Fixes a memory leak - Fixes an integer overflow caused by a dynamic shape - Fixes reshape to wrong type in LIT tests
Fix ASAN/UBSAN issues in DimAnalysis
[AutoBump] Merge with fixes of 7411403 (Nov 11) (1)
[AutoBump] Merge with fixes of cb9a949 (Nov 12) (1)
[AutoBump] Merge with fixes of fa91033 (Nov 12) (2)
[AutoBump] Merge with 40f5017 (Dec 03) (3)
[AutoBump] Merge with fixes of f3fec68 (Dec 04) (4)
[AutoBump] Merge with e801b36 (Dec 04) (5)
[AutoBump] Merge with fixes of 45f07d5 (Dec 04) (6)
[AutoBump] Merge with 32d2c8b (Dec 05) (7)
[AutoBump] Merge with fixes of 49fc9c1 (Dec 09) (8)
[AutoBump] Merge with 9f9de36 (Dec 10) (9)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
DO NOT merge, just to look at our diff