Add ONNX-MLIR dialect support - #40
Open
kartikeyporwal wants to merge 18 commits into
Open
Conversation
kartikeyporwal
marked this pull request as ready for review
April 27, 2022 00:32
diegofiori
self-requested a review
April 27, 2022 18:18
diegofiori
requested changes
May 5, 2022
Collaborator
|
@kartikeyporwal 🥇🚀 thanks for the amazing contribution ⭐! However, there are a few things to change before merging the code to master (See specific comments in the code section). BTW, we're working on a huge release for next week, so I won't merge this PR before it. |
… install_onnx_mlir function
Contributor
Author
|
@Morgoth95 Thanks for suggesting the changes. I've made the necessary changes. Please feel free to review the changes again. Thanks |
* add half precision and transformations logic * fix bugs * add support to gpu * add support to gpu * fix minor bug in gpu code * fix minor bug in gpu code * refactor quantization * add dataset interface * fix bug * fix bugs with dataset api * fix bug * update test * solve minor issues * fix error in cuda * fix error with tensorRT * fix bug in tvm and change name of quantization_ths * add resources * Modify readme (nebuly-ai#48) * Create section - integration with other libraries * update readme (work-in-progress) * Minor Readme update * rename notebook * update notebook * rename notebook * Rename notebook * Rename notebook * Rename notebook * Rename notebook * Rename notebook * update version to 0.3.0 * Update readme with latest release information * Benchmarks * Update readme * Update readme with benchmarks * Update readme, minor changes * solve api issue with tf * fix typos in benchmarks Co-authored-by: morgoth95 <diego.fiori@epfl.ch> Co-authored-by: Emile Courthoud <59367323+emilecourthoud@users.noreply.github.com> Co-authored-by: Nebuly <83510798+nebuly-ai@users.noreply.github.com>
Contributor
Author
|
Hi team, Could please help me knowing where does we stand in merging this PR in Thanks CC: @Morgoth95 |
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
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.
This PR adds the ONNX-MLIR support in the nebullvm based on #31.
Few notable points:
PyRuntimeis built usingpybind11needs to be in the path