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
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_
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.
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
@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
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
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
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
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