Re: [dmlc/tvm] [RFC][RUNTIME] Introduce new object protocol. (#4115)

2019-10-14 Thread Zhi
Merged #4115 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/dmlc/tvm/pull/4115#event-2712622451

Re: [dmlc/tvm] [RFC][RUNTIME] Introduce new object protocol. (#4115)

2019-10-14 Thread Zhi
@tqchen thanks. This is now merged. -- 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/pull/4115#issuecomment-542047511

Re: [dmlc/tvm] [RFC] Auto TensorCore CodeGen (#4105)

2019-10-14 Thread 孙敏敏
We had a meeting with @Hzfengsy today. We discussed the difference and similarity of our solutions. They are different in the front-end: our solution tries to make it as transparent as possible to make it easy-using while #4095 provides more controllability to the user (schedule developer). They

Re: [dmlc/tvm] [RFC][RUNTIME] Introduce new object protocol. (#4115)

2019-10-14 Thread Tianqi Chen
ping @zhiics for another round of review -- 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/pull/4115#issuecomment-542026749

Re: [dmlc/tvm] [RFC] Unifying Object Protocol in the Stack (#4116)

2019-10-14 Thread Tianqi Chen
Re overflow, the child that has class slots will count as number of slots rather than a single class, as in the RFC code. -- 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/4116#issuecomment-

Re: [dmlc/tvm] [RFC] Unifying Object Protocol in the Stack (#4116)

2019-10-14 Thread Haichen Shen
I have one question about `_type_child_slots`. If the child class is a base class for others and also defines `_type_child_slots`, will you check if it overflows its parent `_type_child_slots`? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or

Re: [dmlc/tvm] [RFC][RUNTIME] Introduce new object protocol. (#4115)

2019-10-14 Thread Tianqi Chen
Yes, the goal is to migrate noderef/node to be subclass of object/objectref. The migration needs to take a few steps to complete -- 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/pull/4115#issuecomm