Re: [apache/tvm] [VOTE] Replace codeowners with more relevant automation (Issue #10471)

2022-03-03 Thread Chenfan
+1 -- Reply to this email directly or view it on GitHub: https://github.com/apache/tvm/issues/10471#issuecomment-1058717815 You are receiving this because you are subscribed to this thread. Message ID:

Re: [apache/tvm] [VOTE] Adopt New Code Review Guideline (#8928)

2021-09-05 Thread Chenfan
+1 -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/tvm/issues/8928#issuecomment-913277070

Re: [apache/tvm] [VOTE] Adopt the New RFC Process (#7991)

2021-05-13 Thread Chenfan
+1 -- You are receiving this because you commented. Reply to this email directly or view it on GitHub: https://github.com/apache/tvm/issues/7991#issuecomment-840937728

[Apache TVM Discuss] [Development] The tvm developers should update your tutorial docs

2021-04-29 Thread Chenfan via Apache TVM Discuss
Is it possible that we keep a backup doc for each release? For example a tag option in the website that users can choose to see the doc of 0.7-release, 0.8-release, nightly... --- [Visit Topic](https://discuss.tvm.apache.org/t/the-tvm-developers-should-update-your-tutorial-docs/9860/4) to

[Apache TVM Discuss] [Development/RFC] [RFC] TensorIR: A schedulable IR for TVM

2020-09-21 Thread Chenfan via Apache TVM Discuss
E... @junrushao1994 I guess @merrymercy 's opinion is that doing analysis in TE is quicker than using the ISL. ISL is sure a powerful tool for loop analyse, but in my understanding we should lower the schedule to C code first before using ISL? Which I think is more time consuming. Currently,

[Apache TVM Discuss] [Development] Strassen Algorithm for Dense

2020-09-17 Thread Chenfan via Apache TVM Discuss
Hi, it's nice to see strassen has attracted attention again. I would like to know which hardware have you used and how many cores have you used? Actually, it's easy to implement strassen in TVM, and I have tested this algorithm with two different implementations. TE version: ```python def str

[Apache TVM Discuss] [Development/RFC] [RFC] TVM Object Schema DSL

2020-09-16 Thread Chenfan via Apache TVM Discuss
Thanks, this is really an interesting work! For those who have a requirement to add their own modifications to use TVM, it will be very helpful! I'm just thinking about how frequently will this new feature be used. IMHO, advanced users who may benefit from it are more likely to write their C++

[Apache TVM Discuss] [Development/RFC] [RFC] tlcpack: Thirdparty Binary Packages

2020-09-14 Thread Chenfan via Apache TVM Discuss
Thanks! The pip package will be of great help if one just wants to run some simple tests. And the developer docker images are also helpful, I have had trouble building TVM in a old CentOS system which only have gcc 4.8 support. BTW, I'm curious about the decision of releasing cuda100 with 101

[Apache TVM Discuss] [Development/RFC] [RFC] TensorIR: A schedulable IR for TVM

2020-09-10 Thread Chenfan via Apache TVM Discuss
Great work! Have you tried tensorize intrinsic(e.g. TensorCore schedule) using this new IR? Since I remember that to support tensorize is also one of your initial motivations. --- [Visit Topic](https://discuss.tvm.apache.org/t/rfc-tensorir-a-schedulable-ir-for-tvm/7872/2) to respond. Y

Re: [apache/incubator-tvm] [VOTE] Apache TVM Graduation (#6332)

2020-08-24 Thread Chenfan
+1 (non-binding) -- You are receiving this because you commented. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-tvm/issues/6332#issuecomment-679822767

[TVM Discuss] [Development/RFC] [RFC] Ansor: An Auto-scheduler for TVM (AutoTVM v2.0)

2020-06-22 Thread Chenfan via TVM Discuss
The first PR of Ansor has been submitted at https://github.com/apache/incubator-tvm/pull/5883 --- [Visit Topic](https://discuss.tvm.ai/t/rfc-ansor-an-auto-scheduler-for-tvm-autotvm-v2-0/7005/22) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe fro