This is a follow-up of https://github.com/apache/tvm/pull/9727 and [RFC#63](https://github.com/apache/tvm-rfcs/pull/63). Currently buffer can be implicitly declared and then used. The implicit behavior can be error prone and makes analysis more difficult. This RFC introduces `DeclBuffer`, a new IR construct as an explicit statement for buffer declaration.
Rendered version: https://github.com/vinx13/tvm-rfcs/blob/decl-buffer/rfcs/0070-introducing-decl-buffer.md cc @tqchen @Lunderberg @junrushao1994 @csullivan @mbs-octoml @jroesch @areusch @wrongtest @Hzfengsy You can view, comment on, or merge this pull request online at: https://github.com/apache/tvm-rfcs/pull/70 -- Commit Summary -- * [RFC] Introducing DeclBuffer -- File Changes -- A rfcs/0070-introducing-decl-buffer.md (210) -- Patch Links -- https://github.com/apache/tvm-rfcs/pull/70.patch https://github.com/apache/tvm-rfcs/pull/70.diff -- Reply to this email directly or view it on GitHub: https://github.com/apache/tvm-rfcs/pull/70 You are receiving this because you are subscribed to this thread. Message ID: <apache/tvm-rfcs/pull/7...@github.com>