[Apache TVM Discuss] [Meetup] [Unity] Open Dev Meeting Aug 1st, 2023

2023-08-03 Thread Anirudh via Apache TVM Discuss
I'm able to access the recording with this password. Everything including the first "@" is also part of the password, in case that might have been mistaken. --- [Visit Topic](https://discuss.tvm.apache.org/t/unity-open-dev-meeting-aug-1st-2023/15433/4) to respond. You are receiving this

[Apache TVM Discuss] [Development] [DISCUSS] TVM Community Strategy for Foundational Models

2023-07-29 Thread Anirudh via Apache TVM Discuss
One thing I've thought about is asynchronous execution support in Relax. I don't know if this is already planned as part of either [Heterogenous execution](https://github.com/apache/tvm/issues/15101) or [DistIR](https://github.com/apache/tvm/pull/15289) work, but just wanted to mention it in

[Apache TVM Discuss] [Development] AXIS_SEPARATOR in Relax Tensor

2023-07-26 Thread Anirudh via Apache TVM Discuss
Thanks a lot for the detailed explanation @tqchen and @slyubomirsky I understand the concern about modifying the StructInfo. My only thought was to store the logical to physical memory mapping somewhere in Relax, so that when we do static memory planning, we don't just assume 1d allocation, bu

[Apache TVM Discuss] [Development/RFC] [DISCUSS] Embed more Bound Information into Var or Expr

2020-09-14 Thread Anirudh via Apache TVM Discuss
I'm know I'm quite late to this discussion, but is there a way to embed bound information on variables now. I know that we have `tvm.tir.SizeVar` which defines a bound of `>= 0`, but couldn't find a way to directly embed bound information on variables without writing a pass through TIR. Tha