-
Notifications
You must be signed in to change notification settings - Fork 625
* [tosa] Support for AtenFlattenUsingIntsOp #548
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
Merged
Merged
Conversation
This file contains hidden or 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
Contributor
Author
Tagging @cathyzhyi for review. |
2236cde to
c1e41cb
Compare
cathyzhyi
requested changes
Jan 28, 2022
Signed-off-by: Anup Gangwar <anup.gangwar@arm.com>
c1e41cb to
4892742
Compare
cathyzhyi
approved these changes
Jan 29, 2022
qedawkins
pushed a commit
to nod-ai/torch-mlir
that referenced
this pull request
Oct 3, 2022
* added copyrights Signed-off-by: Alexandre Eichenberger <alexe@us.ibm.com> * added one Signed-off-by: Alexandre Eichenberger <alexe@us.ibm.com> * ongoing Signed-off-by: Alexandre Eichenberger <alexe@us.ibm.com> * working version, to be tested Signed-off-by: Alexandre Eichenberger <alexe@us.ibm.com> * with branches * update Signed-off-by: Alexandre Eichenberger <alexe@us.ibm.com> * initial dump Signed-off-by: Alexandre Eichenberger <alexe@us.ibm.com> * version working all the tests Signed-off-by: Alexandre Eichenberger <alexe@us.ibm.com> * removing redundant decl Signed-off-by: Alexandre Eichenberger <alexe@us.ibm.com> * cache small lit Signed-off-by: Alexandre Eichenberger <alexe@us.ibm.com> * remove redundant affine expr that were adding superfluous dims in the maps Signed-off-by: Alexandre Eichenberger <alexe@us.ibm.com> * krnl load store Signed-off-by: Alexandre Eichenberger <alexe@us.ibm.com> * private members Signed-off-by: Alexandre Eichenberger <alexe@us.ibm.com> * update Signed-off-by: Alexandre Eichenberger <alexe@us.ibm.com> * cleanup Signed-off-by: Alexandre Eichenberger <alexe@us.ibm.com> * more tuneup, edited comments on how to use Signed-off-by: Alexandre Eichenberger <alexe@us.ibm.com> * added comments about support Signed-off-by: Alexandre Eichenberger <alexe@us.ibm.com> * comments and formats Signed-off-by: Alexandre Eichenberger <alexe@us.ibm.com> * merge with latest Signed-off-by: Alexandre Eichenberger <alexe@us.ibm.com> * support for and/or of index expr, plus some support for init Signed-off-by: Alexandre Eichenberger <alexe@us.ibm.com> * bug in indexexpr, gen code for simd Signed-off-by: Alexandre Eichenberger <alexe@us.ibm.com> * minor Signed-off-by: Alexandre Eichenberger <alexe@us.ibm.com> * copyright Signed-off-by: Alexandre Eichenberger <alexe@us.ibm.com> * better tests of conditions for krnl.matmul Signed-off-by: Alexandre Eichenberger <alexe@us.ibm.com> * text fix Signed-off-by: Alexandre Eichenberger <alexe@us.ibm.com> * added eager creation of values in index expr, and fixed the tests accordingly Signed-off-by: Alexandre Eichenberger <alexe@us.ibm.com> * added copy from buffer Signed-off-by: Alexandre Eichenberger <alexe@us.ibm.com> * error for krnl.copy buffer, disable simplification Signed-off-by: Alexandre Eichenberger <alexe@us.ibm.com> * version that start failing with integration of krnl.matmul inside affine for Signed-off-by: Alexandre Eichenberger <alexe@us.ibm.com> * nested loop example worked simd and scalar Signed-off-by: Alexandre Eichenberger <alexe@us.ibm.com> * added krnl vector_type_cast but not verified or used yet Signed-off-by: Alexandre Eichenberger <alexe@us.ibm.com> * version working for scalars, issues with integration in affine outer loops Signed-off-by: Alexandre Eichenberger <alexe@us.ibm.com> * working much better Signed-off-by: Alexandre Eichenberger <alexe@us.ibm.com> * format Signed-off-by: Alexandre Eichenberger <alexe@us.ibm.com> * format Signed-off-by: Alexandre Eichenberger <alexe@us.ibm.com> * added tests Signed-off-by: Alexandre Eichenberger <alexe@us.ibm.com> * format Signed-off-by: Alexandre Eichenberger <alexe@us.ibm.com> * remove check on maps, which may be a problem of the testing in parallel, not sure Signed-off-by: Alexandre Eichenberger <alexe@us.ibm.com> * issues with associativity in expressions in file check Signed-off-by: Alexandre Eichenberger <alexe@us.ibm.com> * adding back some set/map check Signed-off-by: Alexandre Eichenberger <alexe@us.ibm.com> * fix for break on Jenkins amd64 Signed-off-by: Alexandre Eichenberger <alexe@us.ibm.com> * working Signed-off-by: Alexandre Eichenberger <alexe@us.ibm.com> * format Signed-off-by: Alexandre Eichenberger <alexe@us.ibm.com> Co-authored-by: Kevin O'Brien <caomhin@us.ibm.com>
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.
Signed-off-by: Anup Gangwar anup.gangwar@arm.com