Please merge:
- `TensorIR -> TIR`
- `PyTorch -> Frontend`
- `wasm -> web`
- `transform, tophub, roofline, vta, rpc -> misc`
--
Reply to this email directly or view it on GitHub:
https://github.com/apache/tvm/issues/14645#issuecomment-1512349720
You are receiving this because you are subscribe
Merged #14646 into main.
--
Reply to this email directly or view it on GitHub:
https://github.com/apache/tvm/pull/14646#event-9029781448
You are receiving this because you are subscribed to this thread.
Message ID:
# Introduction
The TVM community has worked since the v0.11.0 release to deliver the following
new exciting improvements!
- Metaschedule
- TVMSCript metaprogramming
- Lots of progress wiht TVMScript
And many other general improvements to metaschedule, microTVM, frontends, TIR,
CI and more! P
> > Hi @driazati I'm recently prepraing the release note, but I met a problem
> > after create csv files. My step is following
> > [readme](https://github.com/apache/tvm/blob/main/tests/scripts/release/README.md),
> > it mentions below:
> > > You can then import this CSV into a collaborative spr
> Hi @driazati I'm recently prepraing the release note, but I met a problem
> after create csv files. My step is following
> [readme](https://github.com/apache/tvm/blob/main/tests/scripts/release/README.md),
> it mentions below:
>
> > You can then import this CSV into a collaborative spreadshee
@ysh329 Can we align capital and small letter with [TVM v0.11.0 Release
Candidate Notes](https://github.com/apache/tvm/issues/13899) ? Like changing
"tvmscript" as "TVMScript", "microtvm" as "microTVM".
--
Reply to this email directly or view it on GitHub:
https://github.com/apache/tvm/issues/1
Thanks for contributing to TVM! Please refer to the contributing guidelines
https://tvm.apache.org/docs/contribute/ for useful information and tips. Please
request code reviews from
[Reviewers](https://github.com/apache/incubator-tvm/blob/master/CONTRIBUTORS.md#reviewers)
by @-ing them in a c
Fix release gather_pr.py of script about ghost users or blank PR nodes.
You can view, comment on, or merge this pull request online at:
https://github.com/apache/tvm/pull/14646
-- Commit Summary --
* [script] Fix release script when meet invalid users and blank nodes in
gather_prs.py
-- Fi