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
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
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
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