[apache/incubator-tvm] Bump up dev version (#4941)
Not for release purpose. This is only for convenience purposes to differentiate TVM with and w/o op strategy. cc @tqchen @comaniac You can view, comment on, or merge this pull request online at: https://github.com/apache/incubator-tvm/pull/4941 -- Commit Summary -- * bump up dev version -- File Changes -- M version.py (2) -- Patch Links -- https://github.com/apache/incubator-tvm/pull/4941.patch https://github.com/apache/incubator-tvm/pull/4941.diff -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-tvm/pull/4941
Re: [apache/incubator-tvm] Bump up dev version (#4941)
@comaniac Thanks for the reminder. Updated now. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-tvm/pull/4941#issuecomment-591171149
Re: [apache/incubator-tvm] [DEV] TVM v0.7 Roadmap (#4845)
> I am currently working on some end-to-end model stuff, and Relay's > optimization pass are too slow. Any plans on improving the compilation speed? Can you identify why they are slow? For example switching some passes to the new iterative graph visitor might improve speed quite a bit. In previous profiling attempts I have found a significant amount of time is spent allocating, having a pooling allocator can often improve speeds quite a bit. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-tvm/issues/4845#issuecomment-591189423
Re: [apache/incubator-tvm] [RFC] Unify IR Node and Reference Class Naming Convention (#4648)
Update, the TIR namespace is already updated. but we have yet updated all nodes in the relay namespace -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-tvm/issues/4648#issuecomment-591197271
Re: [apache/incubator-tvm] Bump up dev version (#4941)
Merged #4941 into master. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-tvm/pull/4941#event-3072207377