-
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
TVM 0.5 Release Note #2448
Comments
Thanks to everyone who have pushed to last release cycle in the past months. We would like to propose the release of v0.5 on Jan 28th. We encourage everyone in the community to put their weights to review and vote the release. @dmlc/tvm-team Please reply this thread on
|
We have brought the initial support for sparse tensor computation in TOPI (see #1289), though it would be migrated to use hybrid script instead of IR builder in the future. |
Hoping to make the rust frontend ready for this release. |
We have new frontend TFLite support (see #2365 ). |
BugFix: |
@yzhliu the rust frontend is almost ready. It'll probably take a few days of concerted effort to get it ready to merge, but I think it'll make it in time. |
@ZihengJiang Bug fix for SSD full GPU support and SSD tutorial update #2510 could be added to the list.
|
@Laurawly @FrozenGene added. Given the current status of the rust frontend, I will add it to the 0.5 release announcement. @nhynes @ehsanmok |
@ZihengJiang The link of TFLite is refered to CoreML, correct link should be #2365 |
@FrozenGene Thanks, my bad. Fixed. |
#2477 Can you also add this PR? |
@ZihengJiang @yzhliu would you mind keeping us updated about the release? we've long passed the voting deadline but it's still open! |
Hey @ehsanmok , sorry about this. We are working on the release #2604. One thing is that it would be better to have several bug-fix PRs in the 0.5 release like #2495 #2573 #2580 , which will lead to dismatch with the voted commit number. We are discussing whether we should have another round of vote. @tqchen @yzhliu |
I would suggest to start another voting thread and keep that open for two days |
v0.5 has been tagged https://github.com/dmlc/tvm/releases/tag/v0.5 |
0.6 roadmap is available at #2623 |
The release is managed by the TVM PMC, moderators for this release are @ZihengJiang and @yzhliu
The community welcomes new reviewers @nishi-t @were @siju-samuel @jroesch @xqdan @zhiics @grwlf @ajtulloch @vinx13 @junrushao1994 @FrozenGene @liangfu , new committers @srkreddy1238 @eqy @masahi @nhynes @phisiart @merrymercy @Laurawly @adityaatluri @Huyuwei
Change List
New Features
Bug-fixes
alter_layout
function returns None. [Bugfix] Recover original layout when alter_layout function return None #2101buffer.access_ptr
contains non-zero extent. Fix non-zero extent of access_ptr out of range #1939elem_offset
calculation in Buffer. fix buffer elem_offset calculation #1762rewrite_unsafe_select
pass so that LLVM CodeGen generates br instruction only when the type is i1. [LLVM CodeGen] Solve LLVM CodeGen br instruction accept not-i1 type issue #2381Contributors
Code reviewers
Code contributions
The text was updated successfully, but these errors were encountered: