Re: [apache/tvm-rfcs] [RFC]PyTorchTVM (#25)

2021-09-09 Thread Ting Hu
Can this method split the graph automaticly given a torchscript, and convert the subgraph that tvm Relay IR can support or tvm outperforming pytorch? -- You are receiving this because you commented. Reply to this email directly or view it on GitHub: https://github.com/apache/tvm-rfcs/pull/25#iss

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

2021-09-09 Thread Krzysztof Parzyszek
+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-916143196

Re: [apache/tvm-rfcs] [RFC]PyTorchTVM (#25)

2021-09-09 Thread Junru Shao
@masahi @t-vi Please take another look :-) -- You are receiving this because you commented. Reply to this email directly or view it on GitHub: https://github.com/apache/tvm-rfcs/pull/25#issuecomment-916379086

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

2021-09-09 Thread Chris Sullivan
+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-916519549

[apache/tvm] [Release] v0.8 Release Planning (#8976)

2021-09-09 Thread Junru Shao
Thanks to everyone who contributed in the past cycle! I would love to use this thread to plan for the v0.8 release. The community has always been focusing on high quality releases. One of the major highlights in the past cycle is TensorIR scheduling, the new low-level intermediate representatio

Re: [apache/tvm-rfcs] [RFC] Adding initial SVE implementation (#18)

2021-09-09 Thread Tianqi Chen
Thanks @MeeraN7 @giuseros, to make the discussion more concrete, right now the IR after legalization looks like ```c++ for (i: int32, 0, 17;i+=VL) { C_2[ramp(i, 1, VL)] = ((int8xVL*)A_2[ramp(i, 1, VL)] + (int8xVL*)B_2[ramp(i, 1, VL)]) } ``` This would require changes such as the ramp da

Re: [apache/tvm] [Release] v0.8 Release Planning (#8976)

2021-09-09 Thread Leandro Nunes
Thanks for doing this work! There were some items listed on #7434, perhaps we can start with those? -- 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/8976#issuecomment-916667467