-
Notifications
You must be signed in to change notification settings - Fork 516
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
Added example Torch MLIR LTC Backend #725
Merged
henrytwo
merged 1 commit into
llvm:torch_mlir_ltc_backend
from
henrytwo:henrytu/example_torch_mlir_ltc_backend
Apr 14, 2022
Merged
Added example Torch MLIR LTC Backend #725
henrytwo
merged 1 commit into
llvm:torch_mlir_ltc_backend
from
henrytwo:henrytu/example_torch_mlir_ltc_backend
Apr 14, 2022
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
silvasean
approved these changes
Mar 31, 2022
henrytwo
force-pushed
the
henrytu/example_torch_mlir_ltc_backend
branch
3 times, most recently
from
April 1, 2022 18:01
eb1737d
to
615b593
Compare
henrytwo
force-pushed
the
henrytu/example_torch_mlir_ltc_backend
branch
2 times, most recently
from
April 5, 2022 20:21
e159311
to
40295bf
Compare
henrytwo
force-pushed
the
henrytu/example_torch_mlir_ltc_backend
branch
4 times, most recently
from
April 14, 2022 16:38
0a7fdc3
to
196963d
Compare
antoniojkim
approved these changes
Apr 14, 2022
henrytwo
force-pushed
the
henrytu/example_torch_mlir_ltc_backend
branch
from
April 14, 2022 16:47
196963d
to
51b1f5e
Compare
antoniojkim
pushed a commit
that referenced
this pull request
May 26, 2022
antoniojkim
pushed a commit
that referenced
this pull request
Jun 30, 2022
antoniojkim
pushed a commit
that referenced
this pull request
Jun 30, 2022
antoniojkim
pushed a commit
that referenced
this pull request
Jul 5, 2022
antoniojkim
pushed a commit
that referenced
this pull request
Jul 7, 2022
henrytwo
added a commit
that referenced
this pull request
Jul 8, 2022
henrytwo
added a commit
that referenced
this pull request
Jul 8, 2022
henrytwo
added a commit
that referenced
this pull request
Jul 12, 2022
antoniojkim
pushed a commit
that referenced
this pull request
Jul 15, 2022
antoniojkim
pushed a commit
that referenced
this pull request
Jul 19, 2022
antoniojkim
pushed a commit
that referenced
this pull request
Jul 22, 2022
henrytwo
added a commit
that referenced
this pull request
Jul 29, 2022
henrytwo
added a commit
that referenced
this pull request
Jul 29, 2022
henrytwo
added a commit
that referenced
this pull request
Jul 30, 2022
qedawkins
pushed a commit
to nod-ai/torch-mlir
that referenced
this pull request
Oct 3, 2022
Signed-off-by: Ganesan Ramalingam <[email protected]> Co-authored-by: Alexandre Eichenberger <[email protected]> Co-authored-by: chentong319 <[email protected]>
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.
Added example vendor implementation of MLIR LTC backend, which shows what information is exposed at the compile stage. Also included is a script which uses this backend implementation to demonstrate the full end-to-end flow from PyTorch model to MLIR.
Note: This PR is based on #724, but GitHub does not allow for setting the base to a fork while keeping this PR in the upstream repo, so there are several shared commits. Only the last three are specifically part of this PR.
Marked as draft while waiting for a dependency PR to land: #724
cc: @antoniojkim @ke1337