[Apache TVM Discuss] [Development/pre-RFC] [RFC] Allow merging via PR comments

2022-03-02 Thread Mehrdad Hessar via Apache TVM Discuss
This sounds great! Thanks @driazati!! --- [Visit Topic](https://discuss.tvm.apache.org/t/rfc-allow-merging-via-pr-comments/12220/3) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here](https://discuss.tvm.apache.org/ema

[Apache TVM Discuss] [Development/pre-RFC] Allow merging via PR comments

2022-03-02 Thread Cody H. Yu via Apache TVM Discuss
This sounds good to me. AFAIK, PyTorch also leverages this approach so it might not be that "non-standard" 😜 --- [Visit Topic](https://discuss.tvm.apache.org/t/allow-merging-via-pr-comments/12220/2) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe

[Apache TVM Discuss] [Development/pre-RFC] Allow merging via PR comments

2022-03-02 Thread driazati via Apache TVM Discuss
# [RFC] Merge Bot ## Summary PRs authors must currently wait for changes to be manually merged by a committer clicking the "merge" button. A large amount of time can often elapse between CI going green, a PR being approved, and this merge button being pressed. This RFC proposes a safe, self-

[Apache TVM Discuss] [Development] Consolidate development activity on GitHub

2022-03-02 Thread driazati via Apache TVM Discuss
TVM has two methods of user engagement today: * GitHub [PRs](https://github.com/apache/tvm/pulls) and [Issues](https://github.com/apache/tvm/issues) * The [Discuss forum](https://discuss.tvm.apache.org/) Historically both GitHub and Discuss have been used to develop on TVM, with design discus

[Apache TVM Discuss] [Development/pre-RFC] [RFC] UMA: Universal Modular Accelerator Interface

2022-03-02 Thread Andrew Reusch via Apache TVM Discuss
We discussed this at the TVM Community Meeting this morning. There was a presentation about the approach followed by some discussion. Thanks @MJKlaiber @cgerum @SebastianBoblestETAS @paulpb @PhilippvK @r.stahl @aca88 for bringing this to the meeting! Here are some notes (please feel free to c

[Apache TVM Discuss] [Development/pre-RFC] [RFC] UMA: Universal Modular Accelerator Interface

2022-03-02 Thread Christoph Gerum via Apache TVM Discuss
[quote="manupa-arm, post:11, topic:12039"] [quote="MJKlaiber, post:1, topic:12039"] ``` > class MyCustomAcceleratorPartitioner(UMAPartitioner): @property def target_name(self): return "my_custom_accelerator" def _register_patterns(self): self._register_pattern("conv1d