-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
[DEV] TVM v0.6 Roadmap #2623
Comments
Does runtime for dynamic model refer to the runtime for Relay? Otherwise, we can also add Relay runtime into 0.6 roadmap. |
@edmBernard Great to hear that! Added! |
@icemelon9 Right, it refers to the runtime for Relay |
Wish TVM v0.6 can finish this item: #2351. i.e. Support importing exist quantization TFLite model. This can be a start for supporting importing existing quantization model (i.e. don't restrict TFLite). |
Pass manager for relay, should be able to finish discussion soon, haha |
does "graph level automated optimization" mean #2184 or something else? |
@yzhliu I think so. It is a legacy item from roadmap v0.5 |
Will work together with @icemelon9 on dynamic runtime. |
I think we should also deprecate nnvm fully in 0.6. So far there are still some legacy code in topi depends on nnvm. |
Could we also add |
I think official text format support should be part of 0.6. i.e. the parser and printer should be able to support all Relay constructs. |
TVM Monthly - Feb 2019CommunityIn Feb 2019, we successfully released TVM v0.5 (release notes) and made the roadmap for v0.6. The community welcomes new Reviewer Zhao Wu (@FrozenGene), Committer Jared Roesch (@jroesch) and PMC member Lianmin Zheng (@merrymercy) TVM community has voted through Apache Incubation proposal (#2543). Markus Weimer posted a proposal to general@incubator.apache.org seeking for ideas and suggestions. The official voting is ongoing on general@ right now. Features and ImprovementsOperator Support
User Interface and Frontend
Runtime and Hardware Support
Performance Improvement
Documents and Tutorials
High-level Optimizations
Tensor Expression
Contribution and CommitsThanks Wei @wweic or providing the tools. People Who Reviewed Pull Requests
People Who Committed
List of Commits |
@jroesch Awesome. Using AOT relay runtime? |
@jroesch that's wonderful, very excited to see how that turns out :) |
@FrozenGene It uses the interpreter. |
@tqchen No worries. We will. |
TVM Monthly - March 2019 |
TVM Monthly - April 2019 |
TVM Monthly - May 2019 |
TVM Monthly - June 2019 |
What is the planned release date for 0.6? |
There has been quite a lot of improvements recently. While it is up to the community, I think we might be able to get out something around Sep |
Does it mean traditional fusion / layout transform, or more recent graph substitution like this paper? If the later one, I would like to port my onnx implementation to TVM. |
Higher order automatic differentiation was done like half years ago. Please check that. |
TVM Monthly - July 2019 |
@MarisaKirisame Checked. I listed it here just because that it did not go into the last release cycle |
Hybrid python programming model what's plan for this feature? |
TVM Monthly - August 2019 |
TVM Monthly - September 2019 |
When will we have 0.6 release ? thanks |
TVM Monthly - October 2019 |
Move to #4259 |
This roadmap for TVM v0.6. TVM is a community-driven project and we love your feedback and proposals on where we should be heading. Please open up discussion in the discussion forum as well as bring RFCs.
Features
The text was updated successfully, but these errors were encountered: