Re: [dmlc/tvm] [Community] @antinucleon -> Reviewer (#3214)

2019-05-21 Thread Lianmin Zheng
Merged #3214 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/3214#event-2355284663

[TVM Discuss] [Development] OpenCL AutoTVM questions

2019-05-21 Thread Sebastian via TVM Discuss
I'm trying to enable AutoTVM for OpenCL (`intel_graphics` target). So far I managed to have some success in that area, but values are multiple times worst than for generic scheduler. To begin with I am focusing only on conv2d operation (since this is also only one currently present in `intel_

[dmlc/tvm] [Community] Eddie -> PMC (#3220)

2019-05-21 Thread Yizhi Liu
We are glad to welcome @eqy as a new PMC member of TVM. As a committer, Eddie has contributed heavily to Relay, AutoTVM, Quantization, TOPI, etc. Eddie is also very active in reviewing as well as answering questions on the discuss. Keeping the community active is the key to the project success.

[dmlc/tvm] [Relay][RFC] Implement type checking for Any (#3221)

2019-05-21 Thread Jared Roesch
Currently a draft PR, see related RFC #3042. This PR will only contain the type checking changes to Relay to support Any. @icemelon9 and I will follow up with the related code generation PRs. You can view, comment on, or merge this pull request online at: https://github.com/dmlc/tvm/pull/3221

Re: [dmlc/tvm] [RFC][Relay] Dynamic Dimensions (#3042)

2019-05-21 Thread Jared Roesch
@ajtulloch @icemelon9 and I have been quietly hacking on a prototype the last few months but have been busy with other things (such as VM 😄 ). We are going to start pushing now, I opened a draft PR which will contain type checking changes, and we will follow-up with code generation next. One th

[dmlc/tvm] [RFC] Node Construction Style: Use Constructor When Possible (#3223)

2019-05-21 Thread Tianqi Chen
Node system lays the foundation to build TVM's AST structures. Each AST object corresponds to a subclass of Node. Besides the Node itself, we also usually defines a reference type which can be used to store a strong reference to the node. The following code example shows how to define Node ```XY

Re: [dmlc/tvm] [RFC] Node Construction Style: Use Constructor When Possible (#3223)

2019-05-21 Thread Tianqi Chen
I also created https://github.com/dmlc/tvm/pull/3224 as an example of changes to be made to fit the new style. -- 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/3223#issuecomment-494573241

Re: [dmlc/tvm] [RFC] Node Construction Style: Use Constructor When Possible (#3223)

2019-05-21 Thread Junru Shao
I was wondering what are the cons to have a static factory function -- 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/3223#issuecomment-494601614

Re: [dmlc/tvm] [Community] Eddie -> PMC (#3220)

2019-05-21 Thread Tianqi Chen
Merged #3220 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/3220#event-2358131918