-
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 v0.4 Roadmap #1170
Comments
mark ^_^ |
For 'Accelerator support', does it mean support for AI ASICs like TPU? |
Do you have FPGA runtime? |
Is there any plan to support variable input shape more friendly as mentioned in this link ?https://discuss.tvm.ai/t/variable-shape-input-support-for-code-generation |
@feiyuvl I replied in the post, it is already supported in DSL level, but need a bit more work in the optimization part |
@tqchen Sorry, I can't access the tvm discuss recently, so I'm not sure whether you have replied the tvm.var problem I have met. It seems tvm.var does't work in some condition when generating cuda kernel. The problem can be reproduced by change the sample code |
What's the further plan for those external libs under folder contrib? |
@feiyuvl discussion forum is moved to new address https://discuss.tvm.ai |
Hi @tqchen, I noticed in the newer version of the TVM paper (https://arxiv.org/pdf/1802.04799.pdf), it mentioned that the automatic schedule space exploration & tuning was implemented and experimented, and how it was faster than Tensor Comprehensions on conv2d. However I still couldn't find the code for it in the TVM repo. Could you point me to the right direction to look for? Thanks a lot! |
@wangshangsam more discussions can be found at https://discuss.tvm.ai/t/bring-auto-tuner-to-tvm/206/5 We will release the autotvm in this release cycle. |
Tensorflow frontend support updated, c.f. #1186 |
@tqchen The features you listed above are very attractive, may I know when the release 0.4 will be ready? |
Hybrid support first phase finished (#1213 ) |
Here are some items that I would like TVM to have.
|
Hi @tqchen i'm really interested in 8bit quantization feature in this release. May i know when this feature will be available? |
The 8bit quantization will be the major focus of the next release cycle |
Thanks to everyone who have pushed to last release cycle in the past three months. I would like to propose the release of v0.4 on Aug 13th. As usual, the current checklist will go into the release note, and we will move the unfinished ones into the roadmap of the next release cycle. The first post will be edited into a release note. We encourage everyone in the community to put their weights to review and vote the release. @dmlc/tvm-team |
0.4 release note candidate is now up at #1577 |
v0.4 is now tagged, next cycle roadmap issue is available at #1596 |
This roadmap for TVM v0.4. TVM is a community-driven project and we love your feedbacks and proposals on where we should be heading. Feel free to volunteer yourself if you are interested in trying out some items.
As usual, the checklist will go into the release note.
Features
The text was updated successfully, but these errors were encountered: