[TVM Discuss] [Development] [DISCUSS] Contributing new docs for InferBound

2019-04-10 Thread Yuan Lin via TVM Discuss
Sure. Thanks for including me in the doc! Glad to help. I can send you the raw file for the IterVar diagram which can be edited with http://draw.io, if you want it. --- [Visit Topic](https://discuss.tvm.ai/t/discuss-contributing-new-docs-for-inferbound/2151/8) to respond. You are recei

[TVM Discuss] [Development] [DISCUSS] Contributing new docs for InferBound

2019-04-10 Thread Jessica Davies via TVM Discuss
@YuanLin thanks for the detailed comments! My replies are below. **Suggested change 1** I agree that the hyper-graph (edges connecting more than two nodes) concept isn't necessary. I picked that up from a comment in [schedule.h](https://github.com/dmlc/tvm/blob/master/include/tvm/schedule.h#

[TVM Discuss] [Development] [DISCUSS] Contributing new docs for InferBound

2019-04-10 Thread Jessica Davies via TVM Discuss
Thanks Tianqi. I'll rewrite that section to emphasize the benefit to extensibility, of having a separate IntSet. --- [Visit Topic](https://discuss.tvm.ai/t/discuss-contributing-new-docs-for-inferbound/2151/6) to respond. You are receiving this because you enabled mailing list mode. To u

[TVM Discuss] [Development] [DISCUSS] Contributing new docs for InferBound

2019-04-10 Thread Jessica Davies via TVM Discuss
Great! Thanks for your encouragement. I look foward to hearing your detailed comments when you get a chance. --- [Visit Topic](https://discuss.tvm.ai/t/discuss-contributing-new-docs-for-inferbound/2151/5) to respond. You are receiving this because you enabled mailing list mode. To unsub

Re: [dmlc/tvm] [RFC][SGX] Use Fortanix EDP instead of rust-sgx-sdk (#2887)

2019-04-10 Thread Nick Hynes
Okay, it's been two weeks on this RFC, so I'm going to prepare a pros/cons summary of the discussion so far in preparation for further action. Regarding the proposal to **replace SGX support in TVM with Fortanix**: **Pros** * tightly integrated into Rust ecosystem, which gives support for more

Re: [dmlc/tvm] [Vote] Deprecate Python2 Support (#2994)

2019-04-10 Thread Ehsan M. Kermani
+1 -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/dmlc/tvm/issues/2994#issuecomment-481859285

[TVM Discuss] [Development] [DISCUSS] Contributing new docs for InferBound

2019-04-10 Thread Yuan Lin via TVM Discuss
@jdavies-huawei Thanks for creating this document. This is great. I just went through the same exercise so to understand the InferBound and my notes are not nearly as comprehensive as yours. Following are some diffs, which I hope shall be useful to you. ### Suggested change 1 The following

[TVM Discuss] [Development] Functional, architecture, performance simulation for VTA

2019-04-10 Thread Theodore Omtzigt via TVM Discuss
is it there yet, is it there yet. Can't wait to try that out. --- [Visit Topic](https://discuss.tvm.ai/t/functional-architecture-performance-simulation-for-vta/1592/4) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click

Re: [dmlc/tvm] [RFC] Register Relay VM design (#2915)

2019-04-10 Thread Haichen Shen
I propose two changes to instructions. - `AllocTensor` uses shape stored in the register instead of hardcode shape in the instruction. This can help support dynamic shape in VM in the future. We can store constant shapes in the constant lists, and use `LoadConst` to load them. - Change `Phi` to

[TVM Discuss] [Development] Functional, architecture, performance simulation for VTA

2019-04-10 Thread Thierry via TVM Discuss
There is an active effort (RFC to be released soon by @vegaluis) on providing cycle accurate simulation of the VTA hardware design. For now, we provide software emulation libraries that are open sourced, but don't provide a cycle accurate accounting of what goes on within the chip. The benefit

[TVM Discuss] [Development] Functional, architecture, performance simulation for VTA

2019-04-10 Thread Wxbbuaa2011 via TVM Discuss
Is the architecture simulation environment open?We want to explore other architectures based on vta. --- [Visit Topic](https://discuss.tvm.ai/t/functional-architecture-performance-simulation-for-vta/1592/2) to respond. You are receiving this because you enabled mailing list mode. To uns

Re: [dmlc/tvm] [Vote] Deprecate Python2 Support (#2994)

2019-04-10 Thread MORITA Kazutaka
+1 -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/dmlc/tvm/issues/2994#issuecomment-481581642