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
alter_layout function returns None. #2101 buffer.access_ptr contains non-zero extent. #1939 elem_offset calculation in Buffer. #1762rewrite_unsafe_select pass so that LLVM CodeGen generates br instruction only when the type is i1. #2381Code reviewers
Code contributions
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 ).
Pending PR for this release:
Required: #2507 #2476
Good to have: #2508 #2493 #2510 #2292
@ehsanmok as we're approaching the due, do we have chance to get the rust frontend in?
BugFix:
[LLVM CodeGen] Solve LLVM CodeGen br instruction accept not-i1 type issue #2381 . It could solve conv2d+ PRelu crash issue on ARM CPU. We have met two threads report this issue on the forum: https://discuss.tvm.ai/t/compile-failure-after-successfull-auto-tune/1561 and https://discuss.tvm.ai/t/debug-failed-to-export-library-with-llvm-on-arm-cpu-when-using-prelu/1006/4
@yzhliu it should be ready if the last issue with CI build resolves quickly and there's no other requested changes which seems there's none.
cc: @nhynes
@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.
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
- Things that we missed in the release note
- Bugfixes that need to be included in this release
@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.
@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 https://github.com/dmlc/tvm/pull/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 https://github.com/dmlc/tvm/issues/2623
Most helpful comment
@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.