-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Stale PR #78
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
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
tqchen
added a commit
to tqchen/tvm
that referenced
this pull request
May 26, 2018
tqchen
added a commit
that referenced
this pull request
May 29, 2018
tqchen
added a commit
to tqchen/tvm
that referenced
this pull request
Jul 6, 2018
sergei-mironov
pushed a commit
to sergei-mironov/tvm
that referenced
this pull request
Aug 8, 2018
jroesch
pushed a commit
to jroesch/tvm
that referenced
this pull request
Aug 29, 2018
* add back revnode * commit * fix lint. fix evaluator compile error * no variant. rip. * sae * fix some lint * fix lint * commit * add flatten * save RDoc * fix lint * fix compile error * prrrrint * add endl * finish pretty printer basic * fix lint * commit!!!!
jroesch
added a commit
to jroesch/tvm
that referenced
this pull request
Aug 29, 2018
apache#78) This patch adds the first version of an NNVM frontend for Relay, and a backend which targets the existing TVM graph runtime. There are still quite a few TODOs before this is robust as outlined in apache#76. Changes: Add initial NNVM frontend Refactor Python debug code Refactor type checker to support generalization First example works, now working on nnvm.build Clean up IR definition Generate type specialized program Start on TVM RTS, first step is refactor operator compilation Work around bug due to name mangling Expose ability to build module from intrinsic id set Working towards full NNVM output from Relay First version of TVM RTS compiler works, but program crashes on RTS Get first NNVM frontend test passing Clean up relay.nnvm.build Fix Josh's comments Add basic If suppot for tomorrow's demo Refactors for demo, trying to debug segfault Add a bunch of intrumentation Continue patching up 0-sized tensors Iterate towards running if Fix lint Fix Makefile ws Fix Python linting Fix final lint Disable lint Add Relay logging Iterate on CI Hacking Remove MK's hack Prefer py3 executable Prefer Python 3.6 Remove dead import Fix PYTHONPATH
MasterJH5574
pushed a commit
to MasterJH5574/tvm
that referenced
this pull request
Mar 3, 2022
* Enable tests. * Updated. * Updated. * Updated.
vinx13
pushed a commit
to vinx13/tvm
that referenced
this pull request
Mar 9, 2022
…pache#78) * [TIR][Hybrid] Extensible Parser & Life of Lowering & Concise Scoping * [TIR][HYBRID] fix several issues * [TIR][HYBRID] fix assert and let * [TIR][HYBRID] fix store * [TIR][Hybrid] improve hybrid type hierarchy * [TIR][Hybrid] improve comments * [TIR][Hybrid] update all the tests * [TIR][Hybrid] improve typing class comments * [TIR][Hybrid] improve comments * [TIR][Hybrid] improve comments * [TIR][Hybrid] move hybrid from tvm.tir to tvm namespace * [TIR][Hybrid] support single point TensorRegion sugar * [TIR][Hybrid] move string key to enum * [TIR][Hybrid] fix enum
jinhongyii
pushed a commit
to jinhongyii/tvm
that referenced
this pull request
Jun 20, 2022
* Enable tests. * Updated. * Updated. * Updated.
Hzfengsy
pushed a commit
to Hzfengsy/tvm
that referenced
this pull request
Jul 30, 2022
* Enable tests. * Updated. * Updated. * Updated.
Kathryn-cat
added a commit
to Kathryn-cat/tvm
that referenced
this pull request
Aug 5, 2022
* [Feature Extraction] Group 3 Feature * [Feature Extraction] Group 5 Feature * [Feature Extraction] Group 4 Feature * minor fix
Kathryn-cat
added a commit
to Kathryn-cat/tvm
that referenced
this pull request
Aug 14, 2022
* [Feature Extraction] Group 3 Feature * [Feature Extraction] Group 5 Feature * [Feature Extraction] Group 4 Feature * minor fix
Kathryn-cat
added a commit
to Kathryn-cat/tvm
that referenced
this pull request
Aug 16, 2022
* [Feature Extraction] Group 3 Feature * [Feature Extraction] Group 5 Feature * [Feature Extraction] Group 4 Feature * minor fix
areusch
pushed a commit
to areusch/tvm
that referenced
this pull request
Sep 20, 2022
* Enable tests. * Updated. * Updated. * Updated.
gigiblender
pushed a commit
to gigiblender/tvm
that referenced
this pull request
Nov 3, 2022
* Enable tests. * Updated. * Updated. * Updated.
MasterJH5574
pushed a commit
to MasterJH5574/tvm
that referenced
this pull request
Nov 20, 2022
* Enable tests. * Updated. * Updated. * Updated.
yelite
pushed a commit
to yelite/tvm
that referenced
this pull request
Feb 17, 2023
* Enable tests. * Updated. * Updated. * Updated.
csullivan
pushed a commit
to csullivan/tvm
that referenced
this pull request
Apr 27, 2024
LeiWang1999
added a commit
to LeiWang1999/tvm
that referenced
this pull request
Nov 8, 2024
* Refactor BatchMatMulEmitter and BatchMatMulSelector for improved readability and maintainability * Refactor import statements for improved readability and maintainability * Refactor import statements for improved readability and maintainability * disable failure email for ci * remove email notifications. * move relax pass from testing to mlc_llm * Refactor scripts with se check_eual_ref_scripts_with_emitter function * Lint Fix
MasterJH5574
pushed a commit
to MasterJH5574/tvm
that referenced
this pull request
Aug 17, 2025
* trn layout * fix test
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.
No description provided.