Re: [apache/incubator-tvm] [RFC] MISRA-C/C++ Compliant Runtime (#3159)

2019-11-13 Thread Jammy Zhou
@liangfu Thanks for your reply. I would assume some implementation is required in the runtime to call APIs provided by Zephyr (e.g, memory allocation, etc). Is there some base I can use as a start? I have several Arm boards with Zephyr support on hand, so I can try the TVM support on these real

Re: [apache/incubator-tvm] [RFC][AUTOTVM] Auto-Schedule from Compute Declaration (#2954)

2019-11-13 Thread Lianmin Zheng
Hi @yangjunpro @hello-hzb , This project is suspended for several months. I won't continue my work on the original branch. However, the push for an auto-scheduler is still interesting to a lot of people, I might work on auto-scheduler again with some Berkeley students. We'd like to try different

Re: [apache/incubator-tvm] [RFC][AUTOTVM] Auto-Schedule from Compute Declaration (#2954)

2019-11-13 Thread Yizhi Liu
@merrymercy would you mind summarize a bit what's the drawback of the original implement, so we can learn from it. -- 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/2954#issuecomm

[apache/incubator-tvm] [RFC] Support for Sparse Computation (#4332)

2019-11-13 Thread ziheng
A significant driver of progress in deep learning has been advances in computational resources. While those resources are often limited, the is a trend to replace dense computation in DNN with sparse computation for speeding up / saving memory to enable larger models. For example: [neural netwo

Re: [apache/incubator-tvm] [RFC] Support for Sparse Computation (#4332)

2019-11-13 Thread ziheng
Welcome comment and discussion! @cylinbao @yuluny2 @tmoreau89 @Huyuwei @tqchen -- 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/4332#issuecomment-553681206

Re: [apache/incubator-tvm] [RFC] Support for Sparse Computation (#4332)

2019-11-13 Thread Zhao Wu
cc @sf-wind -- 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/4332#issuecomment-553691132

Re: [apache/incubator-tvm] [DEV][DRAFT] TVM v0.6 Release candidate (#4259)

2019-11-13 Thread masahi
We need to update [benchmarks](https://github.com/apache/incubator-tvm/tree/master/apps/benchmark) to use Relay, before we deprecate NNVM. -- 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-