I have some changes to the loop vectorizer that are target specific. I can
plumb a control knob through PassContext but preferably it would be driven by a
target attribute. Is there a place that default values for PassContext config
values can be specified using the target? The target does no
1. [ ] Add hook for relay_to_tir - https://github.com/apache/tvm/pull/8423
1. [ ] Add hook for tir_to_runtime -
1. [ ] Migrate `relay.ext` to relay_to_runtime / constant_updater -
1. [ ] Migrate external codegen -> target conversion -
--
You are receiving this because you are subscribed to this
There is a benefit of having the association between a `Var` and the
corresponding `Buffer` throughout the optimizations, including codegen.
`Buffer` is not a `PrimExpr`, so it cannot be passed around directly, but it
contains a lot of useful information (such as shape etc.). If we had the
@masahi Tagging following comments on
https://github.com/apache/tvm/pull/8528#pullrequestreview-718506978
---
[Visit
Topic](https://discuss.tvm.apache.org/t/pre-rfc-vectorized-tir-buffers/10615/5)
to respond.
You are receiving this because you enabled mailing list mode.
To unsubscribe f
See https://github.com/apache/tvm-rfcs/pull/0008
--
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/8595
@Mousius @tqchen please take a look
--
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-rfcs/pull/8#issuecomment-889484620
PR https://github.com/apache/tvm/pull/7892
Discussion
https://discuss.tvm.apache.org/t/rfc-compute-graph-pipeline-with-new-subgraph-executor/9839/
--
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/tv
@Mousius @mehrdadh @tkonolige @guberti please take another look and
https://tvm.apache.org/docs/contribute/code_review.html#approve-and-request-changes-explicitly
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://githu
The main reason is that buffer map represented a specific semantics of variable
defs(eg the vars in the buffer).
MakePackedAPI desugars that into a low level form that uses load and intrinsics
to define those vars. As a result, the buffer map information can now be
stale(or duplicated with th