[Apache TVM Discuss] [Development] Is `T.axis.remap` mandatory?

2023-06-27 Thread Krzysztof Parzyszek via Apache TVM Discuss
Say we have ``` for y, x in T.grid(10, 10): with T.block("block"): B[y, x] = A[y, x] + 1 ``` Is there any advantage to adding axis remap if we have 1-1 correspondence with existing variables? ``` for y, x in T.grid(10, 10): with T.block("block"): v_y, v_x = T.axis.remap(

[Apache TVM Discuss] [Meetup] Recap: Meetup in Beijing, gathering more than 140 attendees!

2023-06-27 Thread Siyuan Feng via Apache TVM Discuss
Thanks @antonia0912 for the comprehensive summary. Allow me to provide some additional insights: Based on the input received from participants and the local community, there are several shared areas of interest: 1. There is a growing interest in TVM Unity, particularly due to its adaptabilit

[Apache TVM Discuss] [Meetup] Recap: Meetup in Beijing, gathering more than 140 attendees!

2023-06-27 Thread tqchen via Apache TVM Discuss
Thank you for the summary, great to see community meetups. For attendees, maybe we can also summarize the common community interest and feedbacks --- [Visit Topic](https://discuss.tvm.apache.org/t/recap-meetup-in-beijing-gathering-more-than-140-attendees/15193/2) to respond. You are rece